0byt3m1n1
Path:
/
data
/
25
/
2
/
89
/
72
/
2741072
/
meta
/
3012654
/
mysql.backup
/
[
Home
]
File: 1_035c54e_3.mysqlcluster2.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster2 Database: 1_035c54e_3 -- ------------------------------------------------------ -- Server version 5.6.36-82.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!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 `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2015-09-16 21:23:53','2015-09-16 21:23:53','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0),(2,1,'Cıvata','','http://dunno.dynu.com/civatacilar','54.171.83.145','2016-06-14 15:33:17','2016-06-14 15:33:17','[…] http://www.cems-leathertex.com/index.php/2015/09/16/hello-world/ […]',0,'0','The Incutio XML-RPC PHP Library','pingback',0,0),(3,1,'Blessing','ut9qqrq1@yahoo.com','http://fuhwtfzr.com','188.143.232.32','2017-01-14 10:25:09','2017-01-14 10:25:09','I\'m not sure that it\'s entirely fair that you\'re beating me to the punch so frlqeuntey regarding these stories. If you aren\'t careful we\'re going to start writing about Ontario politics. ;)Nicely done.',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','',1,0),(4,1,'Caelyn','ns6vpbfv@mail.com','http://sdczuefbqh.com','188.143.232.32','2017-01-14 10:35:18','2017-01-14 10:35:18','Thanks Tom. We did actually, the very next morning by our awesome warewhosmrs host Betsy. Pleasure having breakfast and I hope to cross bike paths again someday!',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=24428 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.cems-leathertex.com','yes'),(2,'home','http://www.cems-leathertex.com','yes'),(3,'blogname','leathertex','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','mahatab.cems@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:127:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\leathertex/wp-content/plugins/wp-optimize-pages/wp-optimize-pages.php\";i:2;s:103:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\leathertex/wp-content/themes/sketch/style.css\";i:3;s:107:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\leathertex/wp-content/themes/leathertex/style.css\";i:4;s:108:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\leathertex/wp-content/themes/leathertex/header.php\";i:5;s:108:\"\\\\WDP\\DFS\\47\\0\\8\\0\\4776256080\\user\\sites\\3012654.site\\www\\leathertex/wp-content/themes/leathertex/footer.php\";}','no'),(41,'template','leathertex','yes'),(42,'stylesheet','leathertex','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:0:{}','yes'),(81,'widget_rss','a:0:{}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','7','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'finished_splitting_shared_terms','1','yes'),(89,'initial_db_version','33056','yes'),(90,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(91,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:10:\"calendar-2\";}s:18:\"footer-column-left\";a:0:{}s:20:\"footer-column-center\";a:0:{}s:19:\"footer-column-right\";a:0:{}s:13:\"alt-sidebar-1\";a:0:{}s:13:\"alt-sidebar-2\";a:0:{}s:13:\"alt-sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1500366602;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1500369833;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1500405420;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1500437809;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:7:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.8\";s:7:\"version\";s:3:\"4.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.8.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.8-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.8\";s:7:\"version\";s:3:\"4.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.5\";s:7:\"version\";s:5:\"4.7.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.6.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.6.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.6.6\";s:7:\"version\";s:5:\"4.6.6\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.5.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.5.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.5.9\";s:7:\"version\";s:5:\"4.5.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.10\";s:7:\"version\";s:6:\"4.4.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.11-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.11-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.11-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.11\";s:7:\"version\";s:6:\"4.3.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1500363247;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(133,'_transient_random_seed','79f7d210a92e2e0134f45e4f85551da5','yes'),(147,'can_compress_scripts','1','yes'),(195,'_site_transient_timeout_available_translations','1444547823','yes'),(198,'_site_transient_available_translations','a:65:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-10 15:05:17\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-17 10:33:13\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 07:31:54\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 07:30:55\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 17:27:29\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-09 18:30:04\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-25 13:32:40\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 08:15:10\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.8/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-03 20:07:26\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-01 20:42:02\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-05 22:01:59\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-08 17:47:38\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:59:51\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 14:21:08\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 10:30:52\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.8/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 08:35:41\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 14:52:14\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 13:29:00\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 17:16:31\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 14:10:42\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-28 11:00:22\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.8\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.8/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(199,'WPLANG','','yes'),(208,'_transient_timeout_settings_errors','1447231061','no'),(216,'_transient_twentyfifteen_categories','1','yes'),(309,'category_children','a:0:{}','yes'),(814,'_site_transient_timeout_browser_0a3c822e17e85241de5b5524199cf20b','1447136598','yes'),(817,'_site_transient_browser_0a3c822e17e85241de5b5524199cf20b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"41.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(880,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1446532502;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(883,'current_theme','Expo18','yes'),(886,'theme_mods_leathertex','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:4;}}','yes'),(889,'theme_switched','','yes'),(891,'om_expo18_options_template','a:78:{i:0;a:2:{s:4:\"name\";s:16:\"General settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:6:{s:4:\"name\";s:14:\"Site logo type\";s:4:\"desc\";s:65:\"Choose what do you want to use as site logo: image or plain text.\";s:2:\"id\";s:24:\"om_expo18_site_logo_type\";s:3:\"std\";s:5:\"image\";s:7:\"options\";a:2:{s:5:\"image\";s:5:\"Image\";s:4:\"text\";s:22:\"Plain text (Blog Name)\";}s:4:\"type\";s:5:\"radio\";}i:2;a:5:{s:4:\"name\";s:15:\"Site logo image\";s:4:\"desc\";s:139:\"Upload a logo for your theme, or specify the image address of your online logo (http://example.com/logo.png). Best fit is about 430x140 px.\";s:2:\"id\";s:25:\"om_expo18_site_logo_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:14:\"Site logo text\";s:4:\"desc\";s:135:\"Specify logo text, if \"Plain text\" Logo used. You can use <span> tag to colorize text, i.e.:<br />My <span>Logo</span> Text\";s:2:\"id\";s:24:\"om_expo18_site_logo_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:4:\"name\";s:12:\"Site favicon\";s:4:\"desc\";s:87:\"Upload an *.ico file or 16px x 16px Png/Gif image that will for your website\'s favicon.\";s:2:\"id\";s:17:\"om_expo18_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:5;a:5:{s:4:\"name\";s:23:\"Event location and date\";s:4:\"desc\";s:256:\"Text in the header, event location and date. Can contain link to the page and words can be highlighted by <span> tag, e.g.:<br /><i><a href=\"/map/\">New Orleans, Louisiana<br/>02/25 — 02/28/<span>2014</span></a></i>\";s:2:\"id\";s:23:\"om_expo18_location_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:30:\"Event start date for countdown\";s:4:\"desc\";s:74:\"Format must be <b>YYYY-MM-DD HH:MM:SS</b>, for example 2014-02-25 10:00:00\";s:2:\"id\";s:24:\"om_expo18_countdown_date\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:31:\"Hide seconds on countdown timer\";s:2:\"id\";s:32:\"om_expo18_countdown_hide_seconds\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:8;a:5:{s:4:\"name\";s:21:\"Special button: title\";s:4:\"desc\";s:91:\"You can add special button to menu line, and link it, for example to the registration page.\";s:2:\"id\";s:30:\"om_expo18_special_button_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:5:{s:4:\"name\";s:20:\"Special button: link\";s:4:\"desc\";s:23:\"Link for special button\";s:2:\"id\";s:29:\"om_expo18_special_button_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:16:\"Footer text line\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:21:\"om_expo18_footer_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:24:\"Activate responsive mode\";s:4:\"desc\";s:67:\"Check if you want your site to be fitted by width on mobile devices\";s:2:\"id\";s:20:\"om_expo18_responsive\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:12;a:5:{s:4:\"name\";s:28:\"Hide comments block on pages\";s:4:\"desc\";s:156:\"Check if you want to hide comments block on single pages. To hide comments on post pages and portfolio - see sections \"Post options\" and \"Portfolio options\"\";s:2:\"id\";s:29:\"om_expo18_hide_comments_pages\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:13;a:5:{s:4:\"name\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:172:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress Feed e.g. http://feeds.feedburner.com/yoururlhere\";s:2:\"id\";s:20:\"om_expo18_feedburner\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:14;a:2:{s:4:\"name\";s:7:\"Styling\";s:4:\"type\";s:7:\"heading\";}i:15;a:5:{s:4:\"name\";s:0:\"\";s:4:\"desc\";s:133:\"Apply custom styling by inline code (check this option if you have problems with styling because of styling file rewrite permissions)\";s:2:\"id\";s:24:\"om_expo18_use_inline_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:16;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:12:\"<b>Color</b>\";s:4:\"type\";s:5:\"intro\";}i:17;a:5:{s:4:\"name\";s:13:\"Primary color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"om_expo18_primary_color\";s:3:\"std\";s:7:\"#335ebe\";s:4:\"type\";s:5:\"color\";}i:18;a:5:{s:4:\"name\";s:15:\"Highlight color\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_highlight_color\";s:3:\"std\";s:7:\"#f89811\";s:4:\"type\";s:5:\"color\";}i:19;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:43:\"<b>Top/bottom area animated background:</b>\";s:4:\"type\";s:5:\"intro\";}i:20;a:6:{s:4:\"name\";s:29:\"Background animated image set\";s:4:\"desc\";s:52:\"Choose one of the builded-in animated background set\";s:2:\"id\";s:28:\"om_expo18_background_img_set\";s:3:\"std\";s:7:\"bgset-1\";s:7:\"options\";a:11:{s:7:\"bgset-1\";s:2:\"#1\";s:7:\"bgset-2\";s:2:\"#2\";s:7:\"bgset-3\";s:2:\"#3\";s:7:\"bgset-4\";s:2:\"#4\";s:7:\"bgset-5\";s:2:\"#5\";s:7:\"bgset-6\";s:2:\"#6\";s:7:\"bgset-7\";s:2:\"#7\";s:7:\"bgset-8\";s:2:\"#8\";s:7:\"bgset-9\";s:2:\"#9\";s:8:\"bgset-10\";s:3:\"#10\";s:8:\"bgset-11\";s:3:\"#11\";}s:4:\"type\";s:7:\"select2\";}i:21;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 1\";s:4:\"desc\";s:134:\"Upload your background image (wide image, min height - 520px or pattern, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:22;a:5:{s:4:\"name\";s:39:\"Custom background image — Layer 2\";s:4:\"desc\";s:148:\"This is top layer with transparency for parallax effect. Upload your background image, or leave this field empty to choose one of the above dropdown\";s:2:\"id\";s:34:\"om_expo18_background_img_custom_l2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:23;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Fonts:</b>\";s:4:\"type\";s:5:\"intro\";}i:24;a:6:{s:4:\"name\";s:9:\"Base font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:19:\"om_expo18_base_font\";s:3:\"std\";s:5:\"Arial\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:25;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts base font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_base_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:26;a:6:{s:4:\"name\";s:14:\"Highlight font\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:24:\"om_expo18_highlight_font\";s:3:\"std\";s:9:\"Open Sans\";s:7:\"options\";a:12:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";}s:4:\"type\";s:7:\"select2\";}i:27;a:5:{s:4:\"name\";s:34:\"Custom Google.Fonts highlight font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:31:\"om_expo18_custom_highlight_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:6:{s:4:\"name\";s:9:\"Logo font\";s:4:\"desc\";s:47:\"Font for logo (if logo mode is text, not image)\";s:2:\"id\";s:19:\"om_expo18_logo_font\";s:3:\"std\";s:10:\"Montserrat\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:10:\"Montserrat\";s:10:\"Montserrat\";}s:4:\"type\";s:7:\"select2\";}i:29;a:5:{s:4:\"name\";s:29:\"Custom Google.Fonts logo font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:26:\"om_expo18_custom_logo_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:30;a:5:{s:4:\"name\";s:17:\"Testimonials font\";s:2:\"id\";s:26:\"om_expo18_testimonial_font\";s:3:\"std\";s:7:\"Satisfy\";s:7:\"options\";a:14:{s:5:\"Arial\";s:5:\"Arial\";s:15:\"Times New Roman\";s:15:\"Times New Roman\";s:7:\"Verdana\";s:7:\"Verdana\";s:6:\"Tahoma\";s:6:\"Tahoma\";s:7:\"Courier\";s:7:\"Courier\";s:11:\"Courier New\";s:11:\"Courier New\";s:7:\"Georgia\";s:7:\"Georgia\";s:6:\"Impact\";s:6:\"Impact\";s:14:\"Lucida Console\";s:14:\"Lucida Console\";s:12:\"Trebuchet MS\";s:12:\"Trebuchet MS\";s:4:\"Arvo\";s:4:\"Arvo\";s:9:\"Open Sans\";s:9:\"Open Sans\";s:5:\"Dosis\";s:5:\"Dosis\";s:7:\"Satisfy\";s:7:\"Satisfy\";}s:4:\"type\";s:7:\"select2\";}i:31;a:5:{s:4:\"name\";s:37:\"Custom Google.Fonts testimonials font\";s:4:\"desc\";s:215:\"Choose the the font from <a href=\"http://www.google.com/webfonts\" target=\"_blank\">http://www.google.com/webfonts</a> and enter the name.<br/>If you want to choose the font from the list above, leave this field empty\";s:2:\"id\";s:33:\"om_expo18_custom_testimonial_font\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:32;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:13:\"<b>Other:</b>\";s:4:\"type\";s:5:\"intro\";}i:33;a:6:{s:4:\"name\";s:16:\"Sidebar position\";s:4:\"desc\";s:25:\"Select sidebar alignment.\";s:2:\"id\";s:26:\"om_expo18_sidebar_position\";s:3:\"std\";s:5:\"right\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:5:\"right\";s:80:\"http://www.cems-leathertex.com/wp-content/themes/leathertex/admin/images/2cr.png\";s:4:\"left\";s:80:\"http://www.cems-leathertex.com/wp-content/themes/leathertex/admin/images/2cl.png\";}}i:34;a:2:{s:4:\"name\";s:8:\"Sidebars\";s:4:\"type\";s:7:\"heading\";}i:35;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:167:\"You can set the number of available alternative sidebars, set them up at the \"Appearance > Widgets\" section and choose for every page one of them at the page settings.\";s:4:\"type\";s:5:\"intro\";}i:36;a:5:{s:4:\"name\";s:30:\"Number of alternative sidebars\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:22:\"om_expo18_sidebars_num\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:4:\"text\";}i:37;a:2:{s:4:\"name\";s:15:\"Homepage slider\";s:4:\"type\";s:7:\"heading\";}i:38;a:5:{s:4:\"name\";s:27:\"Show slider on the homepage\";s:4:\"desc\";s:36:\"Check to show slider on the homepage\";s:2:\"id\";s:30:\"om_expo18_show_homepage_slider\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:39;a:5:{s:4:\"name\";s:9:\"Autoslide\";s:4:\"desc\";s:79:\"Autoslide interval in milliseconds, enter 0 or leave empty to disable autoslide\";s:2:\"id\";s:35:\"om_expo18_homepage_slider_autoslide\";s:3:\"std\";s:4:\"6000\";s:4:\"type\";s:4:\"text\";}i:40;a:5:{s:4:\"name\";s:15:\"Animation speed\";s:4:\"desc\";s:31:\"Animation speed in milliseconds\";s:2:\"id\";s:41:\"om_expo18_homepage_slider_animation_speed\";s:3:\"std\";s:3:\"800\";s:4:\"type\";s:4:\"text\";}i:41;a:6:{s:4:\"name\";s:16:\"Animation effect\";s:4:\"desc\";s:129:\"See demo on <a href=\"http://malsup.com/jquery/cycle/browser.html\" target=\"_blank\">http://malsup.com/jquery/cycle/browser.html</a>\";s:2:\"id\";s:42:\"om_expo18_homepage_slider_animation_effect\";s:3:\"std\";s:6:\"custom\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:29:{s:6:\"custom\";s:17:\"Custom Predefined\";s:6:\"blindX\";s:6:\"blindX\";s:6:\"blindY\";s:6:\"blindY\";s:6:\"blindZ\";s:6:\"blindZ\";s:5:\"cover\";s:5:\"cover\";s:8:\"curtainX\";s:8:\"curtainX\";s:8:\"curtainY\";s:8:\"curtainY\";s:4:\"fade\";s:4:\"fade\";s:8:\"fadeZoom\";s:8:\"fadeZoom\";s:5:\"growX\";s:5:\"growX\";s:5:\"growY\";s:5:\"growY\";s:4:\"none\";s:4:\"none\";s:8:\"scrollUp\";s:8:\"scrollUp\";s:10:\"scrollDown\";s:10:\"scrollDown\";s:10:\"scrollLeft\";s:10:\"scrollLeft\";s:11:\"scrollRight\";s:11:\"scrollRight\";s:10:\"scrollHorz\";s:10:\"scrollHorz\";s:10:\"scrollVert\";s:10:\"scrollVert\";s:7:\"shuffle\";s:7:\"shuffle\";s:6:\"slideX\";s:6:\"slideX\";s:6:\"slideY\";s:6:\"slideY\";s:4:\"toss\";s:4:\"toss\";s:6:\"turnUp\";s:6:\"turnUp\";s:8:\"turnDown\";s:8:\"turnDown\";s:8:\"turnLeft\";s:8:\"turnLeft\";s:9:\"turnRight\";s:9:\"turnRight\";s:7:\"uncover\";s:7:\"uncover\";s:4:\"wipe\";s:4:\"wipe\";s:4:\"zoom\";s:4:\"zoom\";}}i:42;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:107:\"You can use tag <i><span>this is colored text</span></i> in slide description to color the text\";s:4:\"type\";s:5:\"intro\";}i:43;a:5:{s:4:\"name\";s:14:\"Slider content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:25:\"om_expo18_homepage_slider\";s:3:\"std\";a:0:{}s:4:\"type\";s:6:\"slider\";}i:44;a:2:{s:4:\"name\";s:12:\"Post options\";s:4:\"type\";s:7:\"heading\";}i:45;a:5:{s:4:\"name\";s:20:\"Hide post categories\";s:4:\"desc\";s:47:\"Check, if you want to hide categories for posts\";s:2:\"id\";s:30:\"om_expo18_post_hide_categories\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:5:{s:4:\"name\";s:36:\"Show featured image on the post page\";s:4:\"desc\";s:85:\"Check to show the featured image at the beginning of the post on the single post page\";s:2:\"id\";s:32:\"om_expo18_post_single_show_thumb\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:47;a:5:{s:4:\"name\";s:37:\"Hide comments block on the post pages\";s:4:\"desc\";s:59:\"Check if you want to hide comments block on the post pages.\";s:2:\"id\";s:28:\"om_expo18_hide_comments_post\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:48;a:2:{s:4:\"name\";s:27:\"Extra code blocks, counters\";s:4:\"type\";s:7:\"heading\";}i:49;a:5:{s:4:\"name\";s:31:\"Code block before </head>\";s:4:\"desc\";s:38:\"Here you can add Google.Analytics code\";s:2:\"id\";s:26:\"om_expo18_code_before_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:50;a:5:{s:4:\"name\";s:31:\"Code block before </body>\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:26:\"om_expo18_code_before_body\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:51;a:5:{s:4:\"name\";s:42:\"Code block after page header (</H1>)\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_page_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:52;a:5:{s:4:\"name\";s:29:\"Code block after page content\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_page_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:53;a:5:{s:4:\"name\";s:61:\"Code block after post header (</H1>) on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"om_expo18_code_after_post_h1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:54;a:5:{s:4:\"name\";s:48:\"Code block after post content on the single page\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:33:\"om_expo18_code_after_post_content\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:55;a:2:{s:4:\"name\";s:12:\"Social icons\";s:4:\"type\";s:7:\"heading\";}i:56;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:61:\"Specify necessary links and icons will be shown in the footer\";s:4:\"type\";s:5:\"intro\";}i:57;a:4:{s:4:\"name\";s:13:\"Facebook link\";s:2:\"id\";s:25:\"om_expo18_social_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:58;a:4:{s:4:\"name\";s:13:\"LinekdIn link\";s:2:\"id\";s:25:\"om_expo18_social_linkedin\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:59;a:4:{s:4:\"name\";s:12:\"Twitter link\";s:2:\"id\";s:24:\"om_expo18_social_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:60;a:4:{s:4:\"name\";s:12:\"Behance link\";s:2:\"id\";s:24:\"om_expo18_social_behance\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:61;a:4:{s:4:\"name\";s:8:\"RSS link\";s:2:\"id\";s:20:\"om_expo18_social_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:62;a:4:{s:4:\"name\";s:12:\"Blogger link\";s:2:\"id\";s:24:\"om_expo18_social_blogger\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:63;a:4:{s:4:\"name\";s:15:\"Deviantart link\";s:2:\"id\";s:27:\"om_expo18_social_deviantart\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:64;a:4:{s:4:\"name\";s:12:\"Dribble link\";s:2:\"id\";s:24:\"om_expo18_social_dribble\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:65;a:4:{s:4:\"name\";s:11:\"Flickr link\";s:2:\"id\";s:23:\"om_expo18_social_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:66;a:4:{s:4:\"name\";s:11:\"Google link\";s:2:\"id\";s:23:\"om_expo18_social_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:67;a:4:{s:4:\"name\";s:12:\"Myspace link\";s:2:\"id\";s:24:\"om_expo18_social_myspace\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:68;a:4:{s:4:\"name\";s:14:\"Pinterest link\";s:2:\"id\";s:26:\"om_expo18_social_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:69;a:4:{s:4:\"name\";s:10:\"Skype link\";s:2:\"id\";s:22:\"om_expo18_social_skype\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:70;a:4:{s:4:\"name\";s:10:\"Vimeo link\";s:2:\"id\";s:22:\"om_expo18_social_vimeo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:71;a:4:{s:4:\"name\";s:12:\"Youtube link\";s:2:\"id\";s:24:\"om_expo18_social_youtube\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:72;a:2:{s:4:\"name\";s:17:\"Registration form\";s:4:\"type\";s:7:\"heading\";}i:73;a:3:{s:4:\"name\";s:0:\"\";s:7:\"message\";s:88:\"Set up form and include it at any page by inserting shortcode <b>[registration_form]</b>\";s:4:\"type\";s:5:\"intro\";}i:74;a:4:{s:4:\"name\";s:27:\"Email to send the form data\";s:2:\"id\";s:20:\"om_expo18_form_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:75;a:5:{s:4:\"name\";s:15:\"Success message\";s:4:\"desc\";s:51:\"Message will be shown after success form submission\";s:2:\"id\";s:22:\"om_expo18_form_success\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:76;a:4:{s:4:\"name\";s:19:\"Submit button title\";s:2:\"id\";s:27:\"om_expo18_form_button_title\";s:3:\"std\";s:9:\"Register!\";s:4:\"type\";s:4:\"text\";}i:77;a:4:{s:4:\"name\";s:11:\"Form fields\";s:2:\"id\";s:21:\"om_expo18_form_fields\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"form_fields\";}}','yes'),(894,'om_expo18_site_logo_type','image','yes'),(897,'om_expo18_site_logo_image','http://www.cems-leathertex.com/wp-content/uploads/2015/11/lathertex.jpg','yes'),(900,'om_expo18_site_logo_text','','yes'),(903,'om_expo18_favicon','','yes'),(906,'om_expo18_location_date','Transamerica Expo Center, <br/>Sao Paulo, Brazil. <br/><b>17 ~ 19 May 2016</b>','yes'),(909,'om_expo18_countdown_date','2016-05-17 10:30:00','yes'),(912,'om_expo18_countdown_hide_seconds','false','yes'),(915,'om_expo18_special_button_title','','yes'),(918,'om_expo18_special_button_link','','yes'),(921,'om_expo18_footer_text','','yes'),(924,'om_expo18_responsive','true','yes'),(927,'om_expo18_hide_comments_pages','true','yes'),(930,'om_expo18_feedburner','','yes'),(933,'om_expo18_use_inline_css','false','yes'),(936,'om_expo18_primary_color','#335ebe','yes'),(939,'om_expo18_highlight_color','#f89811','yes'),(942,'om_expo18_background_img_set','bgset-1','yes'),(945,'om_expo18_background_img_custom_l1','','yes'),(948,'om_expo18_background_img_custom_l2','','yes'),(951,'om_expo18_base_font','Arial','yes'),(954,'om_expo18_custom_base_font','','yes'),(957,'om_expo18_highlight_font','Open Sans','yes'),(960,'om_expo18_custom_highlight_font','','yes'),(963,'om_expo18_logo_font','Montserrat','yes'),(966,'om_expo18_custom_logo_font','','yes'),(969,'om_expo18_testimonial_font','Satisfy','yes'),(972,'om_expo18_custom_testimonial_font','','yes'),(975,'om_expo18_sidebar_position','right','yes'),(978,'om_expo18_sidebars_num','3','yes'),(981,'om_expo18_show_homepage_slider','false','yes'),(984,'om_expo18_homepage_slider_autoslide','6000','yes'),(987,'om_expo18_homepage_slider_animation_speed','800','yes'),(990,'om_expo18_homepage_slider_animation_effect','custom','yes'),(993,'om_expo18_homepage_slider','a:0:{}','yes'),(996,'om_expo18_post_hide_categories','false','yes'),(999,'om_expo18_post_single_show_thumb','false','yes'),(1002,'om_expo18_hide_comments_post','false','yes'),(1005,'om_expo18_code_before_head','','yes'),(1008,'om_expo18_code_before_body','','yes'),(1011,'om_expo18_code_after_page_h1','','yes'),(1014,'om_expo18_code_after_page_content','','yes'),(1017,'om_expo18_code_after_post_h1','','yes'),(1020,'om_expo18_code_after_post_content','','yes'),(1023,'om_expo18_social_facebook','','yes'),(1026,'om_expo18_social_linkedin','','yes'),(1029,'om_expo18_social_twitter','','yes'),(1032,'om_expo18_social_behance','','yes'),(1035,'om_expo18_social_rss','','yes'),(1038,'om_expo18_social_blogger','','yes'),(1041,'om_expo18_social_deviantart','','yes'),(1044,'om_expo18_social_dribble','','yes'),(1047,'om_expo18_social_flickr','','yes'),(1050,'om_expo18_social_google','','yes'),(1053,'om_expo18_social_myspace','','yes'),(1056,'om_expo18_social_pinterest','','yes'),(1059,'om_expo18_social_skype','','yes'),(1062,'om_expo18_social_vimeo','','yes'),(1065,'om_expo18_social_youtube','','yes'),(1068,'om_expo18_form_email','','yes'),(1071,'om_expo18_form_success','','yes'),(1074,'om_expo18_form_button_title','Register!','yes'),(1077,'om_expo18_form_fields','a:10:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:7;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:2:{s:4:\"name\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(1339,'rewrite_rules','a:72:{s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:37:\"index.php/comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&cpage=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:30:\"index.php/(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(1351,'_site_transient_timeout_browser_da5e40b3fdc6973489e1c723652734f9','1447840501','yes'),(1354,'_site_transient_browser_da5e40b3fdc6973489e1c723652734f9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1357,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1359,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(2234,'_site_transient_timeout_browser_3a641b0529e1f6972e9faa1a64fcc08f','1450079793','yes'),(2237,'_site_transient_browser_3a641b0529e1f6972e9faa1a64fcc08f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5295,'_site_transient_timeout_browser_1278066432121fcf13fbcf78cd3fab6c','1455427735','yes'),(5298,'_site_transient_browser_1278066432121fcf13fbcf78cd3fab6c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"41.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(5749,'recently_activated','a:0:{}','yes'),(6561,'_site_transient_timeout_browser_39ff8f4a6f74e01fab95852d21fd2db3','1457519596','yes'),(6564,'_site_transient_browser_39ff8f4a6f74e01fab95852d21fd2db3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"45.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(14469,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:22:\"mahatab.cems@gmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484646302;}','yes'),(15190,'_transient_timeout_mailserver_last_checked','1469228488','no'),(15191,'_transient_mailserver_last_checked','1','no'),(18760,'_site_transient_timeout_wporg_theme_feature_list','1482235502','yes'),(18761,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(19000,'_site_transient_timeout_browser_4c9717c179f154741a00df005d8e11d2','1483626653','yes'),(19001,'_site_transient_browser_4c9717c179f154741a00df005d8e11d2','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"52.0.2743.116\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(19002,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1483032660','yes'),(19003,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"6130\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3761\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3755\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3274\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2870\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2562\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2237\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2158\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"2113\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"2107\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"2096\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"2056\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1987\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1958\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1773\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1668\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1646\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1473\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1390\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1304\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1302\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1158\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1141\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:4:\"1076\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:4:\"1029\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:4:\"1027\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"977\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"974\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"971\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"941\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"935\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"918\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"867\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"862\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"862\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"829\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"791\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"790\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"790\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"772\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"767\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"761\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"751\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"751\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"747\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"737\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"735\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"731\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"724\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"711\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"711\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"661\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"656\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"650\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"641\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"638\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"625\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"620\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"620\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"616\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"603\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"593\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"588\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"586\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"585\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"574\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"558\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"557\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"552\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"549\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"544\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"543\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"535\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"525\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"521\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"518\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"509\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"502\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"488\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"472\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"472\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"468\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"467\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"464\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"452\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"451\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"444\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"437\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"437\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"435\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"434\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"428\";}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";s:3:\"427\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"424\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"424\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"423\";}s:7:\"sharing\";a:3:{s:4:\"name\";s:7:\"sharing\";s:4:\"slug\";s:7:\"sharing\";s:5:\"count\";s:3:\"423\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"420\";}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";s:3:\"418\";}s:8:\"linkedin\";a:3:{s:4:\"name\";s:8:\"linkedin\";s:4:\"slug\";s:8:\"linkedin\";s:5:\"count\";s:3:\"416\";}}','yes'),(21237,'_site_transient_timeout_browser_754cdcc1e6416d7a56262cf3d275472d','1489819813','yes'),(21238,'_site_transient_browser_754cdcc1e6416d7a56262cf3d275472d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(21306,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1489425209','no'),(21307,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1489425209','no'),(21308,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1489382009','no'),(21311,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1489425209','no'),(21312,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1489425209','no'),(21313,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1489382009','no'),(21314,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1489425210','no'),(21315,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Mar 2017 04:45:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"51888@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2646@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"6743@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Extends and enhances TinyMCE, the WordPress Visual Editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Secure your website with the most comprehensive WordPress security plugin. Firewall, malware scan, blocking, live traffic, login security & more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"363@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"25254@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"12073@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Search Engine (SEO) & Performance Optimization (WPO) via caching. Integrated caching: CDN, Minify, Page, Object, Fragment, Database support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"5790@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"The original SEO plugin for WordPress, downloaded over 30,000,000 times since 2007.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Akismet checks your comments and contact form submissions against our global database of spam to protect you and your site from malicious content.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"9542@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus WordPress Backup Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"38058@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"The one plugin you need for stats, related posts, search engine optimization, social sharing, protection, backups, speed, and email list management.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2572@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"NextGEN Gallery - WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Displays Google Analytics stats in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26607@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"26907@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. Provides tool t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"28395@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"31973@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"SiteOrigin Widgets Bundle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/so-widgets-bundle/#post-67824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 May 2014 14:27:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"67824@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"A collection of all widgets, neatly bundled into a single plugin. It's also a framework to code your own widgets on top of.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ninja Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/ninja-forms/#post-33147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Dec 2011 18:11:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"33147@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Drag and drop fields in an intuitive UI to create create contact forms, email subscription forms, order forms, payment forms, send emails and more!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Kevin Stover\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 13 Mar 2017 05:13:30 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:7:\"expires\";s:29:\"Mon, 13 Mar 2017 05:20:58 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 13 Mar 2017 04:45:58 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(21316,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1489425210','no'),(21317,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1489382010','no'),(21318,'_transient_timeout_plugin_slugs','1497913551','no'),(21319,'_transient_plugin_slugs','a:2:{i:0;s:19:\"akismet/akismet.php\";i:1;s:39:\"wp-optimize-pages/wp-optimize-pages.php\";}','no'),(23670,'_site_transient_timeout_browser_c6e0d466c988c4043691b020b1fec366','1498431934','yes'),(23671,'_site_transient_browser_c6e0d466c988c4043691b020b1fec366','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(24424,'_site_transient_timeout_theme_roots','1500365046','yes'),(24425,'_site_transient_theme_roots','a:5:{s:10:\"leathertex\";s:7:\"/themes\";s:6:\"sketch\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','yes'),(24426,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1500363248;s:7:\"checked\";a:5:{s:10:\"leathertex\";s:5:\"1.1.0\";s:6:\"sketch\";s:5:\"1.2.1\";s:13:\"twentyfifteen\";s:3:\"1.3\";s:14:\"twentyfourteen\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.6\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.1.8.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.2.0.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.2.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(24427,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1500363248;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.3.3.zip\";s:6:\"tested\";s:3:\"4.8\";s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=479 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(3,2,'_edit_lock','1446967316:1'),(6,7,'_edit_last','1'),(9,7,'_edit_lock','1455428226:1'),(12,9,'_wp_attached_file','2015/11/image002.jpg'),(15,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:141;s:4:\"file\";s:20:\"2015/11/image002.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(18,12,'_wp_attached_file','2015/11/image001.jpg'),(21,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:965;s:4:\"file\";s:20:\"2015/11/image001.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image001-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-125x142.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"thumbnail-post-single\";a:4:{s:4:\"file\";s:20:\"image001-615x698.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(24,7,'_wp_page_template','template-home.php'),(27,36,'_menu_item_type','post_type'),(30,36,'_menu_item_menu_item_parent','0'),(33,36,'_menu_item_object_id','7'),(36,36,'_menu_item_object','page'),(39,36,'_menu_item_target',''),(42,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(45,36,'_menu_item_xfn',''),(48,36,'_menu_item_url',''),(51,39,'_edit_last','1'),(54,39,'_edit_lock','1447481512:1'),(57,39,'_wp_page_template','default'),(60,45,'_menu_item_type','post_type'),(63,45,'_menu_item_menu_item_parent','0'),(66,45,'_menu_item_object_id','39'),(69,45,'_menu_item_object','page'),(72,45,'_menu_item_target',''),(75,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(78,45,'_menu_item_xfn',''),(81,45,'_menu_item_url',''),(87,48,'_edit_last','1'),(90,48,'_edit_lock','1447667659:1'),(93,51,'_wp_attached_file','2015/11/map.gif'),(96,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:244;s:6:\"height\";i:202;s:4:\"file\";s:15:\"2015/11/map.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"map-125x103.gif\";s:5:\"width\";i:125;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(97,52,'_wp_attached_file','2015/11/MAPbrazil.jpg'),(100,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:247;s:6:\"height\";i:263;s:4:\"file\";s:21:\"2015/11/MAPbrazil.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MAPbrazil-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"MAPbrazil-125x133.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(103,48,'_wp_page_template','default'),(106,58,'_menu_item_type','post_type'),(109,58,'_menu_item_menu_item_parent','60'),(112,58,'_menu_item_object_id','48'),(115,58,'_menu_item_object','page'),(118,58,'_menu_item_target',''),(121,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(124,58,'_menu_item_xfn',''),(127,58,'_menu_item_url',''),(132,60,'_menu_item_type','custom'),(135,60,'_menu_item_menu_item_parent','0'),(138,60,'_menu_item_object_id','60'),(141,60,'_menu_item_object','custom'),(144,60,'_menu_item_target',''),(147,60,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(150,60,'_menu_item_xfn',''),(153,60,'_menu_item_url','#'),(157,63,'_edit_last','1'),(160,63,'_edit_lock','1447482806:1'),(163,63,'_wp_page_template','default'),(165,66,'_menu_item_type','post_type'),(168,66,'_menu_item_menu_item_parent','60'),(171,66,'_menu_item_object_id','63'),(174,66,'_menu_item_object','page'),(177,66,'_menu_item_target',''),(180,66,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(183,66,'_menu_item_xfn',''),(186,66,'_menu_item_url',''),(190,67,'_edit_last','1'),(193,67,'_edit_lock','1447483459:1'),(196,67,'_wp_page_template','default'),(199,73,'_menu_item_type','post_type'),(202,73,'_menu_item_menu_item_parent','60'),(205,73,'_menu_item_object_id','67'),(208,73,'_menu_item_object','page'),(211,73,'_menu_item_target',''),(214,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(217,73,'_menu_item_xfn',''),(220,73,'_menu_item_url',''),(225,75,'_edit_last','1'),(228,75,'_edit_lock','1447483097:1'),(231,75,'_wp_page_template','default'),(232,79,'_menu_item_type','post_type'),(235,79,'_menu_item_menu_item_parent','0'),(238,79,'_menu_item_object_id','75'),(241,79,'_menu_item_object','page'),(244,79,'_menu_item_target',''),(247,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(250,79,'_menu_item_xfn',''),(253,79,'_menu_item_url',''),(256,79,'_menu_item_orphaned','1447483000'),(259,82,'_edit_last','1'),(262,82,'_edit_lock','1447482958:1'),(265,82,'_wp_page_template','default'),(268,88,'_menu_item_type','post_type'),(271,88,'_menu_item_menu_item_parent','0'),(274,88,'_menu_item_object_id','82'),(277,88,'_menu_item_object','page'),(280,88,'_menu_item_target',''),(283,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(286,88,'_menu_item_xfn',''),(289,88,'_menu_item_url',''),(294,90,'_menu_item_type','post_type'),(297,90,'_menu_item_menu_item_parent','0'),(300,90,'_menu_item_object_id','75'),(303,90,'_menu_item_object','page'),(306,90,'_menu_item_target',''),(309,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(312,90,'_menu_item_xfn',''),(315,90,'_menu_item_url',''),(321,91,'_edit_last','1'),(324,91,'_edit_lock','1447483909:1'),(325,91,'_wp_page_template','default'),(327,96,'_menu_item_type','post_type'),(330,96,'_menu_item_menu_item_parent','60'),(333,96,'_menu_item_object_id','91'),(336,96,'_menu_item_object','page'),(339,96,'_menu_item_target',''),(342,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(345,96,'_menu_item_xfn',''),(348,96,'_menu_item_url',''),(352,100,'_edit_last','1'),(355,100,'_edit_lock','1447483842:1'),(358,103,'_wp_attached_file','2015/11/EXPOAPPLICATIONFORM.pdf'),(360,100,'_wp_page_template','default'),(363,108,'_menu_item_type','post_type'),(366,108,'_menu_item_menu_item_parent','60'),(369,108,'_menu_item_object_id','100'),(372,108,'_menu_item_object','page'),(375,108,'_menu_item_target',''),(378,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(381,108,'_menu_item_xfn',''),(384,108,'_menu_item_url',''),(390,111,'_edit_last','1'),(393,111,'_edit_lock','1456917455:1'),(396,114,'_wp_attached_file','2015/11/image0021.jpg'),(399,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:107;s:6:\"height\";i:141;s:4:\"file\";s:21:\"2015/11/image0021.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(402,111,'_wp_page_template','default'),(405,120,'_menu_item_type','post_type'),(408,120,'_menu_item_menu_item_parent','0'),(411,120,'_menu_item_object_id','111'),(414,120,'_menu_item_object','page'),(417,120,'_menu_item_target',''),(420,120,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(423,120,'_menu_item_xfn',''),(426,120,'_menu_item_url',''),(430,121,'_edit_last','1'),(433,121,'_edit_lock','1447670287:1'),(435,121,'_wp_page_template','default'),(438,126,'_menu_item_type','post_type'),(441,126,'_menu_item_menu_item_parent','60'),(444,126,'_menu_item_object_id','121'),(447,126,'_menu_item_object','page'),(450,126,'_menu_item_target',''),(453,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(456,126,'_menu_item_xfn',''),(459,126,'_menu_item_url',''),(460,130,'_wp_attached_file','2015/11/cems-china.jpg'),(463,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:22:\"2015/11/cems-china.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cems-china-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(465,132,'_wp_attached_file','2015/11/cems-bangladesh.jpg'),(468,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:27:\"2015/11/cems-bangladesh.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"cems-bangladesh-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(469,133,'_wp_attached_file','2015/11/cems-india.jpg'),(472,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:22:\"2015/11/cems-india.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"cems-india-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(475,136,'_wp_attached_file','2015/11/cems-usa.jpg'),(478,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:47;s:4:\"file\";s:20:\"2015/11/cems-usa.jpg\";s:5:\"sizes\";a:1:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"cems-usa-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=157 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2015-09-16 21:23:53','2015-09-16 21:23:53','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2015-09-16 21:23:53','2015-09-16 21:23:53','',0,'http://www.cems-leathertex.com/leathertex/?p=1',0,'post','',1),(2,1,'2015-09-16 21:23:53','2015-09-16 21:23:53','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.cems-leathertex.com/leathertex/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2015-09-16 21:23:53','2015-09-16 21:23:53','',0,'http://www.cems-leathertex.com/leathertex/?page_id=2',0,'page','',0),(7,1,'2015-11-11 08:36:05','2015-11-11 08:36:05','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"66\" height=\"87\" /></a>\r\n<span style=\"color: #000000;\"><strong> Presents</strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone wp-image-12\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001-264x300.jpg\" alt=\"image001\" width=\"153\" height=\"174\" /></a></p>\r\n\r\n<h4 style=\"text-align: right;\"><strong><span style=\"color: #993300;\">INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</span></strong>\r\n<strong> <span style=\"color: #993300;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span></strong></h4>\r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #993300;\">17 - 19 May, 2016.</span></strong>\r\n<strong> <span style=\"color: #ff0000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></strong></h3>','Home','','publish','closed','closed','','home','','','2015-11-11 09:59:37','2015-11-11 09:59:37','',0,'http://www.cems-leathertex.com/?page_id=7',0,'page','',0),(9,1,'2015-11-11 08:31:27','2015-11-11 08:31:27','','image002','','inherit','open','closed','','image002','','','2015-11-11 08:31:27','2015-11-11 08:31:27','',7,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg',0,'attachment','image/jpeg',0),(12,1,'2015-11-11 08:33:27','2015-11-11 08:33:27','','image001','','inherit','open','closed','','image001','','','2015-11-11 08:33:27','2015-11-11 08:33:27','',7,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg',0,'attachment','image/jpeg',0),(15,1,'2015-11-11 08:36:05','2015-11-11 08:36:05','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"66\" height=\"87\" /></a>\r\n<span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"wp-image-12 alignright\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001-264x300.jpg\" alt=\"image001\" width=\"175\" height=\"199\" /></a>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"><strong><span style=\"color: #993300;\">INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</span></strong>\r\n<strong> <span style=\"color: #993300;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span></strong>\r\n<strong> <span style=\"color: #993300;\">17 - 19 May, 2016.</span></strong>\r\n<strong> <span style=\"color: #ff0000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></strong></p>','Home','','inherit','closed','closed','','7-revision-v1','','','2015-11-11 08:36:05','2015-11-11 08:36:05','',7,'http://www.cems-leathertex.com/index.php/2015/11/11/7-revision-v1/',0,'revision','',0),(25,1,'2015-11-11 09:56:29','2015-11-11 09:56:29','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"66\" height=\"87\" /></a>\r\n<span style=\"color: #000000;\"><strong>Presents</strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone wp-image-12\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001-264x300.jpg\" alt=\"image001\" width=\"153\" height=\"174\" /></a></p>\r\n<p style=\"text-align: right;\"><strong><span style=\"color: #993300;\">INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</span></strong>\r\n<strong> <span style=\"color: #993300;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span></strong>\r\n<strong> <span style=\"color: #993300;\">17 - 19 May, 2016.</span></strong>\r\n<strong> <span style=\"color: #ff0000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></strong></p>','Home','','inherit','closed','closed','','7-revision-v1','','','2015-11-11 09:56:29','2015-11-11 09:56:29','',7,'http://www.cems-leathertex.com/index.php/2015/11/11/7-revision-v1/',0,'revision','',0),(28,1,'2015-11-11 09:57:02','2015-11-11 09:57:02','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"66\" height=\"87\" /></a>\r\n<span style=\"color: #000000;\"><strong> Presents</strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone wp-image-12\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001-264x300.jpg\" alt=\"image001\" width=\"153\" height=\"174\" /></a></p>\r\n<p style=\"text-align: right;\"><strong><span style=\"color: #993300;\">INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</span></strong>\r\n<strong> <span style=\"color: #993300;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span></strong>\r\n<strong> <span style=\"color: #993300;\">17 - 19 May, 2016.</span></strong>\r\n<strong> <span style=\"color: #ff0000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></strong></p>','Home','','inherit','closed','closed','','7-revision-v1','','','2015-11-11 09:57:02','2015-11-11 09:57:02','',7,'http://www.cems-leathertex.com/index.php/2015/11/11/7-revision-v1/',0,'revision','',0),(30,1,'2015-11-11 09:57:57','2015-11-11 09:57:57','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"66\" height=\"87\" /></a>\r\n<span style=\"color: #000000;\"><strong> Presents</strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone wp-image-12\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001-264x300.jpg\" alt=\"image001\" width=\"153\" height=\"174\" /></a></p>\r\n\r\n<h4 style=\"text-align: right;\"><strong><span style=\"color: #993300;\">INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</span></strong>\r\n<strong> <span style=\"color: #993300;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span></strong>\r\n<strong> <span style=\"color: #993300;\">17 - 19 May, 2016.</span></strong>\r\n<strong> <span style=\"color: #ff0000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></strong></h4>','Home','','inherit','closed','closed','','7-revision-v1','','','2015-11-11 09:57:57','2015-11-11 09:57:57','',7,'http://www.cems-leathertex.com/index.php/2015/11/11/7-revision-v1/',0,'revision','',0),(33,1,'2015-11-11 09:58:35','2015-11-11 09:58:35','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"66\" height=\"87\" /></a>\r\n<span style=\"color: #000000;\"><strong> Presents</strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone wp-image-12\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001-264x300.jpg\" alt=\"image001\" width=\"153\" height=\"174\" /></a></p>\r\n\r\n<h4 style=\"text-align: right;\"><strong><span style=\"color: #993300;\">INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</span></strong>\r\n<strong> <span style=\"color: #993300;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span></strong></h4>\r\n<p style=\"text-align: right;\"><strong> <span style=\"color: #993300;\">17 - 19 May, 2016.</span></strong>\r\n<strong> <span style=\"color: #ff0000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></strong></p>','Home','','inherit','closed','closed','','7-revision-v1','','','2015-11-11 09:58:35','2015-11-11 09:58:35','',7,'http://www.cems-leathertex.com/index.php/2015/11/11/7-revision-v1/',0,'revision','',0),(36,1,'2015-11-11 09:59:11','2015-11-11 09:59:11',' ','','','publish','closed','closed','','36','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=36',1,'nav_menu_item','',0),(37,1,'2015-11-11 09:59:37','2015-11-11 09:59:37','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\"><img class=\"alignnone wp-image-9\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image002.jpg\" alt=\"image002\" width=\"66\" height=\"87\" /></a>\r\n<span style=\"color: #000000;\"><strong> Presents</strong></span>\r\n\r\n \r\n<p style=\"text-align: right;\"><a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001.jpg\"><img class=\"alignnone wp-image-12\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image001-264x300.jpg\" alt=\"image001\" width=\"153\" height=\"174\" /></a></p>\r\n\r\n<h4 style=\"text-align: right;\"><strong><span style=\"color: #993300;\">INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</span></strong>\r\n<strong> <span style=\"color: #993300;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span></strong></h4>\r\n<h3 style=\"text-align: right;\"><strong> <span style=\"color: #993300;\">17 - 19 May, 2016.</span></strong>\r\n<strong> <span style=\"color: #ff0000;\">Transamerica Expo Center, Sao Paulo, Brazil.</span></strong></h3>','Home','','inherit','closed','closed','','7-revision-v1','','','2015-11-11 09:59:37','2015-11-11 09:59:37','',7,'http://www.cems-leathertex.com/index.php/2015/11/11/7-revision-v1/',0,'revision','',0),(39,1,'2015-11-14 06:11:14','2015-11-14 06:11:14','<p style=\"text-align: left;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Leather Goods & Accessories, in Brazil…. </strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> scheduled to be held from 17 - 19 May 2016, will be glittering showcases of the Leather Goods & Accessories based products and service industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Leather is a durable and flexible material created by tanning animal rawhide and skin, often cattle hide. It can be produced at manufacturing scales ranging from cottage industry to heavy industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">People use leather to make various goods—including clothing (e.g., shoes, hats, jackets, skirts, trousers, and belts), bookbinding, leather wallpaper, and as a furniture covering. It is produced in a wide variety of types and styles, decorated by a wide range of techniques.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong></span>’ showcasing all products & services from the Leather sector from both local as well as global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> will reveal to the country, the rapid developments in the leather industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Leather based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> will be a perfect platform for Manufacturers & Suppliers to showcase their Leather Goods & Accessories products / services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</span></p>','Event Profile','','publish','closed','closed','','event-profile','','','2015-11-14 06:11:14','2015-11-14 06:11:14','',0,'http://www.cems-leathertex.com/?page_id=39',0,'page','',0),(42,1,'2015-11-14 06:11:14','2015-11-14 06:11:14','<p style=\"text-align: left;\"><span style=\"color: #000000;\"><strong>A perfect Exhibition for Leather Goods & Accessories, in Brazil…. </strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> scheduled to be held from 17 - 19 May 2016, will be glittering showcases of the Leather Goods & Accessories based products and service industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Leather is a durable and flexible material created by tanning animal rawhide and skin, often cattle hide. It can be produced at manufacturing scales ranging from cottage industry to heavy industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">People use leather to make various goods—including clothing (e.g., shoes, hats, jackets, skirts, trousers, and belts), bookbinding, leather wallpaper, and as a furniture covering. It is produced in a wide variety of types and styles, decorated by a wide range of techniques.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong></span>’ showcasing all products & services from the Leather sector from both local as well as global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> will reveal to the country, the rapid developments in the leather industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Leather based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> will be a perfect platform for Manufacturers & Suppliers to showcase their Leather Goods & Accessories products / services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</span></p>','Event Profile','','inherit','closed','closed','','39-revision-v1','','','2015-11-14 06:11:14','2015-11-14 06:11:14','',39,'http://www.cems-leathertex.com/index.php/2015/11/14/39-revision-v1/',0,'revision','',0),(45,1,'2015-11-14 06:12:57','2015-11-14 06:12:57',' ','','','publish','closed','closed','','45','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=45',2,'nav_menu_item','',0),(48,1,'2015-11-14 06:22:38','2015-11-14 06:22:38','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/MAPbrazil.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/MAPbrazil.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em><strong><span style=\"color: #000000;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span>\r\n</strong></em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>17 - 19 May, 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td> <strong><span style=\"color: #000000;\">Sao Paulo, Brazil.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>Transamerica Expo Center,Sao Paulo, Brazil.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','publish','closed','closed','','fact-sheet','','','2015-11-14 06:22:38','2015-11-14 06:22:38','',0,'http://www.cems-leathertex.com/?page_id=48',0,'page','',0),(51,1,'2015-11-14 06:15:09','2015-11-14 06:15:09','','map','','inherit','open','closed','','map','','','2015-11-14 06:15:09','2015-11-14 06:15:09','',48,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/map.gif',0,'attachment','image/gif',0),(52,1,'2015-11-14 06:20:58','2015-11-14 06:20:58','','MAPbrazil','','inherit','open','closed','','mapbrazil','','','2015-11-14 06:20:58','2015-11-14 06:20:58','',48,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/MAPbrazil.jpg',0,'attachment','image/jpeg',0),(55,1,'2015-11-14 06:22:38','2015-11-14 06:22:38','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/MAPbrazil.jpg\"><img class=\"size-full wp-image-52 aligncenter\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/MAPbrazil.jpg\" alt=\"MAPbrazil\" width=\"247\" height=\"263\" /></a>\r\n<table border=\"0\" width=\"90%\" cellspacing=\"10\" cellpadding=\"0\" align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td width=\"207\"><span style=\"color: #000000;\">Event</span></td>\r\n<td width=\"413\"><span style=\"color: #000000;\"><strong>INTERNATIONAL LEATHER TEXTILE BRAZIL EXPO 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Detail</span></td>\r\n<td><em><strong><span style=\"color: #000000;\">The biggest 3-days International Exhibition on Leather Goods & Accessories.</span>\r\n</strong></em></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Date</span></td>\r\n<td><span style=\"color: #000000;\"><strong>17 - 19 May, 2016</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Location</span></td>\r\n<td> <strong><span style=\"color: #000000;\">Sao Paulo, Brazil.</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Venue</span></td>\r\n<td><span style=\"color: #000000;\"><em><strong>Transamerica Expo Center,Sao Paulo, Brazil.</strong></em></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Opening Hours</span></td>\r\n<td><span style=\"color: #000000;\">10.30 am to 8.00 pm</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Frequency</span></td>\r\n<td><span style=\"color: #000000;\">Annual</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Open to</span></td>\r\n<td><span style=\"color: #000000;\">Trade / Business & Public Visitors</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Organizer</span></td>\r\n<td><span style=\"color: #000000;\">CEMS USA in association with CEMS Brazil</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Cooperated by</span></td>\r\n<td><span style=\"color: #000000;\">CEMS Global Asia Pacific Singapore, CEMS India, CEMS China, CEMS Lanka, CEMS Indonesia</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #000000;\">Expected number of Booths</span></td>\r\n<td><span style=\"color: #000000;\">900</span></td>\r\n</tr>\r\n<tr>\r\n<td height=\"15\"><span style=\"color: #000000;\">Standard Booth Size</span></td>\r\n<td><span style=\"color: #000000;\">6 sqm [Minimum]</span></td>\r\n</tr>\r\n</tbody>\r\n</table>','Fact Sheet','','inherit','closed','closed','','48-revision-v1','','','2015-11-14 06:22:38','2015-11-14 06:22:38','',48,'http://www.cems-leathertex.com/index.php/2015/11/14/48-revision-v1/',0,'revision','',0),(58,1,'2015-11-14 06:23:15','2015-11-14 06:23:15',' ','','','publish','closed','closed','','58','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=58',4,'nav_menu_item','',0),(60,1,'2015-11-14 06:23:45','2015-11-14 06:23:45','','Exhibitor','','publish','closed','closed','','exhibitor','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=60',3,'nav_menu_item','',0),(63,1,'2015-11-14 06:32:42','2015-11-14 06:32:42','<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>A perfect Exhibition for Leather Goods & Accessories, in Brazil….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">scheduled to be held</span> <span style=\"color: #000000;\">from 17 - 19 May 2016, will be glittering showcases of the Leather Goods & Accessories based products and service industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Leather is a durable and flexible material created by tanning animal rawhide and skin, often cattle hide. It can be produced at manufacturing scales ranging from cottage industry to heavy industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">People use leather to make various goods—including clothing (e.g., shoes, hats, jackets, skirts, trousers, and belts), bookbinding, leather wallpaper, and as a furniture covering. It is produced in a wide variety of types and styles, decorated by a wide range of techniques.</span></p>\r\n<p style=\"text-align: justify;\">\r\n<span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">showcasing all products & services from the Leather sector from both local as well as global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">will reveal to the country, the rapid developments in the leather industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Leather based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing</span>.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">will be a perfect platform for Manufacturers & Suppliers to showcase their Leather Goods & Accessories products / services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</span></p>','Highlights','','publish','closed','closed','','highlights','','','2015-11-14 06:32:42','2015-11-14 06:32:42','',0,'http://www.cems-leathertex.com/?page_id=63',0,'page','',0),(64,1,'2015-11-14 06:32:42','2015-11-14 06:32:42','<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>A perfect Exhibition for Leather Goods & Accessories, in Brazil….</strong></span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">`CEMS Global’ brings to you</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">scheduled to be held</span> <span style=\"color: #000000;\">from 17 - 19 May 2016, will be glittering showcases of the Leather Goods & Accessories based products and service industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Leather is a durable and flexible material created by tanning animal rawhide and skin, often cattle hide. It can be produced at manufacturing scales ranging from cottage industry to heavy industry.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">People use leather to make various goods—including clothing (e.g., shoes, hats, jackets, skirts, trousers, and belts), bookbinding, leather wallpaper, and as a furniture covering. It is produced in a wide variety of types and styles, decorated by a wide range of techniques.</span></p>\r\n<p style=\"text-align: justify;\">\r\n<span style=\"color: #000000;\">Keeping this in view, CEMS Global USA is going to launch an exhibition</span> <span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">showcasing all products & services from the Leather sector from both local as well as global companies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">will reveal to the country, the rapid developments in the leather industry as well as the new technology components. The neat layouts of the show will provide ample opportunity to the consumers of the industry to see the latest offerings in the market as well as the business visitors to carry out networking in a highly enabled environment. The Leather based products and service industry is therefore not only a networking ground but also a place to find business partners and strategic alliances for manufacturing, outsourcing, sub-contracting, design and development as well as direct marketing</span>.</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #008000;\"><strong>‘INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong>’</span> <span style=\"color: #000000;\">will be a perfect platform for Manufacturers & Suppliers to showcase their Leather Goods & Accessories products / services and the Expo will assemble agents, distributors, importers, trading companies, wholesalers, retailers, hotels, business representatives, restaurants and of course the consumers as well as other bulk purchasers from around the world.</span></p>','Highlights','','inherit','closed','closed','','63-revision-v1','','','2015-11-14 06:32:42','2015-11-14 06:32:42','',63,'http://www.cems-leathertex.com/index.php/2015/11/14/63-revision-v1/',0,'revision','',0),(66,1,'2015-11-14 06:33:11','2015-11-14 06:33:11',' ','','','publish','closed','closed','','66','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=66',5,'nav_menu_item','',0),(67,1,'2015-11-14 06:34:22','2015-11-14 06:34:22','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</span> </strong></em>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Businessmen / Buyers From Department Stores / Retail Chains / Independent Retailers / Wholesalers / Trading Houses / Trade Agents / Importers / Fashion Designers / Fashion Magazine Directors / Fashion Consultants / Purchasing Managers / Production Managers / Associations / Trade Missions / Government Officials / General Public / Agent / Distributor / Trading / Production and manufacturing factory / Subcontract Manufacturing / Research & Development / Trade Association / Government Agency.</span></p>','Focus','','publish','closed','closed','','focus','','','2015-11-14 06:34:22','2015-11-14 06:34:22','',0,'http://www.cems-leathertex.com/?page_id=67',0,'page','',0),(70,1,'2015-11-14 06:34:22','2015-11-14 06:34:22','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><em><strong><span style=\"color: #008000;\">INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</span> </strong></em>will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Businessmen / Buyers From Department Stores / Retail Chains / Independent Retailers / Wholesalers / Trading Houses / Trade Agents / Importers / Fashion Designers / Fashion Magazine Directors / Fashion Consultants / Purchasing Managers / Production Managers / Associations / Trade Missions / Government Officials / General Public / Agent / Distributor / Trading / Production and manufacturing factory / Subcontract Manufacturing / Research & Development / Trade Association / Government Agency.</span></p>','Focus','','inherit','closed','closed','','67-revision-v1','','','2015-11-14 06:34:22','2015-11-14 06:34:22','',67,'http://www.cems-leathertex.com/index.php/2015/11/14/67-revision-v1/',0,'revision','',0),(73,1,'2015-11-14 06:34:43','2015-11-14 06:34:43',' ','','','publish','closed','closed','','73','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=73',6,'nav_menu_item','',0),(75,1,'2015-11-14 06:36:31','2015-11-14 06:36:31','<p style=\"text-align: justify;\"><em><span style=\"color: #800000;\"><strong>Leather Goods & Accessories Exhibits:</strong></span></em> <span style=\"color: #000000;\">Leather Accessories / Suitcases / Briefcases / Women’s Bags / Hand Bags / Sports Bags / Wallets / Purses / Belts / Gifts And Advertising Items / Leather Footwear For Men And Women / Formal / Casual / Ports / Boots / Slippers / Medical Footwear / Shoe Components / uppers / soles / heels / counters / lasts / Finished Leather / Footwear / Synthetic / Chemicals / Adhesives / Process Technology / Machinery & Equipment / Testing / Software / Material Manufacturing / Footwear Machinery, Equipment / Tanning Machinery, Equipment / Machinery for Leather goods / Synthetic Leather Machinery / Leather / Tannery / Garment Leather / Synthetic Leather / Furniture Leather / Raw Hides / Shoes Materials / Chemical / Accessories / Components / Online.</span></p>','Profile of Exhibits','','publish','closed','closed','','profile-of-exhibits','','','2015-11-14 06:40:32','2015-11-14 06:40:32','',0,'http://www.cems-leathertex.com/?page_id=75',0,'page','',0),(78,1,'2015-11-14 06:36:31','2015-11-14 06:36:31','<p style=\"text-align: justify;\"><span style=\"color: #800000;\"><strong>Leather Goods & Accessories Exhibits:</strong></span> Leather Accessories / Suitcases / Briefcases / Women’s Bags / Hand Bags / Sports Bags / Wallets / Purses / Belts / Gifts And Advertising Items / Leather Footwear For Men And Women / Formal / Casual / Ports / Boots / Slippers / Medical Footwear / Shoe Components / uppers / soles / heels / counters / lasts / Finished Leather / Footwear / Synthetic / Chemicals / Adhesives / Process Technology / Machinery & Equipment / Testing / Software / Material Manufacturing / Footwear Machinery, Equipment / Tanning Machinery, Equipment / Machinery for Leather goods / Synthetic Leather Machinery / Leather / Tannery / Garment Leather / Synthetic Leather / Furniture Leather / Raw Hides / Shoes Materials / Chemical / Accessories / Components / Online.</p>','Profile of Exhibits','','inherit','closed','closed','','75-revision-v1','','','2015-11-14 06:36:31','2015-11-14 06:36:31','',75,'http://www.cems-leathertex.com/index.php/2015/11/14/75-revision-v1/',0,'revision','',0),(79,1,'2015-11-14 06:36:40','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2015-11-14 06:36:40','0000-00-00 00:00:00','',0,'http://www.cems-leathertex.com/?p=79',1,'nav_menu_item','',0),(82,1,'2015-11-14 06:37:22','2015-11-14 06:37:22','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Since its inception in 1992, CEMS, in this span of nearly 2 decades, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 7 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.</span></p>','About CEMS-Global','','publish','closed','closed','','about-cems-global','','','2015-11-14 06:37:22','2015-11-14 06:37:22','',0,'http://www.cems-leathertex.com/?page_id=82',0,'page','',0),(85,1,'2015-11-14 06:37:22','2015-11-14 06:37:22','<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Since its inception in 1992, CEMS, in this span of nearly 2 decades, has made a commendable presence as a MULTINATIONAL Exhibition Organizer of the region with operations in over 7 countries. With its Global HQ in USA, CEMS-Global carries out its activities from CEMS-Global USA based in New York, its own operated offices - CEMS China, CEMS India, CEMS Bangladesh, CEMS Lanka, CEMS-Global Asia Pacific Singapore, CEMS Indonesia and over 10 associate offices around the world. CEMS-Global organizes over 40 exhibitions per annum on all important sectors of the trade and economy in South & South-East Asia & South America.</span></p>','About CEMS-Global','','inherit','closed','closed','','82-revision-v1','','','2015-11-14 06:37:22','2015-11-14 06:37:22','',82,'http://www.cems-leathertex.com/index.php/2015/11/14/82-revision-v1/',0,'revision','',0),(88,1,'2015-11-14 06:37:50','2015-11-14 06:37:50',' ','','','publish','closed','closed','','88','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=88',10,'nav_menu_item','',0),(90,1,'2015-11-14 06:37:50','2015-11-14 06:37:50',' ','','','publish','closed','closed','','90','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=90',11,'nav_menu_item','',0),(91,1,'2015-11-14 06:39:21','2015-11-14 06:39:21','<span style=\"color: #000000;\"><span style=\"color: #008000;\"><strong>INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong></span> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-</span>\r\n\r\n<span style=\"color: #000000;\">Businessmen / Buyers From Department Stores / Retail Chains / Independent Retailers / Wholesalers / Trading Houses / Trade Agents / Importers / Fashion Designers / Fashion Magazine Directors / Fashion Consultants / Purchasing Managers / Production Managers / Associations / Trade Missions / Government Officials / General Public / Agent / Distributor / Trading / Production and manufacturing factory / Subcontract Manufacturing / Research & Development / Trade Association / Government Agency.</span>','Profile of Visitors','','publish','closed','closed','','profile-of-visitors','','','2015-11-14 06:39:21','2015-11-14 06:39:21','',0,'http://www.cems-leathertex.com/?page_id=91',0,'page','',0),(94,1,'2015-11-14 06:39:21','2015-11-14 06:39:21','<span style=\"color: #000000;\"><span style=\"color: #008000;\"><strong>INTERNATIONAL LEATHER TEXTILE BRAZIL 2016</strong></span> will be a perfect platform for Decision Makers, CEO, MD, GM, Managers, Owners from the below industries-</span>\r\n\r\n<span style=\"color: #000000;\">Businessmen / Buyers From Department Stores / Retail Chains / Independent Retailers / Wholesalers / Trading Houses / Trade Agents / Importers / Fashion Designers / Fashion Magazine Directors / Fashion Consultants / Purchasing Managers / Production Managers / Associations / Trade Missions / Government Officials / General Public / Agent / Distributor / Trading / Production and manufacturing factory / Subcontract Manufacturing / Research & Development / Trade Association / Government Agency.</span>','Profile of Visitors','','inherit','closed','closed','','91-revision-v1','','','2015-11-14 06:39:21','2015-11-14 06:39:21','',91,'http://www.cems-leathertex.com/index.php/2015/11/14/91-revision-v1/',0,'revision','',0),(96,1,'2015-11-14 06:39:46','2015-11-14 06:39:46',' ','','','publish','closed','closed','','96','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=96',7,'nav_menu_item','',0),(99,1,'2015-11-14 06:40:32','2015-11-14 06:40:32','<p style=\"text-align: justify;\"><em><span style=\"color: #800000;\"><strong>Leather Goods & Accessories Exhibits:</strong></span></em> <span style=\"color: #000000;\">Leather Accessories / Suitcases / Briefcases / Women’s Bags / Hand Bags / Sports Bags / Wallets / Purses / Belts / Gifts And Advertising Items / Leather Footwear For Men And Women / Formal / Casual / Ports / Boots / Slippers / Medical Footwear / Shoe Components / uppers / soles / heels / counters / lasts / Finished Leather / Footwear / Synthetic / Chemicals / Adhesives / Process Technology / Machinery & Equipment / Testing / Software / Material Manufacturing / Footwear Machinery, Equipment / Tanning Machinery, Equipment / Machinery for Leather goods / Synthetic Leather Machinery / Leather / Tannery / Garment Leather / Synthetic Leather / Furniture Leather / Raw Hides / Shoes Materials / Chemical / Accessories / Components / Online.</span></p>','Profile of Exhibits','','inherit','closed','closed','','75-revision-v1','','','2015-11-14 06:40:32','2015-11-14 06:40:32','',75,'http://www.cems-leathertex.com/index.php/2015/11/14/75-revision-v1/',0,'revision','',0),(100,1,'2015-11-14 06:46:13','2015-11-14 06:46:13','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/EXPOAPPLICATIONFORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','publish','closed','closed','','expo-application-form','','','2015-11-14 06:46:13','2015-11-14 06:46:13','',0,'http://www.cems-leathertex.com/?page_id=100',0,'page','',0),(103,1,'2015-11-14 06:45:47','2015-11-14 06:45:47','','EXPOAPPLICATIONFORM','','inherit','open','closed','','expoapplicationform','','','2015-11-14 06:45:47','2015-11-14 06:45:47','',100,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/EXPOAPPLICATIONFORM.pdf',0,'attachment','application/pdf',0),(105,1,'2015-11-14 06:46:13','2015-11-14 06:46:13','<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/EXPOAPPLICATIONFORM.pdf\" target=\"_blank\">EXPO APPLICATION FORM</a>','Expo Application Form','','inherit','closed','closed','','100-revision-v1','','','2015-11-14 06:46:13','2015-11-14 06:46:13','',100,'http://www.cems-leathertex.com/index.php/2015/11/14/100-revision-v1/',0,'revision','',0),(108,1,'2015-11-14 06:46:38','2015-11-14 06:46:38',' ','','','publish','closed','closed','','108','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=108',8,'nav_menu_item','',0),(111,1,'2015-11-14 07:10:38','2015-11-14 07:10:38','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></div>\r\n<div><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a></div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>, </span>\r\n\r\n<span style=\"color: #000000;\">F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86-10-82842588 F : +86-10-84832956</span>\r\n\r\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span>\r\n\r\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','publish','closed','closed','','contact-us','','','2016-03-02 10:35:25','2016-03-02 10:35:25','',0,'http://www.cems-leathertex.com/?page_id=111',0,'page','',0),(114,1,'2015-11-14 07:04:05','2015-11-14 07:04:05','','image002','','inherit','open','closed','','image002-2','','','2015-11-14 07:04:05','2015-11-14 07:04:05','',111,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg',0,'attachment','image/jpeg',0),(117,1,'2015-11-14 07:10:38','2015-11-14 07:10:38','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a title=\"\" href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-102\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/11/cems-usa.jpg\" alt=\"cems usa\" width=\"100\" height=\"35\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a title=\"\" href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-104\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/11/cems-india.jpg\" alt=\"cems india\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [ CEMS India ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New Delhi, India</span>\r\n\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #000000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a title=\"\" href=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/11/cems-bangladesh1.jpg\"><img class=\"alignnone size-full wp-image-106\" src=\"http://cems-powerseries.com/powerbd/wp-content/uploads/2014/11/cems-bangladesh1.jpg\" alt=\"cems bangladesh\" width=\"100\" height=\"35\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','111-revision-v1','','','2015-11-14 07:10:38','2015-11-14 07:10:38','',111,'http://www.cems-leathertex.com/index.php/2015/11/14/111-revision-v1/',0,'revision','',0),(120,1,'2015-11-14 07:10:51','2015-11-14 07:10:51',' ','','','publish','closed','closed','','120','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=120',12,'nav_menu_item','',0),(121,1,'2015-11-14 07:12:06','2015-11-14 07:12:06','<span style=\"color: #ff0000;\"><strong>Business Matching Service</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seeking for Potential Customers and Orders ?</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Looking for an Agent or Distributor ??</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Wish to further expand business and customer base ???</strong></span>\r\n\r\n<span style=\"color: #000000;\">One-to-One Business Matching Service</span>\r\n<span style=\"color: #000000;\"> A value-added services by CEMS - to connect you to the right customers</span>\r\n\r\n<span style=\"color: #000000;\">The Organizer has received positive feedback from many Exhibiting companies in various `CEMS Exhibitions’ held previously. Many have gained quality leads and had the opportunity to meet with their targeted customers or have been able to expand & launch their business.</span>\r\n\r\n<span style=\"color: #000000;\">The Business Matching Service provided by CEMS to its Exhibitors free-of-charge will provide exhibiting companies with the smarter choice to connect with the right customers.</span>\r\n\r\n<span style=\"color: #000000;\">Please write to us with your requirements and leave the rest to us to CONNECT you……</span>','CEMS Business Matching Service','','publish','closed','closed','','cems-business-matching-service','','','2015-11-14 07:12:20','2015-11-14 07:12:20','',0,'http://www.cems-leathertex.com/?page_id=121',0,'page','',0),(123,1,'2015-11-14 07:12:06','2015-11-14 07:12:06','<span style=\"color: #ff0000;\"><strong>Business Matching Service</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Seeking for Potential Customers and Orders ?</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Looking for an Agent or Distributor ??</strong></span>\r\n<span style=\"color: #000000;\"> <strong> Wish to further expand business and customer base ???</strong></span>\r\n\r\n<span style=\"color: #000000;\">One-to-One Business Matching Service</span>\r\n<span style=\"color: #000000;\"> A value-added services by CEMS - to connect you to the right customers</span>\r\n\r\n<span style=\"color: #000000;\">The Organizer has received positive feedback from many Exhibiting companies in various `CEMS Exhibitions’ held previously. Many have gained quality leads and had the opportunity to meet with their targeted customers or have been able to expand & launch their business.</span>\r\n\r\n<span style=\"color: #000000;\">The Business Matching Service provided by CEMS to its Exhibitors free-of-charge will provide exhibiting companies with the smarter choice to connect with the right customers.</span>\r\n\r\n<span style=\"color: #000000;\">Please write to us with your requirements and leave the rest to us to CONNECT you……</span>','CEMS Business Matching Service','','inherit','closed','closed','','121-revision-v1','','','2015-11-14 07:12:06','2015-11-14 07:12:06','',121,'http://www.cems-leathertex.com/index.php/2015/11/14/121-revision-v1/',0,'revision','',0),(126,1,'2015-11-14 07:12:36','2015-11-14 07:12:36',' ','','','publish','closed','closed','','126','','','2015-11-14 07:12:36','2015-11-14 07:12:36','',0,'http://www.cems-leathertex.com/?p=126',9,'nav_menu_item','',0),(127,1,'2016-03-02 10:34:50','2016-03-02 10:34:50','<div class=\"container-col-w-sidebar\">\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\n\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\n\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\n\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\n<div>\n\n<span style=\"color: #000000;\">New York, USA</span>\n\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\n\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\n\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\n\n</div>\n \n\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\n\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\n<span style=\"color: #000000;\">New Delhi-110058</span>\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\n<div><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></div>\n<div><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a></div>\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\n\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\n<div>\n\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\n\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\n\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>, </span>\n\n<span style=\"color: #000000;\">F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\n</span>\n\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\n\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\n\n</div>\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\n\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\n\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\n\n<span style=\"color: #000000;\"><strong>Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</strong></span>\n\n<span style=\"color: #000000;\">T : +86 - 21 - 50492570 ~ 73 F : +86 - 21 – 50492575</span>\n\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a>\n\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\n\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\n\n</div>\n</div>\n ','Contact us','','inherit','closed','closed','','111-autosave-v1','','','2016-03-02 10:34:50','2016-03-02 10:34:50','',111,'http://www.cems-leathertex.com/index.php/2015/11/14/111-autosave-v1/',0,'revision','',0),(130,1,'2015-11-14 08:43:06','2015-11-14 08:43:06','','cems china','','inherit','open','closed','','cems-china','','','2015-11-14 08:43:06','2015-11-14 08:43:06','',111,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg',0,'attachment','image/jpeg',0),(132,1,'2015-11-14 08:43:23','2015-11-14 08:43:23','','cems bangladesh','','inherit','open','closed','','cems-bangladesh','','','2015-11-14 08:43:23','2015-11-14 08:43:23','',111,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg',0,'attachment','image/jpeg',0),(133,1,'2015-11-14 08:43:39','2015-11-14 08:43:39','','cems india','','inherit','open','closed','','cems-india','','','2015-11-14 08:43:39','2015-11-14 08:43:39','',111,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg',0,'attachment','image/jpeg',0),(136,1,'2015-11-14 08:43:54','2015-11-14 08:43:54','','cems usa','','inherit','open','closed','','cems-usa','','','2015-11-14 08:43:54','2015-11-14 08:43:54','',111,'http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg',0,'attachment','image/jpeg',0),(139,1,'2015-11-14 08:44:05','2015-11-14 08:44:05','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services India Pvt Ltd. [ CEMS India ]</b></span>\r\n\r\n<span style=\"color: #000000;\">New Delhi, India</span>\r\n\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Shanghai, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86 - 21 - 50492570 ~ 73 F : +86 - 21 – 50492575</span>\r\n\r\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a>\r\n\r\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','111-revision-v1','','','2015-11-14 08:44:05','2015-11-14 08:44:05','',111,'http://www.cems-leathertex.com/index.php/2015/11/14/111-revision-v1/',0,'revision','',0),(142,1,'2015-12-07 07:57:39','2015-12-07 07:57:39','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +880-2 - 881 8111 ~ 5, F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Shanghai, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86 - 21 - 50492570 ~ 73 F : +86 - 21 – 50492575</span>\r\n\r\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a>\r\n\r\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','111-revision-v1','','','2015-12-07 07:57:39','2015-12-07 07:57:39','',111,'http://www.cems-leathertex.com/index.php/2015/12/07/111-revision-v1/',0,'revision','',0),(147,1,'2016-02-07 05:29:38','2016-02-07 05:29:38','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : +<span class=\"style4 \">880 ~2~9872750 , 9890779 , 9885726</span>, F : +880-2 – 9888816 / 17</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Shanghai, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86 - 21 - 50492570 ~ 73 F : +86 - 21 – 50492575</span>\r\n\r\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a>\r\n\r\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','111-revision-v1','','','2016-02-07 05:29:38','2016-02-07 05:29:38','',111,'http://www.cems-leathertex.com/index.php/2016/02/07/111-revision-v1/',0,'revision','',0),(149,1,'2016-02-18 11:41:06','2016-02-18 11:41:06','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>, </span>\r\n\r\n<span style=\"color: #000000;\">F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Shanghai, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86 - 21 - 50492570 ~ 73 F : +86 - 21 – 50492575</span>\r\n\r\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a>\r\n\r\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','111-revision-v1','','','2016-02-18 11:41:06','2016-02-18 11:41:06','',111,'http://www.cems-leathertex.com/index.php/2016/02/18/111-revision-v1/',0,'revision','',0),(150,1,'2016-02-18 11:41:39','2016-02-18 11:41:39','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></div>\r\n<div><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a></div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>, </span>\r\n\r\n<span style=\"color: #000000;\">F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Shanghai, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86 - 21 - 50492570 ~ 73 F : +86 - 21 – 50492575</span>\r\n\r\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemschina.cn\">cems@cemschina.cn</a>\r\n\r\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','111-revision-v1','','','2016-02-18 11:41:39','2016-02-18 11:41:39','',111,'http://www.cems-leathertex.com/index.php/2016/02/18/111-revision-v1/',0,'revision','',0),(156,1,'2016-03-02 10:35:25','2016-03-02 10:35:25','<div class=\"container-col-w-sidebar\">\r\n<div id=\"post-99\" class=\"post-99 page type-page status-publish hentry\">\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\"><img class=\"alignnone size-full wp-image-114\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/image0021.jpg\" alt=\"image002\" width=\"107\" height=\"141\" /></a>\r\n<span style=\"color: #ff0000;\"><strong>CEMS Global Offices</strong></span>\r\n\r\n<span style=\"color: #ff0000;\"><strong>Global HQ</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\"><img class=\"alignnone size-full wp-image-136\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-usa.jpg\" alt=\"cems usa\" width=\"136\" height=\"47\" /></a>\r\n<span style=\"color: #000000;\"><strong>Conference & Exhibition Management Services Ltd.</strong></span>\r\n<div>\r\n\r\n<span style=\"color: #000000;\">New York, USA</span>\r\n\r\n<span style=\"color: #000000;\">T : +1 – 646 – 416 – 7902, F : +1 – 646 – 365 – 8625</span>\r\n\r\n<span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsonline.com\">cems@cemsonline.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsonline.com\">www.cemsonline.com</a>\r\n\r\n</div>\r\n \r\n\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for India & South – Asia</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\"><img class=\"alignnone size-full wp-image-133\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-india.jpg\" alt=\"cems india\" width=\"136\" height=\"47\" /></a>\r\n<div><span style=\"color: #000000;\"><strong>CONFERENCE & EXHIBITION MANAGEMENT SERVICE INDIA PVT LTD</strong></span>\r\n<span style=\"color: #000000;\">707, 7th Floor, Suneja Tower-II,</span>\r\n<span style=\"color: #000000;\">District Centre, Janakpuri</span>\r\n<span style=\"color: #000000;\">New Delhi-110058</span>\r\n<span style=\"color: #000000;\">T : +91 11 4200 4700 ~ 12, F : +91 11 4200 4717</span></div>\r\n<div><span style=\"color: #000000;\">Mail to :</span> <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsindia.in\">cems@cemsindia.in</a></div>\r\n<div><span style=\"color: #000000;\">W :</span> <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsindia.in\">www.cemsindia.in</a></div>\r\n<span style=\"color: #ff0000;\"><strong>Corporate Office for Bangladesh</strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\"><img class=\"alignnone size-full wp-image-132\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-bangladesh.jpg\" alt=\"cems bangladesh\" width=\"136\" height=\"47\" /></a>\r\n<div>\r\n\r\n<span style=\"color: #000000;\"><b>Conference & Exhibition Management Services Ltd. [ CEMS Bangladesh ]</b></span>\r\n\r\n<span style=\"color: #000000;\">Dhaka, Bangladesh</span>\r\n\r\n<span style=\"color: #000000;\">T : <span class=\"style4 \"><a href=\"tel:%2B880-2-55040848%20%7E%2065\" target=\"_blank\">+880-2-55040848 ~ 65</a></span>, </span>\r\n\r\n<span style=\"color: #000000;\">F : <a href=\"tel:%2B880-2-55040031\" target=\"_blank\">+880-2-55040031</a>\r\n</span>\r\n\r\n<span style=\"color: #000000;\">Mail to </span>:<a href=\"http://contact@cems-leathertex.com\"> contact@cems-leathertex.com</a> , <a href=\"mailto:cems@cemsbangladesh.com\">cems@cemsbangladesh.com</a>\r\n\r\n<span style=\"color: #000000;\">W :</span><a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemsbangladesh.com\">www.cemsbangladesh.com</a>\r\n\r\n</div>\r\n<span style=\"color: #ff0000;\"><strong><em><u>Corporate Office for China :</u></em></strong></span>\r\n\r\n<a href=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\"><img class=\"alignnone size-full wp-image-130\" src=\"http://www.cems-leathertex.com/wp-content/uploads/2015/11/cems-china.jpg\" alt=\"cems china\" width=\"136\" height=\"47\" /></a>\r\n\r\n<span style=\"color: #000000;\"><strong>CEMS China Co., Ltd.</strong></span>\r\n\r\n<span style=\"color: #000000;\"><strong>Room 1803, Building 3, Qianhejiayuan, No.108, Beisihuan East Road, Chaoyang, Beijing, 100029, China</strong></span>\r\n\r\n<span style=\"color: #000000;\">T : +86-10-82842588 F : +86-10-84832956</span>\r\n\r\nM : <a href=\"http://contact@cems-leathertex.com\">contact@cems-leathertex.com</a> , <span lang=\"EN-US\"><a href=\"mailto:cems_china@163.com\" target=\"_blank\">cems_china@163.com</a></span>\r\n\r\nW : <a href=\"http://www.cems-leathertex.com\">www.cems-leathertex.com</a> , <a href=\"http://www.cemschina.cn\">www.cemschina.cn</a>\r\n\r\n<span style=\"color: #000000;\">For any Inquiry or Information, you can also mail us your inquiry at cems@cemsonline.com our Marketing Team will get back to you soon…………….</span>\r\n\r\n</div>\r\n</div>\r\n ','Contact us','','inherit','closed','closed','','111-revision-v1','','','2016-03-02 10:35:25','2016-03-02 10:35:25','',111,'http://www.cems-leathertex.com/index.php/2016/03/02/111-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(36,4,0),(45,4,0),(58,4,0),(60,4,0),(66,4,0),(73,4,0),(88,4,0),(90,4,0),(96,4,0),(108,4,0),(120,4,0),(126,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(4,4,'nav_menu','',0,12); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(4,'Main Menu','main-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','leathertex'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(19,1,'wp_dashboard_quick_press_last_post_id','157'),(21,1,'wp_user-settings','editor=tinymce&libraryContent=browse&hidetb=1'),(24,1,'wp_user-settings-time','1449474988'),(25,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(28,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(30,1,'nav_menu_recently_edited','4'),(31,744458,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(32,744458,'wp_user_level','10'),(33,744458,'session_tokens','a:1:{s:64:\"7241806c8b72c21189e7d9104bc9275351235f8c30aa236c3aaf1f3bdc64964f\";a:4:{s:10:\"expiration\";i:1497999932;s:2:\"ip\";s:13:\"23.94.152.234\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1497827132;}}'),(34,744458,'wp_dashboard_quick_press_last_post_id','157'),(35,1,'session_tokens','a:1:{s:64:\"67f5e2e9dc57b50bc0c7cd7fcb78f9d7d83c415707109bd90e4500ec1ddf7d8a\";a:4:{s:10:\"expiration\";i:1500075470;s:2:\"ip\";s:12:\"31.154.81.60\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0\";s:5:\"login\";i:1498865870;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=744459 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'leathertex','$P$BRE0qfcUKpIhs6WeD1F4S5i0m72WuD.','leathertex','mahatab.cems@gmail.com','','2015-09-16 21:23:52','',0,'leathertex'),(744458,'pedro590271','$P$BmbCJOOg1yFrEFQ7E08VwzIE2/k7Hj.','Jani','pedro590271@mailinator.com','','2015-08-19 10:53:18','',0,'Jani'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_035c54e_3' -- /*!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 2017-09-13 6:29:22