0byt3m1n1
Path:
/
data
/
20
/
2
/
111
/
109
/
2111924
/
meta
/
2317347
/
mysql.backup
/
[
Home
]
File: 1_030c6da_13.mysqlcluster2.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster2 Database: 1_030c6da_13 -- ------------------------------------------------------ -- Server version 5.6.34-79.1-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 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 */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_folders` -- DROP TABLE IF EXISTS `wp_gg_folders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_folders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_folders` -- LOCK TABLES `wp_gg_folders` WRITE; /*!40000 ALTER TABLE `wp_gg_folders` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_folders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_galleries` -- DROP TABLE IF EXISTS `wp_gg_galleries`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_galleries` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `settings_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_galleries` -- LOCK TABLES `wp_gg_galleries` WRITE; /*!40000 ALTER TABLE `wp_gg_galleries` DISABLE KEYS */; INSERT INTO `wp_gg_galleries` VALUES (4,'musiquedigital',0); /*!40000 ALTER TABLE `wp_gg_galleries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_galleries_excluded` -- DROP TABLE IF EXISTS `wp_gg_galleries_excluded`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_galleries_excluded` ( `id` int(11) NOT NULL AUTO_INCREMENT, `folder_id` int(11) NOT NULL, `photo_id` int(11) NOT NULL, `gallery_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_galleries_excluded` -- LOCK TABLES `wp_gg_galleries_excluded` WRITE; /*!40000 ALTER TABLE `wp_gg_galleries_excluded` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_galleries_excluded` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_galleries_resources` -- DROP TABLE IF EXISTS `wp_gg_galleries_resources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_galleries_resources` ( `id` int(11) NOT NULL AUTO_INCREMENT, `resource_type` enum('folder','photo') NOT NULL, `resource_id` int(11) NOT NULL, `gallery_id` int(11) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_galleries_resources` -- LOCK TABLES `wp_gg_galleries_resources` WRITE; /*!40000 ALTER TABLE `wp_gg_galleries_resources` DISABLE KEYS */; INSERT INTO `wp_gg_galleries_resources` VALUES (2,'photo',2,4),(4,'photo',4,4),(7,'photo',7,4),(10,'photo',10,4),(11,'photo',11,4),(13,'photo',13,4),(16,'photo',16,4),(17,'photo',14,4),(19,'photo',19,4),(20,'photo',17,4),(23,'photo',20,4),(25,'photo',22,4),(28,'photo',25,4),(31,'photo',28,4),(32,'photo',29,4),(34,'photo',31,4),(35,'photo',32,4),(38,'photo',35,4),(41,'photo',41,4),(44,'photo',38,4); /*!40000 ALTER TABLE `wp_gg_galleries_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_image_optimize` -- DROP TABLE IF EXISTS `wp_gg_image_optimize`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_image_optimize` ( `gallery_id` int(11) NOT NULL, `photo_count` int(11) DEFAULT '0', `can_restore` tinyint(4) NOT NULL DEFAULT '0', `last_optimize_date` date DEFAULT NULL, `service_code` varchar(100) DEFAULT NULL, `size` int(11) NOT NULL DEFAULT '0', `optimized_size` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`gallery_id`), UNIQUE KEY `gg_image_optimize_gallery_id_UNIQUE` (`gallery_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_image_optimize` -- LOCK TABLES `wp_gg_image_optimize` WRITE; /*!40000 ALTER TABLE `wp_gg_image_optimize` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_image_optimize` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_photos` -- DROP TABLE IF EXISTS `wp_gg_photos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_photos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `folder_id` int(11) NOT NULL DEFAULT '0', `album_id` int(11) NOT NULL, `attachment_id` int(11) NOT NULL, `position` int(11) NOT NULL DEFAULT '9000', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=42 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_photos` -- LOCK TABLES `wp_gg_photos` WRITE; /*!40000 ALTER TABLE `wp_gg_photos` DISABLE KEYS */; INSERT INTO `wp_gg_photos` VALUES (2,0,0,137,9000,'2016-01-05 02:46:07'),(4,0,0,131,9000,'2016-01-05 02:46:07'),(7,0,0,139,9000,'2016-01-05 02:46:10'),(10,0,0,142,9000,'2016-01-05 02:46:10'),(11,0,0,134,9000,'2016-01-05 02:46:13'),(13,0,0,145,9000,'2016-01-05 02:46:13'),(14,0,0,128,9000,'2016-01-05 02:46:16'),(16,0,0,127,9000,'2016-01-05 02:46:16'),(17,0,0,125,9000,'2016-01-05 02:46:19'),(19,0,0,124,9000,'2016-01-05 02:46:19'),(20,0,0,97,9000,'2016-01-05 02:46:22'),(22,0,0,100,9000,'2016-01-05 02:46:22'),(25,0,0,103,9000,'2016-01-05 02:46:25'),(28,0,0,106,9000,'2016-01-05 02:46:25'),(29,0,0,112,9000,'2016-01-05 02:46:27'),(31,0,0,109,9000,'2016-01-05 02:46:27'),(32,0,0,116,9000,'2016-01-05 02:46:29'),(35,0,0,113,9000,'2016-01-05 02:46:29'),(38,0,0,119,9000,'2016-01-05 02:46:32'),(41,0,0,121,9000,'2016-01-05 02:46:32'); /*!40000 ALTER TABLE `wp_gg_photos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_photos_pos` -- DROP TABLE IF EXISTS `wp_gg_photos_pos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_photos_pos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `photo_id` int(11) NOT NULL, `scope` enum('main','folder','gallery') NOT NULL, `scope_id` int(11) NOT NULL DEFAULT '0', `position` int(11) NOT NULL DEFAULT '2147483647', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_photos_pos` -- LOCK TABLES `wp_gg_photos_pos` WRITE; /*!40000 ALTER TABLE `wp_gg_photos_pos` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_photos_pos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_photos_settings` -- DROP TABLE IF EXISTS `wp_gg_photos_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_photos_settings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_photos_settings` -- LOCK TABLES `wp_gg_photos_settings` WRITE; /*!40000 ALTER TABLE `wp_gg_photos_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_photos_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_settings_presets` -- DROP TABLE IF EXISTS `wp_gg_settings_presets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_settings_presets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `settings_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_settings_presets` -- LOCK TABLES `wp_gg_settings_presets` WRITE; /*!40000 ALTER TABLE `wp_gg_settings_presets` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_settings_presets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_settings_sets` -- DROP TABLE IF EXISTS `wp_gg_settings_sets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_settings_sets` ( `id` int(11) NOT NULL AUTO_INCREMENT, `data` text NOT NULL, `gallery_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_settings_sets` -- LOCK TABLES `wp_gg_settings_sets` WRITE; /*!40000 ALTER TABLE `wp_gg_settings_sets` DISABLE KEYS */; INSERT INTO `wp_gg_settings_sets` VALUES (2,'a:13:{s:5:\"title\";s:0:\"\";s:4:\"area\";a:8:{s:4:\"grid\";s:1:\"0\";s:8:\"distance\";s:1:\"5\";s:5:\"width\";s:3:\"100\";s:10:\"width_unit\";s:1:\"1\";s:11:\"photo_width\";s:3:\"215\";s:16:\"photo_width_unit\";s:1:\"0\";s:12:\"photo_height\";s:3:\"215\";s:17:\"photo_height_unit\";s:1:\"0\";}s:9:\"thumbnail\";a:3:{s:6:\"border\";a:5:{s:6:\"radius\";s:1:\"0\";s:11:\"radius_unit\";s:1:\"0\";s:4:\"type\";s:4:\"none\";s:5:\"color\";s:7:\"#fefefe\";s:5:\"width\";s:2:\"10\";}s:6:\"shadow\";a:5:{s:7:\"overlay\";s:1:\"0\";s:5:\"color\";s:7:\"#000000\";s:4:\"blur\";s:1:\"5\";s:1:\"x\";s:1:\"2\";s:1:\"y\";s:1:\"4\";}s:7:\"overlay\";a:8:{s:7:\"enabled\";s:4:\"true\";s:6:\"effect\";s:16:\"quarter-slide-up\";s:10:\"background\";s:7:\"#6f0000\";s:10:\"foreground\";s:7:\"#ffffff\";s:12:\"transparency\";s:1:\"5\";s:9:\"text_size\";s:2:\"14\";s:14:\"text_size_unit\";s:1:\"0\";s:10:\"text_align\";s:1:\"2\";}}s:11:\"border-type\";s:5:\"Types\";s:10:\"use_shadow\";s:1:\"0\";s:12:\"mouse_shadow\";s:1:\"1\";s:3:\"box\";a:6:{s:4:\"type\";s:1:\"1\";s:5:\"theme\";s:7:\"theme_6\";s:10:\"transition\";s:4:\"fade\";s:9:\"slideshow\";s:1:\"0\";s:14:\"slideshowSpeed\";s:4:\"2500\";s:13:\"slideshowAuto\";s:4:\"true\";}s:5:\"posts\";a:7:{s:6:\"enable\";s:1:\"0\";s:5:\"style\";s:1:\"0\";s:7:\"current\";s:3:\"242\";s:6:\"author\";s:1:\"0\";s:4:\"date\";s:1:\"0\";s:8:\"contents\";s:1:\"0\";s:10:\"categories\";s:1:\"0\";}s:5:\"pages\";a:1:{s:7:\"current\";s:2:\"33\";}s:5:\"icons\";a:11:{s:7:\"enabled\";s:5:\"false\";s:6:\"effect\";s:17:\"hi-icon-effect-5d\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";s:7:\"#ffffff\";s:10:\"background\";s:7:\"#1e73be\";s:16:\"background_hover\";s:7:\"#1e73be\";s:4:\"size\";s:2:\"16\";s:6:\"margin\";s:1:\"5\";s:15:\"overlay_enabled\";s:4:\"true\";s:13:\"overlay_color\";s:7:\"#3498db\";s:20:\"overlay_transparency\";s:1:\"5\";}s:10:\"categories\";a:13:{s:7:\"enabled\";s:5:\"false\";s:8:\"position\";s:3:\"top\";s:5:\"align\";s:6:\"center\";s:6:\"preset\";s:1:\"0\";s:6:\"nav_bg\";s:7:\"#1e73be\";s:11:\"hide_nav_bg\";s:2:\"on\";s:7:\"text_bg\";s:7:\"#82a0bf\";s:12:\"hide_text_bg\";s:2:\"on\";s:10:\"text_color\";s:7:\"#1e73be\";s:7:\"padding\";a:2:{s:4:\"vert\";s:1:\"3\";s:3:\"hor\";s:2:\"10\";}s:11:\"font_weight\";s:6:\"normal\";s:9:\"font_size\";s:2:\"12\";s:6:\"border\";a:5:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#1e73be\";s:6:\"radius\";s:1:\"3\";s:11:\"radius_unit\";s:2:\"px\";}}s:9:\"quicksand\";a:2:{s:7:\"enabled\";s:1:\"0\";s:8:\"duration\";s:0:\"\";}s:10:\"pagination\";a:10:{s:7:\"enabled\";s:5:\"false\";s:8:\"per_page\";s:2:\"10\";s:3:\"pos\";s:3:\"top\";s:5:\"align\";s:4:\"left\";s:6:\"preset\";s:1:\"0\";s:9:\"container\";a:2:{s:10:\"background\";s:0:\"\";s:15:\"hide_background\";s:2:\"on\";}s:4:\"text\";a:3:{s:10:\"background\";s:0:\"\";s:15:\"hide_background\";s:2:\"on\";s:5:\"color\";s:7:\"#0a0a0a\";}s:7:\"padding\";a:2:{s:8:\"vertical\";s:1:\"4\";s:10:\"horizontal\";s:1:\"8\";}s:4:\"font\";a:2:{s:6:\"weight\";s:6:\"normal\";s:4:\"size\";s:2:\"13\";}s:6:\"border\";a:5:{s:5:\"width\";s:1:\"1\";s:4:\"type\";s:5:\"solid\";s:5:\"color\";s:7:\"#999999\";s:6:\"radius\";s:1:\"4\";s:11:\"radius_unit\";s:2:\"px\";}}}',2),(4,'a:10:{s:5:\"title\";s:0:\"\";s:12:\"previewImage\";s:0:\"\";s:4:\"area\";a:9:{s:4:\"grid\";s:1:\"0\";s:8:\"distance\";s:1:\"5\";s:5:\"width\";s:3:\"100\";s:10:\"width_unit\";s:1:\"1\";s:7:\"padding\";s:2:\"10\";s:11:\"photo_width\";s:3:\"215\";s:16:\"photo_width_unit\";s:1:\"0\";s:12:\"photo_height\";s:3:\"215\";s:17:\"photo_height_unit\";s:1:\"0\";}s:7:\"general\";a:2:{s:7:\"columns\";a:1:{s:6:\"number\";s:1:\"3\";}s:17:\"responsiveColumns\";a:3:{s:7:\"desktop\";a:2:{s:5:\"width\";s:4:\"1200\";s:7:\"columns\";s:1:\"3\";}s:6:\"tablet\";a:2:{s:5:\"width\";s:3:\"768\";s:7:\"columns\";s:1:\"3\";}s:6:\"mobile\";a:2:{s:5:\"width\";s:3:\"320\";s:7:\"columns\";s:1:\"3\";}}}s:9:\"thumbnail\";a:4:{s:6:\"border\";a:5:{s:6:\"radius\";s:1:\"0\";s:11:\"radius_unit\";s:1:\"0\";s:4:\"type\";s:4:\"none\";s:5:\"color\";s:7:\"#fefefe\";s:5:\"width\";s:2:\"10\";}s:6:\"shadow\";a:5:{s:7:\"overlay\";s:1:\"0\";s:5:\"color\";s:7:\"#000000\";s:4:\"blur\";s:1:\"5\";s:1:\"x\";s:1:\"2\";s:1:\"y\";s:1:\"4\";}s:7:\"overlay\";a:13:{s:7:\"enabled\";s:4:\"true\";s:6:\"effect\";s:16:\"quarter-slide-up\";s:8:\"personal\";s:5:\"false\";s:17:\"polaroidAnimation\";s:4:\"true\";s:18:\"polaroidScattering\";s:4:\"true\";s:10:\"background\";s:7:\"#6f0000\";s:10:\"foreground\";s:7:\"#ffffff\";s:12:\"transparency\";s:1:\"5\";s:9:\"text_size\";s:2:\"14\";s:14:\"text_size_unit\";s:1:\"0\";s:10:\"text_align\";s:4:\"left\";s:8:\"position\";s:3:\"top\";s:11:\"font_family\";s:7:\"Default\";}s:7:\"tooltip\";s:5:\"false\";}s:11:\"border-type\";s:7:\"Example\";s:10:\"use_shadow\";s:1:\"0\";s:12:\"mouse_shadow\";s:1:\"0\";s:3:\"box\";a:7:{s:7:\"enabled\";s:4:\"true\";s:4:\"type\";s:1:\"1\";s:5:\"theme\";s:7:\"theme_6\";s:10:\"background\";s:0:\"\";s:9:\"slideshow\";s:4:\"true\";s:14:\"slideshowSpeed\";s:4:\"2500\";s:13:\"slideshowAuto\";s:4:\"true\";}s:5:\"icons\";a:11:{s:7:\"enabled\";s:5:\"false\";s:6:\"effect\";s:17:\"hi-icon-effect-5d\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";s:7:\"#ffffff\";s:10:\"background\";s:7:\"#1e73be\";s:16:\"background_hover\";s:7:\"#1e73be\";s:4:\"size\";s:2:\"16\";s:6:\"margin\";s:1:\"5\";s:15:\"overlay_enabled\";s:4:\"true\";s:13:\"overlay_color\";s:7:\"#3498db\";s:20:\"overlay_transparency\";s:1:\"5\";}}',4); /*!40000 ALTER TABLE `wp_gg_settings_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_stats` -- DROP TABLE IF EXISTS `wp_gg_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_stats` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `code` varchar(255) NOT NULL, `visits` int(11) NOT NULL, `modify_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_stats` -- LOCK TABLES `wp_gg_stats` WRITE; /*!40000 ALTER TABLE `wp_gg_stats` DISABLE KEYS */; INSERT INTO `wp_gg_stats` VALUES (2,'Galleries.tab',7,'2016-01-05 02:43:35'),(5,'galleries.create',2,'2016-01-05 02:44:16'),(8,'galleries.delete',1,'2016-01-05 02:44:50'),(11,'photos.add',13,'2016-01-05 02:46:07'),(14,'galleries.preview',1,'2016-01-05 02:47:58'),(16,'settings.area.padding',1,'2016-01-05 02:50:19'),(19,'settings.thumbnail.tooltip',1,'2016-01-05 02:50:19'),(22,'settings.thumbnail.personal',1,'2016-01-05 02:50:19'),(25,'settings.thumbnail.polaroidAnimation',1,'2016-01-05 02:50:19'),(28,'settings.thumbnail.polaroidScattering',1,'2016-01-05 02:50:19'),(31,'settings.thumbnail.text_align',1,'2016-01-05 02:50:19'),(34,'settings.thumbnail.position',1,'2016-01-05 02:50:19'),(37,'settings.thumbnail.font_family',1,'2016-01-05 02:50:19'),(40,'settings.box.enabled',1,'2016-01-05 02:50:19'),(43,'settings.box.background',1,'2016-01-05 02:50:19'),(46,'settings.box.slideshow',1,'2016-01-05 02:50:19'); /*!40000 ALTER TABLE `wp_gg_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gg_tags` -- DROP TABLE IF EXISTS `wp_gg_tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gg_tags` ( `id` int(11) NOT NULL AUTO_INCREMENT, `pid` int(11) NOT NULL, `tags` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gg_tags` -- LOCK TABLES `wp_gg_tags` WRITE; /*!40000 ALTER TABLE `wp_gg_tags` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gg_tags` 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(191) DEFAULT NULL, `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=16717 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://musiquedigital.com/sitemd','yes'),(2,'home','http://musiquedigital.com/sitemd','yes'),(3,'blogname','450-633-0125 ● 514-924-6764','yes'),(4,'blogdescription','UN SON AU CENTRE DE TOUT !','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','malazure@hotmail.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/%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:2:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:30:\"gallery-by-supsystic/index.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:103:\"\\\\WDP\\DFS\\46\\1\\4\\8\\4641902841\\user\\sites\\2317347.site\\www\\sitemd/wp-content/plugins/akismet/akismet.php\";i:1;s:0:\"\";}','no'),(41,'template','musidigital','yes'),(42,'stylesheet','musidigital','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','38590','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:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:1:{s:30:\"gallery-by-supsystic/index.php\";a:2:{i:0;s:28:\"GridGallery_Installer_Module\";i:1;s:11:\"onUninstall\";}}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','41','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:61:{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: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:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(96,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";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\";}s:19:\"primary-widget-area\";a:0:{}s:18:\"header-widget-area\";N;s:21:\"first-nav-widget-area\";N;s:22:\"second-nav-widget-area\";N;s:21:\"first-top-widget-area\";N;s:22:\"second-top-widget-area\";N;s:24:\"first-bottom-widget-area\";N;s:25:\"second-bottom-widget-area\";N;s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:3:{i:1490131433;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:1490148400;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'),(140,'_transient_random_seed','d58cdb88a844ec83f928320b2d6a915b','yes'),(197,'theme_mods_twentyfifteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1451959616;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'),(200,'current_theme','musidigital','yes'),(203,'theme_mods_musidigital','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:5;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(206,'theme_switched','','yes'),(212,'theme_sample_data','a:5:{s:5:\"posts\";a:1:{i:0;i:86;}s:5:\"pages\";a:5:{i:0;i:41;i:1;i:44;i:2;i:47;i:3;i:50;i:4;i:53;}s:7:\"widgets\";a:0:{}s:5:\"vmenu\";a:0:{}s:4:\"menu\";a:2:{i:0;i:2;i:1;i:5;}}','yes'),(215,'theme_content_import','1','yes'),(224,'WPLANG','','yes'),(277,'recently_activated','a:0:{}','yes'),(289,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.6.1\";}','yes'),(301,'sg_send_stats','0','yes'),(302,'grid_gallery_last_version','1.9.14','yes'),(305,'sg_welcome_page_was_showed','1','yes'),(307,'showGalleryRevNotice','a:2:{s:4:\"date\";i:1451961867;s:8:\"is_shown\";b:0;}','yes'),(308,'gallery_imgs_cache_','a:22:{s:10:\"_350_220_1\";s:0:\"\";s:13:\"137_350_220_1\";s:63:\"[SITE_URL]/wp-content/uploads/2016/01/laser-2-Large-350x220.jpg\";s:13:\"137_215_215_1\";s:63:\"[SITE_URL]/wp-content/uploads/2016/01/laser-2-Large-215x215.jpg\";s:13:\"131_215_215_1\";s:58:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_2349-215x215.jpg\";s:13:\"139_215_215_1\";s:63:\"[SITE_URL]/wp-content/uploads/2016/01/laser-4-Large-215x215.jpg\";s:13:\"142_215_215_1\";s:63:\"[SITE_URL]/wp-content/uploads/2016/01/laser-5-Large-215x215.jpg\";s:13:\"134_215_215_1\";s:71:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_steve_mike-Medium-215x215.jpg\";s:13:\"145_215_215_1\";s:63:\"[SITE_URL]/wp-content/uploads/2016/01/Led-2-windsor-215x215.jpg\";s:13:\"128_215_215_1\";s:64:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_0839-Large-215x215.jpg\";s:13:\"127_215_215_1\";s:64:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_0512-Moyen-215x215.jpg\";s:13:\"125_215_215_1\";s:64:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_0511-Moyen-215x215.jpg\";s:13:\"124_215_215_1\";s:64:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_0506-Moyen-215x215.jpg\";s:12:\"97_215_215_1\";s:71:\"[SITE_URL]/wp-content/uploads/2016/01/20131220_154958-Large-215x215.jpg\";s:13:\"100_215_215_1\";s:71:\"[SITE_URL]/wp-content/uploads/2016/01/20131220_160220-Large-215x215.jpg\";s:13:\"103_215_215_1\";s:71:\"[SITE_URL]/wp-content/uploads/2016/01/20131220_163457-Large-215x215.jpg\";s:13:\"106_215_215_1\";s:71:\"[SITE_URL]/wp-content/uploads/2016/01/20131220_163647-Large-215x215.jpg\";s:13:\"112_215_215_1\";s:58:\"[SITE_URL]/wp-content/uploads/2016/01/DSC00181-215x215.jpg\";s:13:\"109_215_215_1\";s:65:\"[SITE_URL]/wp-content/uploads/2016/01/20131220_183900-215x215.jpg\";s:13:\"116_215_215_1\";s:64:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_0073-Moyen-215x215.jpg\";s:13:\"113_215_215_1\";s:58:\"[SITE_URL]/wp-content/uploads/2016/01/DSCN5728-215x215.jpg\";s:13:\"119_215_215_1\";s:64:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_0194-Moyen-215x215.jpg\";s:13:\"121_215_215_1\";s:64:\"[SITE_URL]/wp-content/uploads/2016/01/IMG_0505-Moyen-215x215.jpg\";}','yes'),(311,'grid_gallery_preview_post','152','yes'),(10814,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:20:\"malazure@hotmail.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484647902;}','yes'),(14315,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"030C6DA.NETSOLHOST.COM\";s:8:\"username\";s:11:\"musidigital\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(14321,'sg_plugin_version','1.9.14','yes'),(16247,'_site_transient_timeout_browser_f27a70fef65ab50236291e1635e268f3','1488396742','yes'),(16249,'_site_transient_browser_f27a70fef65ab50236291e1635e268f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(16251,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1487835148','no'),(16253,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1487835148','no'),(16255,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1487791948','no'),(16257,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1487835149','no'),(16259,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1487835149','no'),(16261,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1487791949','no'),(16263,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1487835149','no'),(16265,'_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:\"Wed, 22 Feb 2017 19:12:39 +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: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: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:\"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: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:\"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: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: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: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: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: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:30:\"Clef Two-Factor Authentication\";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:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";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, 27 Dec 2012 01:25: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:36:\"47509@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:139:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.\";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:\"Dave Ross\";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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 16 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: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:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:\"\";}}}}}}}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:\"Wed, 22 Feb 2017 19:32:29 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:\"Wed, 22 Feb 2017 19:47:39 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Wed, 22 Feb 2017 19:12:39 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(16267,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1487835150','no'),(16269,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1487791949','no'),(16271,'_transient_timeout_plugin_slugs','1487883329','no'),(16273,'_transient_plugin_slugs','a:4:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:9:\"hello.php\";i:3;s:30:\"gallery-by-supsystic/index.php\";}','no'),(16275,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1487835150','no'),(16277,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/\'>WordPress 4.7.2 Security Release</a> <span class=\"rss-date\">January 26, 2017</span><div class=\"rssSummary\">WordPress 4.7.2 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.7.1 and earlier are affected by three security issues: The user interface for assigning taxonomy terms in Press This is shown to users who do not have permissions to use it. […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-core-editor-team-publishes-ui-prototype-for-gutenberg-an-experimental-block-based-editor\'>WPTavern: WordPress Core Editor Team Publishes UI Prototype for “Gutenberg,” an Experimental Block Based Editor</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/sense-true-freedom/\'>HeroPress: A Sense Of True Freedom</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/solving-the-mystery-of-how-people-actually-use-wordpress\'>WPTavern: Solving the Mystery of How People Actually Use WordPress</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/so-widgets-bundle/\' class=\'dashboard-news-plugin-link\'>SiteOrigin Widgets Bundle</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=so-widgets-bundle&_wpnonce=3c7e93f810&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'SiteOrigin Widgets Bundle\'>Install</a>)</span></li></ul></div>','no'),(16279,'_site_transient_timeout_available_translations','1487803963','yes'),(16281,'_site_transient_available_translations','a:72:{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-27 20:45:33\";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:2:\"ar\";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-10-25 14:32:58\";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:12:\"Напред\";}}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:6:\"Weiter\";}}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-12-22 13:06:33\";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:6:\"Weiter\";}}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-12-22 13:05:44\";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:6:\"Weiter\";}}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-12-10 09:57:22\";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_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_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_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_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 12:35:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_ZA.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_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_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"4.2.12\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.12/es_VE.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_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_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: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-26 19:53:52\";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: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-10-12 17:21:08\";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-12-08 17:58:19\";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:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 02:28:05\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_CA.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: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:6:\"4.1.14\";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:63:\"https://downloads.wordpress.org/translation/core/4.1.14/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-22 08:59:41\";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:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}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-11-04 22:14:16\";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-11-15 12:00:25\";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:10:\"Folytatás\";}}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-11-24 08:17:28\";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:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:6:\"4.1.15\";s:7:\"updated\";s:19:\"2016-02-12 07:04:31\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.15/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}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-11-06 04:24:53\";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:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-15 04:39:52\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.15\";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:65:\"https://downloads.wordpress.org/translation/core/4.1.15/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-23 10:49:34\";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-10-28 15:14:19\";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:6:\"4.1.15\";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:62:\"https://downloads.wordpress.org/translation/core/4.1.15/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:19:\"دوام ورکړه\";}}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-12-16 17:23:30\";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:\"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-11-27 16:41:01\";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:\"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-10-20 09:27:40\";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:8:\"Nadaljuj\";}}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-10-27 07:05:44\";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-11-08 12:30:32\";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-10-19 13:55:59\";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:6:\"4.1.15\";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:65:\"https://downloads.wordpress.org/translation/core/4.1.15/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:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}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:\"繼續\";}}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:\"继续\";}}}','yes'),(16283,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(16285,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(16287,'widget_sggwidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(16289,'widget_loginwidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(16291,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(16295,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(16299,'widget_vmenuwidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(16311,'rewrite_rules','a:87:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";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:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";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:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";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: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:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";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:39:\"index.php?&page_id=41&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:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";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:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";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:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";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: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:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";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:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$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:43:\"index.php/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:30:\"index.php/([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:50:\"index.php/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:45:\"index.php/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:38:\"index.php/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:45:\"index.php/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:26:\"index.php/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"index.php/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"index.php/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"index.php/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"index.php/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(16321,'site_icon','0','yes'),(16323,'medium_large_size_w','768','yes'),(16325,'medium_large_size_h','0','yes'),(16327,'db_upgraded','','yes'),(16329,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.3.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.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.7.3-partial-2.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.7.3\";s:7:\"version\";s:5:\"4.7.3\";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.7.2\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.7.3.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.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.7.3-partial-2.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.7.3-rollback-2.zip\";}s:7:\"current\";s:5:\"4.7.3\";s:7:\"version\";s:5:\"4.7.3\";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.7.2\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1490090999;s:15:\"version_checked\";s:5:\"4.7.2\";s:12:\"translations\";a:0:{}}','no'),(16335,'can_compress_scripts','1','no'),(16339,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1490091005;s:7:\"checked\";a:6:{s:11:\"musidigital\";s:3:\"2.0\";s:13:\"twentyfifteen\";s:3:\"1.7\";s:14:\"twentyfourteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.1\";s:13:\"twentysixteen\";s:3:\"1.3\";s:14:\"twentythirteen\";s:3:\"2.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(16713,'_site_transient_timeout_theme_roots','1490092802','no'),(16714,'_site_transient_theme_roots','a:6:{s:11:\"musidigital\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";}','no'),(16715,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1490091004;s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.3.3.zip\";s:6:\"tested\";s:5:\"4.7.3\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:3:\"4.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-7.4.7.zip\";s:6:\"tested\";s:5:\"4.7.3\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:30:\"gallery-by-supsystic/index.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"57151\";s:4:\"slug\";s:20:\"gallery-by-supsystic\";s:6:\"plugin\";s:30:\"gallery-by-supsystic/index.php\";s:11:\"new_version\";s:6:\"1.9.16\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/gallery-by-supsystic/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/gallery-by-supsystic.zip\";s:6:\"tested\";s:5:\"4.7.3\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}','no'),(16716,'_transient_doing_cron','1490142474.8046638965606689453125','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=681 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 (2,5,'_wp_attached_file','2016/01/20131220_154807-Large-large.jpg'),(5,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2016/01/20131220_154807-Large-large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"20131220_154807-Large-large-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:39:\"20131220_154807-Large-large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"20131220_154807-Large-large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SGH-M919V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387554487;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(8,8,'_wp_attached_file','2016/01/20131220_154807-Large.jpg'),(11,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:176;s:4:\"file\";s:33:\"2016/01/20131220_154807-Large.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20131220_154807-Large-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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;}}'),(14,11,'_wp_attached_file','2016/01/20131220_164946-large.jpg'),(17,11,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1662;s:6:\"height\";i:1247;s:4:\"file\";s:33:\"2016/01/20131220_164946-large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20131220_164946-large-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:33:\"20131220_164946-large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"20131220_164946-large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;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;}}'),(20,14,'_wp_attached_file','2016/01/20131220_164946.jpg'),(23,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:176;s:4:\"file\";s:27:\"2016/01/20131220_164946.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20131220_164946-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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;}}'),(26,17,'_wp_attached_file','2016/01/20140809_213510-large.jpg'),(29,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/01/20140809_213510-large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20140809_213510-large-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:33:\"20140809_213510-large-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"20140809_213510-large-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;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;}}'),(32,20,'_wp_attached_file','2016/01/20140809_213510.jpg'),(35,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:255;s:6:\"height\";i:143;s:4:\"file\";s:27:\"2016/01/20140809_213510.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20140809_213510-150x143.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:143;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;}}'),(38,23,'_wp_attached_file','2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284-large.png'),(41,23,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:268;s:4:\"file\";s:54:\"2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284-large.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"402c6b62-a5f5-4758-adce-b9e10b07c284-large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(44,26,'_wp_attached_file','2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284.png'),(47,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:268;s:4:\"file\";s:48:\"2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"402c6b62-a5f5-4758-adce-b9e10b07c284-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(50,29,'_wp_attached_file','2016/01/7.5-X10-large.jpg'),(53,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1125;s:4:\"file\";s:25:\"2016/01/7.5-X10-large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"7.5-X10-large-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:25:\"7.5-X10-large-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"7.5-X10-large-1024x720.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:6:\"Picasa\";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;}}'),(56,32,'_wp_attached_file','2016/01/7.5-X10.jpg'),(59,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:234;s:6:\"height\";i:165;s:4:\"file\";s:19:\"2016/01/7.5-X10.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"7.5-X10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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;}}'),(62,35,'_wp_attached_file','2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6-large.png'),(65,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:469;s:4:\"file\";s:54:\"2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6-large.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"e66df5ed-2b11-4a79-8ac7-a414fce454c6-large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"e66df5ed-2b11-4a79-8ac7-a414fce454c6-large-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(68,38,'_wp_attached_file','2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6.png'),(71,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:626;s:6:\"height\";i:469;s:4:\"file\";s:48:\"2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"e66df5ed-2b11-4a79-8ac7-a414fce454c6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"e66df5ed-2b11-4a79-8ac7-a414fce454c6-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}}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;}}'),(74,41,'_theme_show_in_menu','1'),(77,41,'_theme_show_as_separator','0'),(80,41,'_theme_title_in_menu','Accueil'),(83,41,'_theme_show_page_title','1'),(86,41,'_theme_use_wpautop','0'),(89,41,'_theme_layout_template_header','1'),(92,41,'_theme_header_image',''),(95,41,'_theme_header_image_with_flash','0'),(98,41,'page_title','Musique Digital M.R. : Accueil'),(101,41,'page_keywords','Discothèque mobile, Mariage, Événements spéciaux, Fêtes, Anniversaires, Musique, Karaoké, Soirées dansantes, DJ, Musique Digitale'),(104,41,'page_description','Musique Digital M.R.\r\nUn service musical de première qualité.\r\nDiscothèque mobile - DJ - Mariage - Événements spéciaux - Fêtes - Anniversaires - Musique - Karaoké - Soirées dansante'),(107,41,'page_hasCustomHeadHtml','true'),(110,44,'_theme_show_in_menu','1'),(113,44,'_theme_show_as_separator','0'),(116,44,'_theme_title_in_menu','Services'),(119,44,'_theme_show_page_title','1'),(122,44,'_theme_use_wpautop','0'),(125,44,'_theme_layout_template_header','1'),(128,44,'_theme_header_image',''),(131,44,'_theme_header_image_with_flash','1'),(134,44,'theme_head','<style>.art-content .post-44 .layout-item-0 { border-spacing: 0px 10px; border-collapse: separate; }\n.art-content .post-44 .layout-item-1 { padding-right: 10px; }\n.art-content .post-44 .layout-item-2 { border-right-style:solid;border-right-width:0px;border-right-color:#7BA3A1; padding-right: 10px; }\n.ie7 .art-post .art-layout-cell {border:none !important; padding:0 !important; }\n.ie6 .art-post .art-layout-cell {border:none !important; padding:0 !important; }\n\n</style>'),(137,44,'page_title','Musique Digital M.R. : Services'),(140,44,'page_customHeadHtml','<style type=\"text/css\"> \n.art-pageslider \n{ \ndisplay:none; \n} \n</style>'),(143,44,'page_hasCustomHeadHtml','true'),(146,47,'_theme_show_in_menu','1'),(149,47,'_theme_show_as_separator','0'),(152,47,'_theme_title_in_menu','Galerie'),(155,47,'_theme_show_page_title','1'),(158,47,'_theme_use_wpautop','0'),(161,47,'_theme_layout_template_header','1'),(164,47,'_theme_header_image',''),(167,47,'_theme_header_image_with_flash','0'),(170,47,'page_title','Musique Digital M.R. : Galerie'),(173,47,'page_customHeadHtml','<style type=\"text/css\"> \r\n.art-pageslider \r\n{ \r\ndisplay:none; \r\n} \r\n</style>'),(176,47,'page_hasCustomHeadHtml','true'),(179,50,'_theme_show_in_menu','1'),(182,50,'_theme_show_as_separator','0'),(185,50,'_theme_title_in_menu','Partenaires'),(188,50,'_theme_show_page_title','1'),(191,50,'_theme_use_wpautop','0'),(194,50,'_theme_layout_template_header','1'),(197,50,'_theme_header_image',''),(200,50,'_theme_header_image_with_flash','1'),(203,50,'page_title','Musique Digital M.R. : Partenaires'),(206,50,'page_customHeadHtml','<style type=\"text/css\"> \n.art-pageslider \n{ \ndisplay:none; \n} \n</style>'),(209,50,'page_hasCustomHeadHtml','true'),(212,53,'_theme_show_in_menu','1'),(215,53,'_theme_show_as_separator','0'),(218,53,'_theme_title_in_menu','Contact'),(221,53,'_theme_show_page_title','0'),(224,53,'_theme_use_wpautop','0'),(227,53,'_theme_layout_template_header','1'),(230,53,'_theme_header_image',''),(233,53,'_theme_header_image_with_flash','0'),(236,53,'theme_head','<style>.art-content .post-53 .layout-item-0 { color: #303A4F; }\r\n.art-content .post-53 .layout-item-1 { color: #303A4F; padding-right: 10px;padding-left: 10px; }\r\n.ie7 .art-post .art-layout-cell {border:none !important; padding:0 !important; }\r\n.ie6 .art-post .art-layout-cell {border:none !important; padding:0 !important; }\r\n\r\n</style>'),(239,53,'page_title','Musique Digital M.R. : Contact'),(242,53,'page_keywords','Keywords'),(245,53,'page_description','Description'),(248,53,'page_customHeadHtml','<style type=\"text/css\"> \r\n.art-pageslider \r\n{ \r\ndisplay:none; \r\n} \r\n</style>'),(251,53,'page_hasCustomHeadHtml','true'),(254,56,'_menu_item_type','post_type'),(257,56,'_menu_item_menu_item_parent','0'),(260,56,'_menu_item_object_id','41'),(263,56,'_menu_item_object','page'),(266,56,'_menu_item_target',''),(269,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(272,56,'_menu_item_xfn',''),(275,56,'_menu_item_url',''),(278,59,'_menu_item_type','post_type'),(281,59,'_menu_item_menu_item_parent','0'),(284,59,'_menu_item_object_id','44'),(287,59,'_menu_item_object','page'),(290,59,'_menu_item_target',''),(293,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(296,59,'_menu_item_xfn',''),(299,59,'_menu_item_url',''),(302,62,'_menu_item_type','post_type'),(305,62,'_menu_item_menu_item_parent','0'),(308,62,'_menu_item_object_id','47'),(311,62,'_menu_item_object','page'),(314,62,'_menu_item_target',''),(317,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(320,62,'_menu_item_xfn',''),(323,62,'_menu_item_url',''),(326,65,'_menu_item_type','post_type'),(329,65,'_menu_item_menu_item_parent','0'),(332,65,'_menu_item_object_id','50'),(335,65,'_menu_item_object','page'),(338,65,'_menu_item_target',''),(341,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(344,65,'_menu_item_xfn',''),(347,65,'_menu_item_url',''),(350,68,'_menu_item_type','post_type'),(353,68,'_menu_item_menu_item_parent','0'),(356,68,'_menu_item_object_id','53'),(359,68,'_menu_item_object','page'),(362,68,'_menu_item_target',''),(365,68,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(368,68,'_menu_item_xfn',''),(371,68,'_menu_item_url',''),(374,71,'_menu_item_type','post_type'),(377,71,'_menu_item_menu_item_parent','0'),(380,71,'_menu_item_object_id','41'),(383,71,'_menu_item_object','page'),(386,71,'_menu_item_target',''),(389,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(392,71,'_menu_item_xfn',''),(395,71,'_menu_item_url',''),(398,74,'_menu_item_type','post_type'),(401,74,'_menu_item_menu_item_parent','0'),(404,74,'_menu_item_object_id','44'),(407,74,'_menu_item_object','page'),(410,74,'_menu_item_target',''),(413,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(416,74,'_menu_item_xfn',''),(419,74,'_menu_item_url',''),(422,77,'_menu_item_type','post_type'),(425,77,'_menu_item_menu_item_parent','0'),(428,77,'_menu_item_object_id','47'),(431,77,'_menu_item_object','page'),(434,77,'_menu_item_target',''),(437,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(440,77,'_menu_item_xfn',''),(443,77,'_menu_item_url',''),(446,80,'_menu_item_type','post_type'),(449,80,'_menu_item_menu_item_parent','0'),(452,80,'_menu_item_object_id','50'),(455,80,'_menu_item_object','page'),(458,80,'_menu_item_target',''),(461,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(464,80,'_menu_item_xfn',''),(467,80,'_menu_item_url',''),(470,83,'_menu_item_type','post_type'),(473,83,'_menu_item_menu_item_parent','0'),(476,83,'_menu_item_object_id','53'),(479,83,'_menu_item_object','page'),(482,83,'_menu_item_target',''),(485,83,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(488,83,'_menu_item_xfn',''),(491,83,'_menu_item_url',''),(526,85,'_form','<p>Nom et Prénom* : <br />\n[text* your-name] </p>\n\n<p>Événement* : <br />\n [text* your-event] </p>\n\n<p>Courriel* : <br />\n [email* your-email] </p>\n\n<p>Téléphone* : <br />\n[tel* your-tel]</p>\n\n<p>Informations* : <br />\n [textarea* your-message] </p>\n\n<p>[submit \"Envoyer\"]</p>'),(529,85,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:45:\"[your-name] <siteinternet@musiquedigital.com>\";s:4:\"body\";s:190:\"Bonjour,\n\nDe: [your-name]\nCourriel : [your-email]\nNo Tel : [your-tel]\nÉvénement : [your-event]\n\nMessage :\n[your-message]\n\n\n--\nCe message a été envoyé du Contact form sur Musique Digital\";s:9:\"recipient\";s:24:\"steve@musiquedigital.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(532,85,'_mail_2','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:45:\"[your-name] <siteinternet@musiquedigital.com>\";s:4:\"body\";s:190:\"Bonjour,\n\nDe: [your-name]\nCourriel : [your-email]\nNo Tel : [your-tel]\nÉvénement : [your-event]\n\nMessage :\n[your-message]\n\n\n--\nCe message a été envoyé du Contact form sur Musique Digital\";s:9:\"recipient\";s:27:\"musiquedigital@videotron.ca\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(535,85,'_messages','a:23:{s:12:\"mail_sent_ok\";s:51:\"Votre message a été envoyer avec succès. Merci !\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Erreurs de validation. S.V.P. vérifier les champs et envoyer à nouveau.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:42:\"S.V.P. vous devez remplir le champ requis.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:29:\"Le courriel n\'est pas valide.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:32:\"Le téléphone n\'est pas valide.\";}'),(538,85,'_additional_settings',''),(541,85,'_locale','en_US'),(544,85,'_theme_use_wpautop','1'),(545,53,'_edit_lock','1480730294:1'),(548,53,'_edit_last','1'),(550,97,'_wp_attached_file','2016/01/20131220_154958-Large.jpg'),(553,97,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/01/20131220_154958-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20131220_154958-Large-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:33:\"20131220_154958-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"20131220_154958-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SGH-M919V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387554597;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(556,100,'_wp_attached_file','2016/01/20131220_160220-Large.jpg'),(559,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/01/20131220_160220-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20131220_160220-Large-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:33:\"20131220_160220-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"20131220_160220-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SGH-M919V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387555340;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.020408163265306\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(562,103,'_wp_attached_file','2016/01/20131220_163457-Large.jpg'),(565,103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/01/20131220_163457-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20131220_163457-Large-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:33:\"20131220_163457-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"20131220_163457-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SGH-M919V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387557296;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(568,106,'_wp_attached_file','2016/01/20131220_163647-Large.jpg'),(571,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:33:\"2016/01/20131220_163647-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"20131220_163647-Large-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:33:\"20131220_163647-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"20131220_163647-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SGH-M919V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387557406;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(574,109,'_wp_attached_file','2016/01/20131220_183900.jpg'),(577,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4128;s:6:\"height\";i:3096;s:4:\"file\";s:27:\"2016/01/20131220_183900.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20131220_183900-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:27:\"20131220_183900-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20131220_183900-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"SGH-M919V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387564740;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.2\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(580,112,'_wp_attached_file','2016/01/DSC00181.jpg'),(583,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2304;s:6:\"height\";i:1728;s:4:\"file\";s:20:\"2016/01/DSC00181.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC00181-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:\"DSC00181-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC00181-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P73\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1313280070;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(584,113,'_wp_attached_file','2016/01/DSCN5728.jpg'),(587,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:1944;s:4:\"file\";s:20:\"2016/01/DSCN5728.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSCN5728-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:\"DSCN5728-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSCN5728-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.8999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E5600\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1277588208;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.7\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(590,116,'_wp_attached_file','2016/01/IMG_0073-Moyen.jpg'),(593,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2016/01/IMG_0073-Moyen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0073-Moyen-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:26:\"IMG_0073-Moyen-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_0073-Moyen-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1429387174;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(596,119,'_wp_attached_file','2016/01/IMG_0194-Moyen.jpg'),(599,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2016/01/IMG_0194-Moyen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0194-Moyen-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:26:\"IMG_0194-Moyen-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_0194-Moyen-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1437840796;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(601,121,'_wp_attached_file','2016/01/IMG_0505-Moyen.jpg'),(604,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2016/01/IMG_0505-Moyen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0505-Moyen-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:26:\"IMG_0505-Moyen-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_0505-Moyen-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449333564;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(607,124,'_wp_attached_file','2016/01/IMG_0506-Moyen.jpg'),(610,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2016/01/IMG_0506-Moyen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0506-Moyen-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:26:\"IMG_0506-Moyen-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_0506-Moyen-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449333604;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(611,125,'_wp_attached_file','2016/01/IMG_0511-Moyen.jpg'),(614,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2016/01/IMG_0511-Moyen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0511-Moyen-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:26:\"IMG_0511-Moyen-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_0511-Moyen-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449334279;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(616,127,'_wp_attached_file','2016/01/IMG_0512-Moyen.jpg'),(619,127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2016/01/IMG_0512-Moyen.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0512-Moyen-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:26:\"IMG_0512-Moyen-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_0512-Moyen-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1449334289;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(620,128,'_wp_attached_file','2016/01/IMG_0839-Large.jpg'),(623,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2016/01/IMG_0839-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IMG_0839-Large-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:26:\"IMG_0839-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"IMG_0839-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1348956310;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(626,131,'_wp_attached_file','2016/01/IMG_2349.jpg'),(629,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:4:\"file\";s:20:\"2016/01/IMG_2349.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2349-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:\"IMG_2349-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_2349-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1374257162;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(632,134,'_wp_attached_file','2016/01/IMG_steve_mike-Medium.jpg'),(635,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:768;s:4:\"file\";s:33:\"2016/01/IMG_steve_mike-Medium.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"IMG_steve_mike-Medium-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:33:\"IMG_steve_mike-Medium-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"IMG_steve_mike-Medium-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:26:\"Canon EOS DIGITAL REBEL XT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1250406292;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"78\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(638,137,'_wp_attached_file','2016/01/laser-2-Large.jpg'),(641,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2016/01/laser-2-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"laser-2-Large-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:25:\"laser-2-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"laser-2-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P73\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1292022371;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(643,139,'_wp_attached_file','2016/01/laser-4-Large.jpg'),(646,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2016/01/laser-4-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"laser-4-Large-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:25:\"laser-4-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"laser-4-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P73\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1292024037;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(649,142,'_wp_attached_file','2016/01/laser-5-Large.jpg'),(652,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2016/01/laser-5-Large.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"laser-5-Large-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:25:\"laser-5-Large-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"laser-5-Large-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.7999999999999998;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DSC-P73\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1292030502;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(655,145,'_wp_attached_file','2016/01/Led-2-windsor.jpg'),(658,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:206;s:4:\"file\";s:25:\"2016/01/Led-2-windsor.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Led-2-windsor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:983667717;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"7\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(661,47,'_edit_lock','1451962374:1'),(664,47,'_edit_last','1'),(667,152,'_theme_header_image',''),(670,152,'_theme_show_post_title','1'),(673,152,'_theme_use_wpautop','1'),(676,41,'_edit_lock','1480730180:1'),(677,41,'_edit_last','1'),(679,1,'_theme_header_image',''),(680,44,'_edit_lock','1480730204:1'); /*!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(255) 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=166 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 (4,1,'2016-01-05 02:06:40','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-01-05 02:06:40','0000-00-00 00:00:00','',0,'http://musiquedigital.com/sitemd/?p=4',0,'post','',0),(5,1,'2016-01-05 02:07:00','2016-01-05 02:07:00','','20131220_154807 (Large)-large','','inherit','open','closed','','20131220_154807-large-large','','','2016-01-05 02:07:00','2016-01-05 02:07:00','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_154807-Large-large.jpg',0,'attachment','image/jpeg',0),(8,1,'2016-01-05 02:07:03','2016-01-05 02:07:03','','20131220_154807 (Large)','','inherit','open','closed','','20131220_154807-large','','','2016-01-05 02:07:03','2016-01-05 02:07:03','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_154807-Large.jpg',0,'attachment','image/jpeg',0),(11,1,'2016-01-05 02:07:03','2016-01-05 02:07:03','','20131220_164946-large','','inherit','open','closed','','20131220_164946-large','','','2016-01-05 02:07:03','2016-01-05 02:07:03','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_164946-large.jpg',0,'attachment','image/jpeg',0),(14,1,'2016-01-05 02:07:05','2016-01-05 02:07:05','','20131220_164946','','inherit','open','closed','','20131220_164946','','','2016-01-05 02:07:05','2016-01-05 02:07:05','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_164946.jpg',0,'attachment','image/jpeg',0),(17,1,'2016-01-05 02:07:06','2016-01-05 02:07:06','','20140809_213510-large','','inherit','open','closed','','20140809_213510-large','','','2016-01-05 02:07:06','2016-01-05 02:07:06','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20140809_213510-large.jpg',0,'attachment','image/jpeg',0),(20,1,'2016-01-05 02:07:08','2016-01-05 02:07:08','','20140809_213510','','inherit','open','closed','','20140809_213510','','','2016-01-05 02:07:08','2016-01-05 02:07:08','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20140809_213510.jpg',0,'attachment','image/jpeg',0),(23,1,'2016-01-05 02:07:09','2016-01-05 02:07:09','','402c6b62-a5f5-4758-adce-b9e10b07c284-large','','inherit','open','closed','','402c6b62-a5f5-4758-adce-b9e10b07c284-large','','','2016-01-05 02:07:09','2016-01-05 02:07:09','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284-large.png',0,'attachment','image/png',0),(26,1,'2016-01-05 02:07:09','2016-01-05 02:07:09','','402c6b62-a5f5-4758-adce-b9e10b07c284','','inherit','open','closed','','402c6b62-a5f5-4758-adce-b9e10b07c284','','','2016-01-05 02:07:09','2016-01-05 02:07:09','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284.png',0,'attachment','image/png',0),(29,1,'2016-01-05 02:07:10','2016-01-05 02:07:10','','7.5 X10-large','','inherit','open','closed','','7-5-x10-large','','','2016-01-05 02:07:10','2016-01-05 02:07:10','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/7.5-X10-large.jpg',0,'attachment','image/jpeg',0),(32,1,'2016-01-05 02:07:11','2016-01-05 02:07:11','','7.5 X10','','inherit','open','closed','','7-5-x10','','','2016-01-05 02:07:11','2016-01-05 02:07:11','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/7.5-X10.jpg',0,'attachment','image/jpeg',0),(35,1,'2016-01-05 02:07:12','2016-01-05 02:07:12','','e66df5ed-2b11-4a79-8ac7-a414fce454c6-large','','inherit','open','closed','','e66df5ed-2b11-4a79-8ac7-a414fce454c6-large','','','2016-01-05 02:07:12','2016-01-05 02:07:12','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6-large.png',0,'attachment','image/png',0),(38,1,'2016-01-05 02:07:13','2016-01-05 02:07:13','','e66df5ed-2b11-4a79-8ac7-a414fce454c6','','inherit','open','closed','','e66df5ed-2b11-4a79-8ac7-a414fce454c6','','','2016-01-05 02:07:13','2016-01-05 02:07:13','',0,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6.png',0,'attachment','image/png',0),(41,1,'2016-01-05 02:07:08','2016-01-05 02:07:08','<p><br></p><p style=\"padding-left: 20px;\">Discothèque mobile - Mariage - Événements spéciaux - Fêtes - Anniversaires - Musique - Karaoké - Soirées dansantes - DJ - Musique Digitale<br></p><p style=\"padding-left: 20px;\"><br></p><p style=\"padding-left: 20px;\"><font face=\"Times New Roman, Times, serif\"><b><font color=\"#663300\">Madame, Monsieur,<br><br>Il nous fait plaisir de vous présenter un bref aperçu de ce que nous offrons à toute clientèle.<br></font></b></font><font color=\"#663300\" face=\"Times New Roman, Times, serif\"><b><br>Musique Digital M.R. oeuvre dans le domaine musical depuis de nombreuses années, assurant le service de discothèque mobile, dans le but de créer l’ambiance chaleureuse qui fait le succès de toute soirée.<br><br>Nous espérons avoir le plaisir de vous servir<br>dans un avenir rapproché.<br><br>Soyez assuré d’un service musical de première qualité.<br></b></font><a href=\"/sitemd/index.php/contact\">Cliquez ici pour nous contacter.</a></p><p style=\"padding-left: 20px; text-align: center;\"><img width=\"626\" height=\"469\" style=\"margin-top: 3px; margin-right: 3px; margin-bottom: 3px; margin-left: 3px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; \" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6.png\">\r\n</p><p style=\"padding-left: 20px;\"><br></p>','Accueil','','publish','closed','closed','','accueil','','','2016-01-05 02:56:38','2016-01-05 02:56:38','',0,'http://musiquedigital.com/sitemd/index.php/accueil/',1,'page','',0),(44,1,'2016-01-05 02:07:09','2016-01-05 02:07:09','<div class=\"art-content-layout layout-item-0\">\n <div class=\"art-content-layout-row\">\n <div class=\"art-layout-cell layout-item-1\" style=\"width: 33%\" >\n <p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-weight: bold; text-decoration: underline; font-size: 20px;\">Discothèque Mobile</span></p><p style=\"padding-left: 20px; text-align: justify;\"><span style=\"font-size: 18px; font-family: \'Times New Roman\';\">Plus de 20 ans d’expérience<br><br>Discothèque mobile, pour mariages, congrès, soirées dansantes, réceptions, banquets et autres.<br>Animation par maître de cérémonie en tenue de smoking divertissant les gens de tous âges sur des airs enlevants.<br>Musique associée à tous les rythmes de danse, répertoire international.<br>La musique que nous offrons est choisie parmi les plus belles mélodies d’hier et d’aujourd’hui. Notre système de sonorisation et nos équipements sont à la fine pointe de la technologie.</span></p><p style=\"padding-left: 20px; text-align: justify;\"><img width=\"255\" height=\"143\" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20140809_213510.jpg\"></p>\n </div><div class=\"art-layout-cell layout-item-1\" style=\"width: 34%\" >\n <p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-weight: bold; text-decoration: underline; font-size: 20px;\">Écran</span><br></p><p style=\"padding-left: 20px;\"><br></p><p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-size: 18px;\">Plusieurs écrans de grandeur différentes disponibles!</span></p><p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-size: 18px;\"><br></span></p><p style=\"padding-left: 20px;\"><img width=\"234\" height=\"165\" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/7.5-X10.jpg\"><img width=\"235\" height=\"176\" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_154807-Large.jpg\"><br></p>\n </div><div class=\"art-layout-cell layout-item-2\" style=\"width: 33%\" >\n <p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-weight: bold; text-decoration: underline; font-size: 20px;\">Karaoké</span></p><p style=\"padding-left: 20px;\"><br></p><p style=\"padding-left: 20px; text-align: justify;\"><span style=\"font-family: \'Times New Roman\'; font-size: 18px;\">Karaoké disponible avec téléviseur ou écran géant!<br>Et plus de 1000 chansons en répertoire</span></p><p style=\"padding-left: 20px;\"><span style=\"font-weight: bold;\"><br></span><b></b></p><p style=\"padding-left: 20px;\"><img width=\"235\" height=\"176\" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_164946.jpg\"><br></p><p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-size: 20px; font-weight: bold; text-decoration: underline;\"><br></span></p>\n </div>\n </div>\n</div>\n<div class=\"art-content-layout layout-item-0\">\n <div class=\"art-content-layout-row\">\n <div class=\"art-layout-cell layout-item-1\" style=\"width: 33%\" >\n <p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-size: 20px; font-weight: bold; text-decoration: underline;\"><br></span></p>\n </div><div class=\"art-layout-cell layout-item-1\" style=\"width: 34%\" >\n <p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-size: 20px; font-weight: bold; text-decoration: underline;\"><br></span></p>\n </div><div class=\"art-layout-cell\" style=\"width: 33%\" >\n <p style=\"padding-left: 20px;\"><span style=\"font-family: \'Times New Roman\'; font-size: 18px;\"><br></span></p>\n </div>\n </div>\n</div>\n','Services','','publish','closed','closed','','services','','','2016-01-05 02:07:09','2016-01-05 02:07:09','',0,'http://musiquedigital.com/sitemd/index.php/services/',2,'page','',0),(47,1,'2016-01-05 02:07:10','2016-01-05 02:07:10','<p>\r\n[supsystic-gallery id=\'4\' position=\'center\']\r\n<br></p>','Galerie','','publish','closed','closed','','galerie','','','2016-01-05 02:52:52','2016-01-05 02:52:52','',0,'http://musiquedigital.com/sitemd/index.php/galerie/',3,'page','',0),(50,1,'2016-01-05 02:07:11','2016-01-05 02:07:11','<div class=\"art-content-layout\">\n <div class=\"art-content-layout-row\">\n <div class=\"art-layout-cell\" style=\"width: 33%\" >\n <p style=\"padding-left: 20px;\"><strong style=\"text-decoration: underline;\">Auberge Handfield</strong><br>555 Rue Richelieu<br>St-Marc-Sur-Richelieu, Qc. J0L 2E0<br>450-584-2226</p><p style=\"padding-left: 20px;\"><a href=\"http://www.aubergehandfield.com/fr\" target=\"_blank\">www.aubergehandfield.com</a></p><p style=\"padding-left: 20px;\"><a href=\"http://www.mariee.ca/\" target=\"_blank\"></a></p><p style=\"padding-left: 20px;\"><a href=\"http://www.mariee.ca/\" target=\"_blank\"></a></p>\n </div><div class=\"art-layout-cell\" style=\"width: 34%\" >\n <p style=\"padding-left: 20px;\"><strong style=\"text-decoration: underline;\">Espace Rive-Sud</strong><br>500 Avenue du Golf<br>La Prairie, Qc. J5R 0A5<br>514-877-5525</p><p style=\"padding-left: 20px;\"><a href=\"http://www.espacerivesud.com\" target=\"_blank\">www.espacerivesud.com</a><a href=\"http://www.mariee.ca/\" target=\"_blank\"></a></p><p><br></p>\n </div><div class=\"art-layout-cell\" style=\"width: 33%\" >\n <p style=\"padding-left: 20px;\"><strong style=\"text-decoration: underline;\">Hôtel Alt Quartier DIX30</strong><br>6500 Boul. de Rome<br>Brossard, Qc. J4Y 0B6<br>450-443-1030</p><p style=\"padding-left: 20px;\"><a href=\"http://www.althotels.com/en/quartierdix30/\" target=\"_blank\">www.althotels.com</a></p><p><br></p>\n </div>\n </div>\n</div>\n<div class=\"art-content-layout\">\n <div class=\"art-content-layout-row\">\n <div class=\"art-layout-cell\" style=\"width: 33%\" >\n <p style=\"padding-left: 20px;\"><strong style=\"text-decoration: underline;\">Érablière Maurice Jeannotte</strong><br>200 Chemin de la Savane<br>St-Marc-Sur-Richelieu, Qc. J0L 2E0<br>450-584-2039</p><p style=\"padding-left: 20px;\"><a href=\"http://www.jeannotte.ca\" target=\"_blank\">www.jeannotte.ca</a></p><p><br></p>\n </div><div class=\"art-layout-cell\" style=\"width: 34%\" >\n <p><br></p>\n </div><div class=\"art-layout-cell\" style=\"width: 33%\" >\n <p><br></p>\n </div>\n </div>\n</div>\n','Partenaires','','publish','closed','closed','','partenaires','','','2016-01-05 02:07:11','2016-01-05 02:07:11','',0,'http://musiquedigital.com/sitemd/index.php/partenaires/',4,'page','',0),(53,1,'2016-01-05 02:07:12','2016-01-05 02:07:12','<div class=\"art-content-layout layout-item-0\">\r\n <div class=\"art-content-layout-row\">\r\n <div class=\"art-layout-cell layout-item-1\" style=\"width: 100%\" >\r\n <img style=\"float: left; margin-top: 6px; margin-right: 6px; margin-bottom: 6px; margin-left: 6px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; \" width=\"268\" height=\"268\" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284.png\">\r\n <p></p><p style=\"text-align: justify;\"><span style=\"font-size: 18px;\">N\'hésitez surtout pas à nous contacter pour toutes questions ou informations supplémentaires. Au plaisir de faire de vos évenements un succès. Merci !</span></p>\r\n <p><span style=\"font-size: 16px; font-weight: bold;\"><br></span></p>\r\n <p><span style=\"font-size: 16px;\">Tel : (450) 633 - 0125</span></p>\r\n <p><span style=\"font-size: 16px;\">Tel : (514) 924 - 6764</span></p>\r\n <p>\r\n </p><p><span style=\"font-size: 16px;\">Web : <a href=\"http://www.musiquedigital.com\" target=\"_top\" >http://www.musiquedigital.com</a></span><a href=\"#\"></a></p><p><br></p><p><br></p><p><br></p><p><br></p><p></p><table class=\"art-article\" style=\"width: 100%; \"><tbody><tr><td style=\"width: 100%; text-align: center; \">[contact-form-7 id=\"85\" title=\"Contact form\"]<br></td></tr></tbody></table><p><br>\r\n </p><p>\r\n </p>\r\n </div>\r\n </div>\r\n</div>\r\n','Contacts','','publish','closed','closed','','contact','','','2016-12-03 01:56:00','2016-12-03 01:56:00','',0,'http://musiquedigital.com/sitemd/index.php/contact/',5,'page','',0),(56,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','56','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/56/',0,'nav_menu_item','',0),(59,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','59','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/59/',2,'nav_menu_item','',0),(62,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','62','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/62/',3,'nav_menu_item','',0),(65,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','65','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/65/',4,'nav_menu_item','',0),(68,1,'2016-01-05 02:07:14','2016-01-05 02:07:14','','Contact','','publish','closed','closed','','contact','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/contact/',5,'nav_menu_item','',0),(71,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','71','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/71/',0,'nav_menu_item','',0),(74,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','74','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/74/',2,'nav_menu_item','',0),(77,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','77','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/77/',3,'nav_menu_item','',0),(80,1,'2016-01-05 02:07:14','2016-01-05 02:07:14',' ','','','publish','closed','closed','','80','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/80/',4,'nav_menu_item','',0),(83,1,'2016-01-05 02:07:14','2016-01-05 02:07:14','','Contact','','publish','closed','closed','','contact-2','','','2016-01-05 02:07:14','2016-01-05 02:07:14','',0,'http://musiquedigital.com/sitemd/index.php/2016/01/05/contact-2/',5,'nav_menu_item','',0),(85,1,'2016-01-05 02:26:17','2016-01-05 02:26:17','<p>Nom et Prénom* : <br />\r\n[text* your-name] </p>\r\n\r\n<p>Événement* : <br />\r\n [text* your-event] </p>\r\n\r\n<p>Courriel* : <br />\r\n [email* your-email] </p>\r\n\r\n<p>Téléphone* : <br />\r\n[tel* your-tel]</p>\r\n\r\n<p>Informations* : <br />\r\n [textarea* your-message] </p>\r\n\r\n<p>[submit \"Envoyer\"]</p>\n[your-subject]\n[your-name] <siteinternet@musiquedigital.com>\nBonjour,\r\n\r\nDe: [your-name]\r\nCourriel : [your-email]\r\nNo Tel : [your-tel]\r\nÉvénement : [your-event]\r\n\r\nMessage :\r\n[your-message]\r\n\r\n\r\n--\r\nCe message a été envoyé du Contact form sur Musique Digital\nsteve@musiquedigital.com\nReply-To: [your-email]\n\n\n\n1\n[your-subject]\n[your-name] <siteinternet@musiquedigital.com>\nBonjour,\r\n\r\nDe: [your-name]\r\nCourriel : [your-email]\r\nNo Tel : [your-tel]\r\nÉvénement : [your-event]\r\n\r\nMessage :\r\n[your-message]\r\n\r\n\r\n--\r\nCe message a été envoyé du Contact form sur Musique Digital\nmusiquedigital@videotron.ca\nReply-To: [your-email]\n\n\n\nVotre message a été envoyer avec succès. Merci !\nFailed to send your message. Please try later or contact the administrator by another method.\nErreurs de validation. S.V.P. vérifier les champs et envoyer à nouveau.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nS.V.P. vous devez remplir le champ requis.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nLe courriel n\'est pas valide.\nURL seems invalid.\nLe téléphone n\'est pas valide.','Contact form','','publish','closed','closed','','contact-form-1','','','2017-02-22 21:42:57','2017-02-22 21:42:57','',0,'http://musiquedigital.com/sitemd/?post_type=wpcf7_contact_form&p=85',0,'wpcf7_contact_form','',0),(95,1,'2016-01-05 02:31:31','2016-01-05 02:31:31','<div class=\"art-content-layout layout-item-0\">\r\n <div class=\"art-content-layout-row\">\r\n <div class=\"art-layout-cell layout-item-1\" style=\"width: 100%\" >\r\n <img style=\"float: left; margin-top: 6px; margin-right: 6px; margin-bottom: 6px; margin-left: 6px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; \" width=\"268\" height=\"268\" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284.png\">\r\n <p></p><p style=\"text-align: justify;\"><span style=\"font-size: 18px;\">N\'hésitez surtout pas à nous contacter pour toutes questions ou informations supplémentaires. Au plaisir de faire de vos évenements un succès. Merci !</span></p>\r\n <p><span style=\"font-size: 16px; font-weight: bold;\"><br></span></p>\r\n <p><span style=\"font-size: 16px;\">Tel : (450) 633 - 0125</span></p>\r\n <p><span style=\"font-size: 16px;\">Tel : (450) 632 - 2744</span></p>\r\n <p>\r\n </p><p><span style=\"font-size: 16px;\">Web : <a href=\"http://www.musiquedigital.com\" target=\"_top\" >http://www.musiquedigital.com</a></span><a href=\"#\"></a></p><p><br></p><p><br></p><p><br></p><p><br></p><p></p><table class=\"art-article\" style=\"width: 100%; \"><tbody><tr><td style=\"width: 100%; text-align: center; \">[contact-form-7 id=\"85\" title=\"Contact form\"]<br></td></tr></tbody></table><p><br>\r\n </p><p>\r\n </p>\r\n </div>\r\n </div>\r\n</div>\r\n','Contacts','','inherit','closed','closed','','53-revision-v1','','','2016-01-05 02:31:31','2016-01-05 02:31:31','',53,'http://musiquedigital.com/sitemd/index.php/53-revision-v1/',0,'revision','',0),(97,1,'2016-01-05 02:32:07','2016-01-05 02:32:07','','photo_19','','inherit','open','closed','','20131220_154958-large','','','2016-01-05 02:36:56','2016-01-05 02:36:56','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_154958-Large.jpg',0,'attachment','image/jpeg',0),(100,1,'2016-01-05 02:32:10','2016-01-05 02:32:10','','photo_20','','inherit','open','closed','','20131220_160220-large','','','2016-01-05 02:36:56','2016-01-05 02:36:56','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_160220-Large.jpg',0,'attachment','image/jpeg',0),(103,1,'2016-01-05 02:32:12','2016-01-05 02:32:12','','photo_18','','inherit','open','closed','','20131220_163457-large','','','2016-01-05 02:36:55','2016-01-05 02:36:55','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_163457-Large.jpg',0,'attachment','image/jpeg',0),(106,1,'2016-01-05 02:32:16','2016-01-05 02:32:16','','photo_17','','inherit','open','closed','','20131220_163647-large','','','2016-01-05 02:36:55','2016-01-05 02:36:55','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_163647-Large.jpg',0,'attachment','image/jpeg',0),(109,1,'2016-01-05 02:32:23','2016-01-05 02:32:23','','photo_16','','inherit','open','closed','','20131220_183900','','','2016-01-05 02:36:54','2016-01-05 02:36:54','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_183900.jpg',0,'attachment','image/jpeg',0),(112,1,'2016-01-05 02:32:32','2016-01-05 02:32:32','','photo_15','','inherit','open','closed','','dsc00181','','','2016-01-05 02:36:54','2016-01-05 02:36:54','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/DSC00181.jpg',0,'attachment','image/jpeg',0),(113,1,'2016-01-05 02:32:38','2016-01-05 02:32:38','','photo_14','','inherit','open','closed','','dscn5728','','','2016-01-05 02:36:54','2016-01-05 02:36:54','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/DSCN5728.jpg',0,'attachment','image/jpeg',0),(116,1,'2016-01-05 02:32:43','2016-01-05 02:32:43','','photo_13','','inherit','open','closed','','img_0073-moyen','','','2016-01-05 02:36:54','2016-01-05 02:36:54','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0073-Moyen.jpg',0,'attachment','image/jpeg',0),(119,1,'2016-01-05 02:32:45','2016-01-05 02:32:45','','photo_12','','inherit','open','closed','','img_0194-moyen','','','2016-01-05 02:36:53','2016-01-05 02:36:53','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0194-Moyen.jpg',0,'attachment','image/jpeg',0),(121,1,'2016-01-05 02:32:47','2016-01-05 02:32:47','','photo_11','','inherit','open','closed','','img_0505-moyen','','','2016-01-05 02:36:53','2016-01-05 02:36:53','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0505-Moyen.jpg',0,'attachment','image/jpeg',0),(124,1,'2016-01-05 02:32:48','2016-01-05 02:32:48','','photo_10','','inherit','open','closed','','img_0506-moyen','','','2016-01-05 02:36:53','2016-01-05 02:36:53','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0506-Moyen.jpg',0,'attachment','image/jpeg',0),(125,1,'2016-01-05 02:32:51','2016-01-05 02:32:51','','photo_9','','inherit','open','closed','','img_0511-moyen','','','2016-01-05 02:36:53','2016-01-05 02:36:53','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0511-Moyen.jpg',0,'attachment','image/jpeg',0),(127,1,'2016-01-05 02:32:53','2016-01-05 02:32:53','','photo_8','','inherit','open','closed','','img_0512-moyen','','','2016-01-05 02:36:52','2016-01-05 02:36:52','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0512-Moyen.jpg',0,'attachment','image/jpeg',0),(128,1,'2016-01-05 02:32:56','2016-01-05 02:32:56','','photo_7','','inherit','open','closed','','img_0839-large','','','2016-01-05 02:36:52','2016-01-05 02:36:52','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0839-Large.jpg',0,'attachment','image/jpeg',0),(131,1,'2016-01-05 02:33:00','2016-01-05 02:33:00','','photo_6','','inherit','open','closed','','img_2349','','','2016-01-05 02:36:51','2016-01-05 02:36:51','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_2349.jpg',0,'attachment','image/jpeg',0),(134,1,'2016-01-05 02:33:07','2016-01-05 02:33:07','','photo_5','','inherit','open','closed','','img_steve_mike-medium','','','2016-01-05 02:36:51','2016-01-05 02:36:51','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_steve_mike-Medium.jpg',0,'attachment','image/jpeg',0),(137,1,'2016-01-05 02:33:09','2016-01-05 02:33:09','','photo_4','','inherit','open','closed','','laser-2-large','','','2016-01-05 02:36:51','2016-01-05 02:36:51','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-2-Large.jpg',0,'attachment','image/jpeg',0),(139,1,'2016-01-05 02:33:12','2016-01-05 02:33:12','','photo_3','','inherit','open','closed','','laser-4-large','','','2016-01-05 02:36:51','2016-01-05 02:36:51','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-4-Large.jpg',0,'attachment','image/jpeg',0),(142,1,'2016-01-05 02:33:14','2016-01-05 02:33:14','','photo_1','','inherit','open','closed','','laser-5-large','','','2016-01-05 02:36:50','2016-01-05 02:36:50','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-5-Large.jpg',0,'attachment','image/jpeg',0),(145,1,'2016-01-05 02:33:17','2016-01-05 02:33:17','','photo_2','','inherit','open','closed','','led-2-windsor','','','2016-01-05 02:36:50','2016-01-05 02:36:50','',47,'http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/Led-2-windsor.jpg',0,'attachment','image/jpeg',0),(148,1,'2016-01-05 02:37:04','2016-01-05 02:37:04','<p><br></p><p><a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-5-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-5-Large-300x225.jpg\" alt=\"photo_1\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-142\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/Led-2-windsor.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/Led-2-windsor.jpg\" alt=\"photo_2\" width=\"285\" height=\"206\" class=\"alignnone size-full wp-image-145\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-4-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-4-Large-300x225.jpg\" alt=\"photo_3\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-139\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-2-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/laser-2-Large-300x225.jpg\" alt=\"photo_4\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-137\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_steve_mike-Medium.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_steve_mike-Medium-300x200.jpg\" alt=\"photo_5\" width=\"300\" height=\"200\" class=\"alignnone size-medium wp-image-134\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_2349.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_2349-225x300.jpg\" alt=\"photo_6\" width=\"225\" height=\"300\" class=\"alignnone size-medium wp-image-131\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0839-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0839-Large-300x225.jpg\" alt=\"photo_7\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-128\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0512-Moyen.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0512-Moyen-300x225.jpg\" alt=\"photo_8\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-127\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0511-Moyen.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0511-Moyen-300x225.jpg\" alt=\"photo_9\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-125\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0506-Moyen.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0506-Moyen-300x225.jpg\" alt=\"photo_10\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-124\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0505-Moyen.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0505-Moyen-300x225.jpg\" alt=\"photo_11\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-121\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0194-Moyen.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0194-Moyen-300x225.jpg\" alt=\"photo_12\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-119\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0073-Moyen.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/IMG_0073-Moyen-300x225.jpg\" alt=\"photo_13\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-116\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/DSCN5728.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/DSCN5728-300x225.jpg\" alt=\"photo_14\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-113\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/DSC00181.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/DSC00181-300x225.jpg\" alt=\"photo_15\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-112\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_183900.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_183900-300x225.jpg\" alt=\"photo_16\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-109\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_163647-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_163647-Large-300x225.jpg\" alt=\"photo_17\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-106\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_163457-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_163457-Large-300x225.jpg\" alt=\"photo_18\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-103\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_154958-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_154958-Large-300x225.jpg\" alt=\"photo_19\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-97\" /></a>\r\n\r\n<a href=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_160220-Large.jpg\"><img src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/20131220_160220-Large-300x225.jpg\" alt=\"photo_20\" width=\"300\" height=\"225\" class=\"alignnone size-medium wp-image-100\" /></a><br></p>','Galerie','','inherit','closed','closed','','47-revision-v1','','','2016-01-05 02:37:04','2016-01-05 02:37:04','',47,'http://musiquedigital.com/sitemd/index.php/47-revision-v1/',0,'revision','',0),(151,1,'2016-01-05 02:43:00','2016-01-05 02:43:00','<p><br></p><p><br></p>','Galerie','','inherit','closed','closed','','47-revision-v1','','','2016-01-05 02:43:00','2016-01-05 02:43:00','',47,'http://musiquedigital.com/sitemd/index.php/47-revision-v1/',0,'revision','',0),(152,1,'2016-01-05 02:47:58','0000-00-00 00:00:00','[supsystic-gallery id=\"4\"]','Gallery Preview','','draft','open','open','','','','','2016-01-05 02:47:58','2016-01-05 02:47:58','',0,'http://musiquedigital.com/sitemd/?p=152',0,'post','',0),(155,1,'2016-01-05 02:47:58','2016-01-05 02:47:58','[supsystic-gallery id=\"4\"]','Gallery Preview','','inherit','closed','closed','','152-revision-v1','','','2016-01-05 02:47:58','2016-01-05 02:47:58','',152,'http://musiquedigital.com/sitemd/index.php/152-revision-v1/',0,'revision','',0),(158,1,'2016-01-05 02:49:04','2016-01-05 02:49:04','<p><br></p><p>\r\n[supsystic-gallery id=\'4\' position=\'center\']\r\n<br></p>','Galerie','','inherit','closed','closed','','47-revision-v1','','','2016-01-05 02:49:04','2016-01-05 02:49:04','',47,'http://musiquedigital.com/sitemd/index.php/47-revision-v1/',0,'revision','',0),(160,1,'2016-01-05 02:52:52','2016-01-05 02:52:52','<p>\r\n[supsystic-gallery id=\'4\' position=\'center\']\r\n<br></p>','Galerie','','inherit','closed','closed','','47-revision-v1','','','2016-01-05 02:52:52','2016-01-05 02:52:52','',47,'http://musiquedigital.com/sitemd/index.php/47-revision-v1/',0,'revision','',0),(161,1,'2016-01-05 02:56:01','2016-01-05 02:56:01','<p><br></p><p style=\"padding-left: 20px;\">Discothèque mobile - Mariage - Événements spéciaux - Fêtes - Anniversaires - Musique - Karaoké - Soirées dansantes - DJ - Musique Digitale<br></p><p style=\"padding-left: 20px;\"><br></p><p style=\"padding-left: 20px;\"><font face=\"Times New Roman, Times, serif\"><b><font color=\"#663300\">Madame, Monsieur,<br><br>Il nous fait plaisir de vous présenter un bref aperçu de ce que nous offrons à toute clientèle.<br></font></b></font><font color=\"#663300\" face=\"Times New Roman, Times, serif\"><b><br>Musique Digital M.R. oeuvre dans le domaine musical depuis de nombreuses années, assurant le service de discothèque mobile, dans le but de créer l’ambiance chaleureuse qui fait le succès de toute soirée.<br><br>Nous espérons avoir le plaisir de vous servir<br>dans un avenir rapproché.<br><br>Soyez assuré d’un service musical de première qualité.<br></b></font><a href=\"/index.php/contact\">Cliquez ici pour nous contacter.</a></p><p style=\"padding-left: 20px; text-align: center;\"><img width=\"626\" height=\"469\" style=\"margin-top: 3px; margin-right: 3px; margin-bottom: 3px; margin-left: 3px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; \" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6.png\">\r\n</p><p style=\"padding-left: 20px;\"><br></p>','Accueil','','inherit','closed','closed','','41-revision-v1','','','2016-01-05 02:56:01','2016-01-05 02:56:01','',41,'http://musiquedigital.com/sitemd/index.php/41-revision-v1/',0,'revision','',0),(164,1,'2016-01-05 02:56:38','2016-01-05 02:56:38','<p><br></p><p style=\"padding-left: 20px;\">Discothèque mobile - Mariage - Événements spéciaux - Fêtes - Anniversaires - Musique - Karaoké - Soirées dansantes - DJ - Musique Digitale<br></p><p style=\"padding-left: 20px;\"><br></p><p style=\"padding-left: 20px;\"><font face=\"Times New Roman, Times, serif\"><b><font color=\"#663300\">Madame, Monsieur,<br><br>Il nous fait plaisir de vous présenter un bref aperçu de ce que nous offrons à toute clientèle.<br></font></b></font><font color=\"#663300\" face=\"Times New Roman, Times, serif\"><b><br>Musique Digital M.R. oeuvre dans le domaine musical depuis de nombreuses années, assurant le service de discothèque mobile, dans le but de créer l’ambiance chaleureuse qui fait le succès de toute soirée.<br><br>Nous espérons avoir le plaisir de vous servir<br>dans un avenir rapproché.<br><br>Soyez assuré d’un service musical de première qualité.<br></b></font><a href=\"/sitemd/index.php/contact\">Cliquez ici pour nous contacter.</a></p><p style=\"padding-left: 20px; text-align: center;\"><img width=\"626\" height=\"469\" style=\"margin-top: 3px; margin-right: 3px; margin-bottom: 3px; margin-left: 3px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; \" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/e66df5ed-2b11-4a79-8ac7-a414fce454c6.png\">\r\n</p><p style=\"padding-left: 20px;\"><br></p>','Accueil','','inherit','closed','closed','','41-revision-v1','','','2016-01-05 02:56:38','2016-01-05 02:56:38','',41,'http://musiquedigital.com/sitemd/index.php/41-revision-v1/',0,'revision','',0),(165,1,'2016-12-03 01:56:00','2016-12-03 01:56:00','<div class=\"art-content-layout layout-item-0\">\r\n <div class=\"art-content-layout-row\">\r\n <div class=\"art-layout-cell layout-item-1\" style=\"width: 100%\" >\r\n <img style=\"float: left; margin-top: 6px; margin-right: 6px; margin-bottom: 6px; margin-left: 6px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; \" width=\"268\" height=\"268\" alt=\"\" class=\"art-lightbox\" src=\"http://musiquedigital.com/sitemd/wp-content/uploads/2016/01/402c6b62-a5f5-4758-adce-b9e10b07c284.png\">\r\n <p></p><p style=\"text-align: justify;\"><span style=\"font-size: 18px;\">N\'hésitez surtout pas à nous contacter pour toutes questions ou informations supplémentaires. Au plaisir de faire de vos évenements un succès. Merci !</span></p>\r\n <p><span style=\"font-size: 16px; font-weight: bold;\"><br></span></p>\r\n <p><span style=\"font-size: 16px;\">Tel : (450) 633 - 0125</span></p>\r\n <p><span style=\"font-size: 16px;\">Tel : (514) 924 - 6764</span></p>\r\n <p>\r\n </p><p><span style=\"font-size: 16px;\">Web : <a href=\"http://www.musiquedigital.com\" target=\"_top\" >http://www.musiquedigital.com</a></span><a href=\"#\"></a></p><p><br></p><p><br></p><p><br></p><p><br></p><p></p><table class=\"art-article\" style=\"width: 100%; \"><tbody><tr><td style=\"width: 100%; text-align: center; \">[contact-form-7 id=\"85\" title=\"Contact form\"]<br></td></tr></tbody></table><p><br>\r\n </p><p>\r\n </p>\r\n </div>\r\n </div>\r\n</div>\r\n','Contacts','','inherit','closed','closed','','53-revision-v1','','','2016-12-03 01:56:00','2016-12-03 01:56:00','',53,'http://musiquedigital.com/sitemd/index.php/53-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 (56,2,0),(59,2,0),(62,2,0),(65,2,0),(68,2,0),(71,5,0),(74,5,0),(77,5,0),(80,5,0),(83,5,0),(152,1,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=6 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,0),(2,2,'nav_menu','',0,5),(5,5,'nav_menu','',0,5); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` 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=6 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),(2,'Sample VMenu','sample-vmenu',0),(5,'Sample HMenu','sample-hmenu',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=30 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','musidigital'),(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','4'),(20,1,'wp_user-settings','libraryContent=browse'),(23,1,'wp_user-settings-time','1451961420'),(26,1,'sgg-tutorial_was_showed','1'),(29,1,'session_tokens','a:1:{s:64:\"601fa20aa742c1b287648294d2e5f5431131d8de21df037f50526585b38c7d0d\";a:4:{s:10:\"expiration\";i:1487967579;s:2:\"ip\";s:12:\"67.70.242.91\";s:2:\"ua\";s:69:\"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1487794779;}}'); /*!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(255) 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(255) 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`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 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,'musidigital','$P$BDIY/fzJlbq3XcbMuqdg30oH4fNzwr/','musidigital','malazure@hotmail.com','','2015-09-16 21:23:52','',0,'musidigital'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_030c6da_13' -- /*!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-03-24 1:53:55