0byt3m1n1
Path:
/
data
/
17
/
3
/
19
/
85
/
3671574
/
meta
/
4083712
/
mysql.backup
/
[
Home
]
File: 1_03a8eb5_3.mysqlv114.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: 1_03a8eb5_3 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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_bp_activity` -- DROP TABLE IF EXISTS `wp_bp_activity`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_activity` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `component` varchar(75) NOT NULL, `type` varchar(75) NOT NULL, `action` text NOT NULL, `content` longtext NOT NULL, `primary_link` text NOT NULL, `item_id` bigint(20) NOT NULL, `secondary_item_id` bigint(20) default NULL, `date_recorded` datetime NOT NULL, `hide_sitewide` tinyint(1) default '0', `mptt_left` int(11) NOT NULL default '0', `mptt_right` int(11) NOT NULL default '0', `is_spam` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `date_recorded` (`date_recorded`), KEY `user_id` (`user_id`), KEY `item_id` (`item_id`), KEY `secondary_item_id` (`secondary_item_id`), KEY `component` (`component`), KEY `type` (`type`), KEY `mptt_left` (`mptt_left`), KEY `mptt_right` (`mptt_right`), KEY `hide_sitewide` (`hide_sitewide`), KEY `is_spam` (`is_spam`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_activity` -- LOCK TABLES `wp_bp_activity` WRITE; /*!40000 ALTER TABLE `wp_bp_activity` DISABLE KEYS */; INSERT INTO `wp_bp_activity` VALUES (1,1,'members','last_activity','','','',0,NULL,'2015-04-30 09:02:06',0,0,0,0); /*!40000 ALTER TABLE `wp_bp_activity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_activity_meta` -- DROP TABLE IF EXISTS `wp_bp_activity_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_activity_meta` ( `id` bigint(20) NOT NULL auto_increment, `activity_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `activity_id` (`activity_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_activity_meta` -- LOCK TABLES `wp_bp_activity_meta` WRITE; /*!40000 ALTER TABLE `wp_bp_activity_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_activity_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_friends` -- DROP TABLE IF EXISTS `wp_bp_friends`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_friends` ( `id` bigint(20) NOT NULL auto_increment, `initiator_user_id` bigint(20) NOT NULL, `friend_user_id` bigint(20) NOT NULL, `is_confirmed` tinyint(1) default '0', `is_limited` tinyint(1) default '0', `date_created` datetime NOT NULL, PRIMARY KEY (`id`), KEY `initiator_user_id` (`initiator_user_id`), KEY `friend_user_id` (`friend_user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_friends` -- LOCK TABLES `wp_bp_friends` WRITE; /*!40000 ALTER TABLE `wp_bp_friends` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_friends` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_groups` -- DROP TABLE IF EXISTS `wp_bp_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_groups` ( `id` bigint(20) NOT NULL auto_increment, `creator_id` bigint(20) NOT NULL, `name` varchar(100) NOT NULL, `slug` varchar(200) NOT NULL, `description` longtext NOT NULL, `status` varchar(10) NOT NULL default 'public', `enable_forum` tinyint(1) NOT NULL default '1', `date_created` datetime NOT NULL, PRIMARY KEY (`id`), KEY `creator_id` (`creator_id`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_groups` -- LOCK TABLES `wp_bp_groups` WRITE; /*!40000 ALTER TABLE `wp_bp_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_groups_groupmeta` -- DROP TABLE IF EXISTS `wp_bp_groups_groupmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_groups_groupmeta` ( `id` bigint(20) NOT NULL auto_increment, `group_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_groups_groupmeta` -- LOCK TABLES `wp_bp_groups_groupmeta` WRITE; /*!40000 ALTER TABLE `wp_bp_groups_groupmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_groups_groupmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_groups_members` -- DROP TABLE IF EXISTS `wp_bp_groups_members`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_groups_members` ( `id` bigint(20) NOT NULL auto_increment, `group_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `inviter_id` bigint(20) NOT NULL, `is_admin` tinyint(1) NOT NULL default '0', `is_mod` tinyint(1) NOT NULL default '0', `user_title` varchar(100) NOT NULL, `date_modified` datetime NOT NULL, `comments` longtext NOT NULL, `is_confirmed` tinyint(1) NOT NULL default '0', `is_banned` tinyint(1) NOT NULL default '0', `invite_sent` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `is_admin` (`is_admin`), KEY `is_mod` (`is_mod`), KEY `user_id` (`user_id`), KEY `inviter_id` (`inviter_id`), KEY `is_confirmed` (`is_confirmed`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_groups_members` -- LOCK TABLES `wp_bp_groups_members` WRITE; /*!40000 ALTER TABLE `wp_bp_groups_members` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_groups_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_messages_messages` -- DROP TABLE IF EXISTS `wp_bp_messages_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_messages_messages` ( `id` bigint(20) NOT NULL auto_increment, `thread_id` bigint(20) NOT NULL, `sender_id` bigint(20) NOT NULL, `subject` varchar(200) NOT NULL, `message` longtext NOT NULL, `date_sent` datetime NOT NULL, PRIMARY KEY (`id`), KEY `sender_id` (`sender_id`), KEY `thread_id` (`thread_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_messages_messages` -- LOCK TABLES `wp_bp_messages_messages` WRITE; /*!40000 ALTER TABLE `wp_bp_messages_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_messages_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_messages_meta` -- DROP TABLE IF EXISTS `wp_bp_messages_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_messages_meta` ( `id` bigint(20) NOT NULL auto_increment, `message_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `message_id` (`message_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_messages_meta` -- LOCK TABLES `wp_bp_messages_meta` WRITE; /*!40000 ALTER TABLE `wp_bp_messages_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_messages_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_messages_notices` -- DROP TABLE IF EXISTS `wp_bp_messages_notices`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_messages_notices` ( `id` bigint(20) NOT NULL auto_increment, `subject` varchar(200) NOT NULL, `message` longtext NOT NULL, `date_sent` datetime NOT NULL, `is_active` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `is_active` (`is_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_messages_notices` -- LOCK TABLES `wp_bp_messages_notices` WRITE; /*!40000 ALTER TABLE `wp_bp_messages_notices` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_messages_notices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_messages_recipients` -- DROP TABLE IF EXISTS `wp_bp_messages_recipients`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_messages_recipients` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `thread_id` bigint(20) NOT NULL, `unread_count` int(10) NOT NULL default '0', `sender_only` tinyint(1) NOT NULL default '0', `is_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `thread_id` (`thread_id`), KEY `is_deleted` (`is_deleted`), KEY `sender_only` (`sender_only`), KEY `unread_count` (`unread_count`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_messages_recipients` -- LOCK TABLES `wp_bp_messages_recipients` WRITE; /*!40000 ALTER TABLE `wp_bp_messages_recipients` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_messages_recipients` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_notifications` -- DROP TABLE IF EXISTS `wp_bp_notifications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_notifications` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `item_id` bigint(20) NOT NULL, `secondary_item_id` bigint(20) default NULL, `component_name` varchar(75) NOT NULL, `component_action` varchar(75) NOT NULL, `date_notified` datetime NOT NULL, `is_new` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`), KEY `item_id` (`item_id`), KEY `secondary_item_id` (`secondary_item_id`), KEY `user_id` (`user_id`), KEY `is_new` (`is_new`), KEY `component_name` (`component_name`), KEY `component_action` (`component_action`), KEY `useritem` (`user_id`,`is_new`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_notifications` -- LOCK TABLES `wp_bp_notifications` WRITE; /*!40000 ALTER TABLE `wp_bp_notifications` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_notifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_user_blogs` -- DROP TABLE IF EXISTS `wp_bp_user_blogs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_user_blogs` ( `id` bigint(20) NOT NULL auto_increment, `user_id` bigint(20) NOT NULL, `blog_id` bigint(20) NOT NULL, PRIMARY KEY (`id`), KEY `user_id` (`user_id`), KEY `blog_id` (`blog_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_user_blogs` -- LOCK TABLES `wp_bp_user_blogs` WRITE; /*!40000 ALTER TABLE `wp_bp_user_blogs` DISABLE KEYS */; INSERT INTO `wp_bp_user_blogs` VALUES (1,1,1); /*!40000 ALTER TABLE `wp_bp_user_blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_user_blogs_blogmeta` -- DROP TABLE IF EXISTS `wp_bp_user_blogs_blogmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_user_blogs_blogmeta` ( `id` bigint(20) NOT NULL auto_increment, `blog_id` bigint(20) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `blog_id` (`blog_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_user_blogs_blogmeta` -- LOCK TABLES `wp_bp_user_blogs_blogmeta` WRITE; /*!40000 ALTER TABLE `wp_bp_user_blogs_blogmeta` DISABLE KEYS */; INSERT INTO `wp_bp_user_blogs_blogmeta` VALUES (1,1,'url','http://03a8eb5.netsolhost.com/sitepages'),(2,1,'name','VGrid'),(3,1,'description','News & Updates about IT'),(4,1,'last_activity','2015-04-30 08:46:59'),(5,1,'close_comments_for_old_posts','0'),(6,1,'close_comments_days_old','14'),(7,1,'thread_comments_depth','5'); /*!40000 ALTER TABLE `wp_bp_user_blogs_blogmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_xprofile_data` -- DROP TABLE IF EXISTS `wp_bp_xprofile_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_xprofile_data` ( `id` bigint(20) unsigned NOT NULL auto_increment, `field_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `value` longtext NOT NULL, `last_updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `field_id` (`field_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_xprofile_data` -- LOCK TABLES `wp_bp_xprofile_data` WRITE; /*!40000 ALTER TABLE `wp_bp_xprofile_data` DISABLE KEYS */; INSERT INTO `wp_bp_xprofile_data` VALUES (1,1,1,'sajid1979','2015-04-30 08:40:59'); /*!40000 ALTER TABLE `wp_bp_xprofile_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_xprofile_fields` -- DROP TABLE IF EXISTS `wp_bp_xprofile_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_xprofile_fields` ( `id` bigint(20) unsigned NOT NULL auto_increment, `group_id` bigint(20) unsigned NOT NULL, `parent_id` bigint(20) unsigned NOT NULL, `type` varchar(150) NOT NULL, `name` varchar(150) NOT NULL, `description` longtext NOT NULL, `is_required` tinyint(1) NOT NULL default '0', `is_default_option` tinyint(1) NOT NULL default '0', `field_order` bigint(20) NOT NULL default '0', `option_order` bigint(20) NOT NULL default '0', `order_by` varchar(15) NOT NULL default '', `can_delete` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), KEY `group_id` (`group_id`), KEY `parent_id` (`parent_id`), KEY `field_order` (`field_order`), KEY `can_delete` (`can_delete`), KEY `is_required` (`is_required`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_xprofile_fields` -- LOCK TABLES `wp_bp_xprofile_fields` WRITE; /*!40000 ALTER TABLE `wp_bp_xprofile_fields` DISABLE KEYS */; INSERT INTO `wp_bp_xprofile_fields` VALUES (1,1,0,'textbox','Name','',1,0,0,0,'',0); /*!40000 ALTER TABLE `wp_bp_xprofile_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_xprofile_groups` -- DROP TABLE IF EXISTS `wp_bp_xprofile_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_xprofile_groups` ( `id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(150) NOT NULL, `description` mediumtext NOT NULL, `group_order` bigint(20) NOT NULL default '0', `can_delete` tinyint(1) NOT NULL, PRIMARY KEY (`id`), KEY `can_delete` (`can_delete`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_xprofile_groups` -- LOCK TABLES `wp_bp_xprofile_groups` WRITE; /*!40000 ALTER TABLE `wp_bp_xprofile_groups` DISABLE KEYS */; INSERT INTO `wp_bp_xprofile_groups` VALUES (1,'Base','',0,0); /*!40000 ALTER TABLE `wp_bp_xprofile_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bp_xprofile_meta` -- DROP TABLE IF EXISTS `wp_bp_xprofile_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_bp_xprofile_meta` ( `id` bigint(20) NOT NULL auto_increment, `object_id` bigint(20) NOT NULL, `object_type` varchar(150) NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `object_id` (`object_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_bp_xprofile_meta` -- LOCK TABLES `wp_bp_xprofile_meta` WRITE; /*!40000 ALTER TABLE `wp_bp_xprofile_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bp_xprofile_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-08-13 15:26:49','2014-08-13 15:26:49','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'post-trashed','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=364 DEFAULT CHARSET=utf8; 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://03a8eb5.netsolhost.com/sitepages','yes'),(2,'blogname','sitepages','yes'),(3,'blogdescription','News & Updates About IT','yes'),(4,'users_can_register','1','yes'),(5,'admin_email','sendtosajid@hotmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','1','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','9','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/?cat=1','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:2:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";}','yes'),(33,'home','http://03a8eb5.netsolhost.com/sitepages','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','9','yes'),(40,'recently_edited','a:5:{i:0;s:104:\"\\\\WDP\\DFS\\30\\0\\3\\4\\3064733430\\user\\sites\\4083712.site\\www\\sitepages/wp-content/themes/newsmag/footer.php\";i:2;s:103:\"\\\\WDP\\DFS\\30\\0\\3\\4\\3064733430\\user\\sites\\4083712.site\\www\\sitepages/wp-content/themes/newsmag/style.css\";i:3;s:105:\"\\\\WDP\\DFS\\30\\0\\3\\4\\3064733430\\user\\sites\\4083712.site\\www\\sitepages/wp-content/themes/profitmag/index.php\";i:4;s:105:\"\\\\WDP\\DFS\\30\\0\\3\\4\\3064733430\\user\\sites\\4083712.site\\www\\sitepages/wp-content/themes/profitmag/style.css\";i:5;s:111:\"\\\\WDP\\DFS\\30\\0\\3\\4\\3064733430\\user\\sites\\4083712.site\\www\\sitepages/wp-content/plugins/buddypress/bp-loader.php\";}','no'),(41,'template','twentyfourteen','yes'),(42,'stylesheet','newsmag','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','31533','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','0','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','posts','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','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','1','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:4:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;i:4;a:4:{s:5:\"title\";s:5:\"Menu \";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:6;a:0:{}}','yes'),(80,'widget_text','a:5:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:13:\"Advertisement\";s:4:\"text\";s:351:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- eMaxinHome -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:inline-block;width:728px;height:90px\"\r\n data-ad-client=\"ca-pub-5101061796041603\"\r\n data-ad-slot=\"9204980739\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;i:4;a:3:{s:5:\"title\";s:13:\"Advertisement\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:13:\"Advertisement\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}}','yes'),(81,'widget_rss','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:1:{s:5:\"title\";s:7:\"Search \";}}','yes'),(91,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(92,'widget_recent-comments','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}}','yes'),(93,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:6;a:1:{s:5:\"title\";s:10:\"Quick Link\";}}','yes'),(95,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:7:\"pages-3\";i:1;s:11:\"tag_cloud-3\";i:2;s:10:\"nav_menu-3\";i:3;s:10:\"archives-2\";i:4;s:6:\"text-2\";i:5;s:6:\"meta-4\";}s:8:\"homepage\";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:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";}s:7:\"sidebar\";a:6:{i:0;s:8:\"search-4\";i:1;s:14:\"recent-posts-4\";i:2;s:6:\"text-6\";i:3;s:17:\"recent-comments-4\";i:4;s:12:\"categories-4\";i:5;s:6:\"meta-6\";}s:8:\"footer-1\";a:1:{i:0;s:6:\"text-4\";}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";N;s:8:\"footer-4\";N;s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:6:{i:1430476732;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1430506457;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:1430509200;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1430549743;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;}}}i:1430551423;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(137,'widget_pages','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(138,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,'auth_key','hC~/lBx3L6%jf6+fEdG>J>eQrYZg6]^!i>lKu[/i=vk5{e*)T)vFST_Maa%UYUQ2','yes'),(160,'db_upgraded','','yes'),(162,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.1.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.2.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.2.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.2.1\";s:7:\"version\";s:5:\"4.2.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1430473132;s:15:\"version_checked\";s:5:\"4.2.1\";s:12:\"translations\";a:0:{}}','yes'),(163,'can_compress_scripts','1','yes'),(166,'recently_activated','a:1:{s:24:\"buddypress/bp-loader.php\";i:1430384726;}','yes'),(354,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1430485658','yes'),(355,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5152\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3225\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3156\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2683\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2467\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1979\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1858\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1818\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1763\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1743\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1705\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1699\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1589\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1395\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1345\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1271\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1199\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1147\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1129\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"993\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"965\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"917\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:3:\"884\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"877\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"855\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"839\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"798\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"774\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"747\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"728\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"721\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"715\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"684\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"676\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"672\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"662\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"638\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"628\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"627\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"627\";}}','yes'),(357,'_site_transient_theme_roots','a:10:{s:5:\"besty\";s:7:\"/themes\";s:9:\"boardwalk\";s:7:\"/themes\";s:13:\"clear-content\";s:7:\"/themes\";s:5:\"cubic\";s:7:\"/themes\";s:12:\"destin-basic\";s:7:\"/themes\";s:7:\"newsmag\";s:7:\"/themes\";s:9:\"profitmag\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(320,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1430474838;s:7:\"checked\";a:5:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"4.4.1\";s:19:\"akismet/akismet.php\";s:5:\"3.0.1\";s:24:\"buddypress/bp-loader.php\";s:7:\"2.2.3.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.1.2\";s:9:\"hello.php\";s:3:\"1.6\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{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:5:\"3.1.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.1.zip\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"21367\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"4.4.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.zip\";}s:24:\"buddypress/bp-loader.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"7756\";s:4:\"slug\";s:10:\"buddypress\";s:6:\"plugin\";s:24:\"buddypress/bp-loader.php\";s:11:\"new_version\";s:7:\"2.2.3.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/buddypress/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/buddypress.2.2.3.1.zip\";s:14:\"upgrade_notice\";s:59:\"See: https://codex.buddypress.org/releases/version-2-2-3-1/\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{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:5:\"4.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.1.2.zip\";}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\";}}}','yes'),(173,'bp-deactivated-components','a:0:{}','yes'),(174,'bb-config-location','\\\\WDP\\DFS\\30\\0\\3\\4\\3064733430\\user\\sites\\4083712.site\\www\\sitepages/bb-config.php','yes'),(175,'bp-xprofile-base-group-name','Base','yes'),(106,'_transient_random_seed','2478e16e1a434daac333bb3a3a358372','yes'),(107,'nonce_key','`[{7]MB*dTktXzn#1I73/Ijvdu.d^MtU<.yjzN*/i*h?[Vzy4T|0=Mww%7y0UCR[','yes'),(108,'nonce_salt','(u/8M{6]MxT|D4QnM$TQFI%o`K:u:^ZEB<CME ;5$9+.V4xTH<e v(_0~(n@-I8*','yes'),(112,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"sendtosajid@hotmail.com\";s:7:\"version\";s:5:\"3.9.5\";s:9:\"timestamp\";i:1430380593;}','yes'),(114,'auth_salt','>pyz)P#OH)|v[d^DKm[rvdu&2r{^yDR^q[V#hZ[9np,AXF!m[CI_YTD27o]`5 s&','yes'),(115,'logged_in_key','zH!kht,-At-ZGe9Yk!@l7en{jg<OVX+1C~Rhe46nn!6zl>M1V@@)?~?fqgJ]zn.(','yes'),(116,'logged_in_salt','0_O)Dj Q4A+-N!ru#Bt{ghyPk2jHl4#|/$ A.N]Q7fgbYrgI$uxRR9KPVD#ygs*A','yes'),(117,'_site_transient_timeout_browser_be79f5792f4c0def721e2796dc3a5a5d','1430981743','yes'),(118,'_site_transient_browser_be79f5792f4c0def721e2796dc3a5a5d','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'),(323,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1430472552','no'),(321,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1430515752','no'),(322,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1430515752','no'),(123,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1430420155','no'),(124,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1430420155','no'),(125,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1430376955','no'),(329,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1430515753','no'),(327,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1430515753','no'),(328,'_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:39:\"WordPress Plugins » View: Most 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:39:\"WordPress Plugins » View: Most 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:\"Fri, 01 May 2015 08:55:16 +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: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:28:\"Your WordPress, Streamlined.\";s: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:\"Tim Moore\";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:\"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: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:22:\"WordPress SEO by Yoast\";s: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:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast's WordPress 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: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: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: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: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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s: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: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:25:\"Google Analytics by Yoast\";s: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:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error 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: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: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: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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s: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: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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: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:19:\"Broken Link Checker\";s: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/broken-link-checker/#post-2441\";s: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, 08 Oct 2007 21:35: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:\"2441@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:131:\"This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.\";s: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:\"Janis Elsts\";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:21:\"WPtouch Mobile 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:48:\"https://wordpress.org/plugins/wptouch/#post-5468\";s: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 May 2008 04:58:09 +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:\"5468@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:67:\"Make your WordPress website mobile-friendly with just a few clicks.\";s: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:17:\"BraveNewCode Inc.\";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: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:148:\"Displays Google Analytics reports and real-time statistics in your WordPress Dashboard. Inserts the latest tracking code in every page of your site.\";s: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: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: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: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:34:\"UpdraftPlus Backup and Restoration\";s: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: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: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: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: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: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: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:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s: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: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:15:\"ManageWP Worker\";s: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/worker/#post-24528\";s: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, 18 Feb 2011 13:06: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:\"24528@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:103:\"ManageWP is the ultimate WordPress productivity tool, allowing you to efficiently manage your websites.\";s: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:17:\"Vladimir Prelovac\";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:11:\"Redirection\";s: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/redirection/#post-2286\";s: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, 10 Sep 2007 04:45:08 +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:\"2286@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:\"Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess 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:11:\"John Godley\";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:19:\"The Events Calendar\";s: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:61:\"https://wordpress.org/plugins/the-events-calendar/#post-14790\";s: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, 16 Dec 2009 21:58: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:36:\"14790@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:\"The Events Calendar is a carefully crafted, extensible plugin that lets you easily share your events. Beautiful. Solid. Awesome.\";s: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:\"Peter Chester\";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: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: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:11:\"Meta Slider\";s: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/ml-slider/#post-49521\";s: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 Feb 2013 16:56: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:\"49521@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:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s: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:\"Matcha Labs\";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: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: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:32:\"P3 (Plugin Performance Profiler)\";s: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/p3-profiler/#post-32894\";s: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, 12 Dec 2011 23:11:10 +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:\"32894@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:102:\"See which plugins are slowing down your site. This plugin creates a performance report for your site.\";s: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:\"GoDaddy.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:\"\";}}}}}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:15:\"NextGEN Gallery\";s: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 12 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: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:7:\"bbPress\";s: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/bbpress/#post-14709\";s: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, 13 Dec 2009 00:05: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:\"14709@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:50:\"bbPress is forum software, made the WordPress way.\";s: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:17:\"John James Jacoby\";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:8:\"WP Smush\";s: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-smushit/#post-7936\";s: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, 04 Dec 2008 00:00:37 +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:\"7936@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:108:\"Reduce image file sizes, improve performance and boost your SEO using the free WPMU DEV WordPress Smush API.\";s: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:\"Alex Dunae\";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: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: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:13:\"Photo Gallery\";s: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/photo-gallery/#post-63299\";s: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, 27 Jan 2014 15:58: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:\"63299@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:143:\"Photo Gallery is an advanced plugin with a list of tools and options for adding and editing images for different views. It is fully responsive.\";s: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:\"webdorado\";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: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:\"\";}}}}}}}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:\"Fri, 01 May 2015 09:29:13 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:\"Fri, 01 May 2015 09:30:16 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 01 May 2015 08:55:16 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911080210\";}','no'),(331,'_transient_timeout_plugin_slugs','1430561238','no'),(332,'_transient_plugin_slugs','a:5:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:24:\"buddypress/bp-loader.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:9:\"hello.php\";}','no'),(324,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1430515753','no'),(325,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1430515753','no'),(326,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1430472553','no'),(330,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1430472553','no'),(333,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1430515754','no'),(334,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2015/04/wordpress-4-2-1/\'>WordPress 4.2.1 Security Release</a> <span class=\"rss-date\">April 27, 2015</span><div class=\"rssSummary\">WordPress 4.2.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. A few hours ago, the WordPress team was made aware of a cross-site scripting vulnerability, which could enable commenters to compromise a site. The vulnerability was discovered by Jouko Pynnönen. […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/04/changing-americas-mind/\'>Matt: Changing America’s Mind</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/how-to-restore-the-link-title-attribute-removed-in-wordpress-4-2\'>WPTavern: How to Restore the Link Title Attribute Removed in WordPress 4.2</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/toivo-a-bold-minimalist-wordpress-theme-for-blogs-and-businesses\'>WPTavern: Toivo: A Bold Minimalist WordPress Theme for Blogs and Businesses</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/siteorigin-panels/\' class=\'dashboard-news-plugin-link\'>Page Builder by SiteOrigin</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=siteorigin-panels&_wpnonce=32a3bdb8c3&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Page Builder by SiteOrigin\'>Install</a>)</span></li></ul></div>','no'),(337,'widget_latest-post-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(159,'WPLANG','','yes'),(139,'widget_tag_cloud','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(140,'widget_nav_menu','a:4:{i:1;a:0:{}i:3;a:0:{}s:12:\"_multiwidget\";i:1;i:5;a:0:{}}','yes'),(141,'widget_widget_twentyfourteen_ephemera','a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:2;s:6:\"format\";s:5:\"aside\";}s:12:\"_multiwidget\";i:1;}','yes'),(142,'theme_mods_twentyfourteen','a:9:{s:16:\"header_textcolor\";s:6:\"dd9933\";s:16:\"background_color\";s:6:\"db9732\";s:16:\"background_image\";s:73:\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/BK.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:23:\"featured_content_layout\";s:4:\"grid\";s:12:\"header_image\";s:13:\"remove-header\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1430398286;s:4:\"data\";a:19:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:17:\"recent-comments-2\";}s:17:\"right-sidebar-top\";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:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";}s:20:\"right-sidebar-middle\";a:0:{}s:16:\"left-sidebar-top\";a:0:{}s:19:\"left-sidebar-middle\";N;s:12:\"home-popular\";N;s:14:\"fo-top-col-one\";N;s:14:\"fo-top-col-two\";N;s:16:\"fo-top-col-three\";N;s:15:\"fo-top-col-four\";N;s:15:\"fo-top-col-five\";N;s:14:\"fo-top-col-six\";N;s:17:\"fo-bottom-col-one\";N;s:17:\"fo-bottom-col-two\";N;s:19:\"fo-bottom-col-three\";N;s:18:\"fo-bottom-col-four\";N;s:9:\"sidebar-1\";a:8:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";i:6;s:6:\"text-2\";i:7;s:32:\"widget_twentyfourteen_ephemera-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(363,'category_children','a:0:{}','yes'),(356,'_site_transient_timeout_theme_roots','1430476721','yes'),(201,'bp-pages','a:3:{s:7:\"members\";i:12;s:8:\"activity\";i:11;s:6:\"groups\";i:13;}','yes'),(289,'destin_basic_theme_options','a:3:{s:5:\"width\";s:4:\"1170\";s:6:\"layout\";s:5:\"right\";s:7:\"primary\";s:8:\"col-md-9\";}','yes'),(213,'widget_bp_core_friends_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(176,'bp-xprofile-fullname-field-name','Name','yes'),(177,'bp-blogs-first-install','','yes'),(178,'bp-disable-profile-sync','','yes'),(179,'hide-loggedout-adminbar','','yes'),(180,'bp-disable-avatar-uploads','','yes'),(181,'bp-disable-account-deletion','','yes'),(182,'bp-disable-blogforum-comments','1','yes'),(183,'_bp_theme_package_id','legacy','yes'),(184,'bp_restrict_group_creation','','yes'),(185,'_bp_enable_akismet','1','yes'),(186,'_bp_enable_heartbeat_refresh','1','yes'),(187,'_bp_force_buddybar','','yes'),(188,'_bp_retain_bp_default','','yes'),(189,'widget_bp_core_login_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(190,'widget_bp_core_members_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(191,'widget_bp_core_whos_online_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(192,'widget_bp_core_recently_active_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(193,'widget_bp_groups_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(194,'widget_bp_messages_sitewide_notices_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(200,'bp-active-components','a:9:{s:8:\"xprofile\";s:1:\"1\";s:8:\"settings\";s:1:\"1\";s:7:\"friends\";s:1:\"1\";s:8:\"messages\";s:1:\"1\";s:8:\"activity\";s:1:\"1\";s:13:\"notifications\";s:1:\"1\";s:6:\"groups\";s:1:\"1\";s:5:\"blogs\";s:1:\"1\";s:7:\"members\";s:1:\"1\";}','yes'),(202,'_bp_db_version','9181','yes'),(199,'registration','0','yes'),(250,'widget_profitmag-popular-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(358,'_site_transient_timeout_available_translations','1430485817','yes'),(359,'_site_transient_available_translations','a:55:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 23:59:50\";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.2.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:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-29 15:34:06\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-25 18:55:51\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-27 03:15:54\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-28 10:52:03\";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.2.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_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-25 13:39:01\";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.2.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-24 16:03:38\";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.2.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_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-28 16:15:15\";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.2.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:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-04 19:47:01\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.0/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:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-24 12:47:01\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-29 17:08:38\";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.2.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:3:\"4.0\";s:7:\"updated\";s:19:\"2014-09-05 17:37:43\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.0/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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.3\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.3/haz.zip\";s:3:\"iso\";a:1:{i:2;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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-26 14:13:46\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 21:33:36\";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.2.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-28 13:45:52\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 23:18:50\";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.2.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 22:23:52\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.3\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:7:\"Burmese\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.3/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.2.1\";s:7:\"updated\";s:19:\"2015-04-27 20:16:30\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-28 10:26:32\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-27 15:16:58\";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.2.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.3\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.3/ps.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ps\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-27 14:23:25\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-27 09:25:14\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.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.1.3\";s:7:\"updated\";s:19:\"2015-03-26 16:25:46\";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.1.3/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-26 11:34:28\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 16:55:54\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:09\";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.2.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.2.1\";s:7:\"updated\";s:19:\"2015-04-29 07:03:07\";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.2.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:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.3\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.3/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.2.1\";s:7:\"updated\";s:19:\"2015-04-28 16:44:31\";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.2.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-23 15:23:08\";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.2.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.2.1\";s:7:\"updated\";s:19:\"2015-04-29 06:37:03\";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.2.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(235,'_transient_twentyfourteen_category_count','2','yes'),(273,'theme_switched_via_customizer','','yes'),(274,'profitmag_options','a:65:{s:14:\"webpage_layout\";s:5:\"Boxed\";s:11:\"show_search\";i:1;s:14:\"menu_alignment\";s:4:\"Left\";s:12:\"media_upload\";s:0:\"\";s:16:\"footer_copyright\";s:5:\"VGrid\";s:9:\"read_more\";s:0:\"\";s:21:\"featured_block_beside\";s:1:\"0\";s:18:\"featured_block_one\";s:1:\"0\";s:15:\"no_of_block_one\";i:6;s:18:\"featured_block_two\";s:1:\"0\";s:15:\"no_of_block_two\";i:6;s:20:\"featured_block_three\";s:1:\"0\";s:17:\"no_of_block_three\";i:10;s:19:\"featured_block_four\";s:1:\"0\";s:16:\"no_of_block_four\";i:7;s:19:\"featured_block_left\";s:1:\"0\";s:16:\"no_of_block_left\";s:1:\"3\";s:20:\"featured_block_right\";s:1:\"0\";s:17:\"no_of_block_right\";i:3;s:14:\"slider_options\";s:18:\"single_post_slider\";s:7:\"slider1\";s:1:\"0\";s:7:\"slider2\";s:1:\"0\";s:7:\"slider3\";s:1:\"0\";s:7:\"slider4\";s:1:\"0\";s:10:\"slider_cat\";s:1:\"0\";s:20:\"slider_show_controls\";s:3:\"yes\";s:11:\"slider_auto\";s:3:\"yes\";s:12:\"slider_speed\";i:2000;s:14:\"sidebar_layout\";s:13:\"right_sidebar\";s:17:\"left_cat_post_one\";s:1:\"0\";s:23:\"left_no_of_cat_post_one\";i:3;s:23:\"left_sidebar_middle_ads\";s:0:\"\";s:17:\"left_cat_post_two\";s:1:\"0\";s:23:\"left_no_of_cat_post_two\";i:3;s:27:\"left_sidebar_bottom_ads_one\";s:0:\"\";s:27:\"left_sidebar_bottom_ads_two\";s:0:\"\";s:18:\"right_cat_post_one\";s:1:\"0\";s:24:\"right_no_of_cat_post_one\";i:3;s:24:\"right_sidebar_middle_ads\";s:0:\"\";s:18:\"right_cat_post_two\";s:1:\"0\";s:24:\"right_no_of_cat_post_two\";i:3;s:28:\"right_sidebar_bottom_ads_one\";s:0:\"\";s:28:\"right_sidebar_bottom_ads_two\";s:0:\"\";s:10:\"header_ads\";s:351:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- eMaxinHome -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:inline-block;width:728px;height:90px\"\r\n data-ad-client=\"ca-pub-5101061796041603\"\r\n data-ad-slot=\"9204980739\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:15:\"mid_section_ads\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:7:\"dribble\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:11:\"sound_cloud\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:11:\"custom_code\";s:0:\"\";s:17:\"responsive_design\";i:0;s:11:\"tc_activate\";i:0;s:9:\"hide_date\";i:0;s:18:\"show_social_header\";i:0;}','yes'),(238,'current_theme','NewsMag','yes'),(239,'theme_mods_twentytwelve','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1430387733;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:8:{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\";i:6;s:10:\"archives-3\";i:7;s:6:\"text-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(240,'theme_switched','','yes'),(338,'_site_transient_timeout_wporg_theme_feature_list','1430483497','yes'),(339,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(244,'theme_mods_profitmag','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:0;}s:16:\"header_textcolor\";s:6:\"dd9933\";s:16:\"background_color\";s:6:\"474747\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1430399456;s:4:\"data\";a:16:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:6:\"text-2\";}s:17:\"right-sidebar-top\";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:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";}s:20:\"right-sidebar-middle\";a:0:{}s:16:\"left-sidebar-top\";a:0:{}s:19:\"left-sidebar-middle\";N;s:12:\"home-popular\";N;s:14:\"fo-top-col-one\";N;s:14:\"fo-top-col-two\";N;s:16:\"fo-top-col-three\";N;s:15:\"fo-top-col-four\";N;s:15:\"fo-top-col-five\";N;s:14:\"fo-top-col-six\";N;s:17:\"fo-bottom-col-one\";N;s:17:\"fo-bottom-col-two\";N;s:19:\"fo-bottom-col-three\";N;s:18:\"fo-bottom-col-four\";N;}}}','yes'),(288,'theme_mods_destin-basic','a:6:{i:0;b:0;s:16:\"background_color\";s:6:\"09111e\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:11;}s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1430402759;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:6:\"text-2\";i:2;s:6:\"meta-4\";}s:7:\"sidebar\";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:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";}s:16:\"home-page-corner\";a:5:{i:0;s:8:\"search-4\";i:1;s:17:\"recent-comments-4\";i:2;s:14:\"recent-posts-4\";i:3;s:12:\"categories-4\";i:4;s:6:\"meta-6\";}}}}','yes'),(251,'widget_profitmag-recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(256,'_site_transient_timeout_browser_ceee7b92d0f1609dca53fb6ebd8aac39','1431001346','yes'),(257,'_site_transient_browser_ceee7b92d0f1609dca53fb6ebd8aac39','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";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:1;s:8:\"insecure\";b:0;}','yes'),(261,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:11;}}','yes'),(269,'rewrite_rules','a:55:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([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:64:\"([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:57:\"([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:39:\"([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:56:\"([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:51:\"([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:44:\"([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:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:39:\"?cat=1/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:34:\"?cat=1/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"?cat=1/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:34:\"?cat=1/comment-page-([0-9]{1,})/?$\";s:28:\"index.php?&cpage=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(285,'theme_mods_cubic','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:0;s:6:\"social\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1430400480;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:10:\"archives-2\";i:1;s:6:\"text-2\";}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:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";}}}}','yes'),(291,'destin_theme_options','a:2:{s:5:\"width\";i:1170;s:6:\"layout\";s:5:\"right\";}','yes'),(298,'theme_mods_clear-content','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1430473280;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:7:\"pages-3\";i:1;s:11:\"tag_cloud-3\";i:2;s:10:\"nav_menu-3\";i:3;s:10:\"archives-2\";i:4;s:6:\"text-2\";i:5;s:6:\"meta-4\";}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:12:\"categories-2\";i:4;s:6:\"meta-2\";i:5;s:10:\"archives-3\";}s:18:\"orphaned_widgets_1\";a:5:{i:0;s:8:\"search-4\";i:1;s:17:\"recent-comments-4\";i:2;s:14:\"recent-posts-4\";i:3;s:12:\"categories-4\";i:4;s:6:\"meta-6\";}}}}','yes'),(300,'_transient_clear_content_categories','2','yes'),(340,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1430473269;s:7:\"checked\";a:10:{s:5:\"besty\";s:5:\"1.3.8\";s:9:\"boardwalk\";s:5:\"1.0.4\";s:13:\"clear-content\";s:5:\"1.0.5\";s:5:\"cubic\";s:5:\"1.0.4\";s:12:\"destin-basic\";s:5:\"1.0.1\";s:7:\"newsmag\";s:5:\"1.0.7\";s:9:\"profitmag\";s:4:\"1.06\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.4.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.5.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.7.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(341,'theme_mods_newsmag','a:3:{i:0;b:0;s:16:\"background_color\";s:6:\"042f3d\";s:16:\"background_image\";s:0:\"\";}','yes'),(342,'newsmag','a:5:{s:8:\"last_tab\";s:0:\"\";s:7:\"favicon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:4:\"logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"opt-ace-editor-css\";s:44:\" \";s:10:\"opt-editor\";s:45:\"© Copyright 2014 VGrid. All Rights Reserved.\";}','yes'),(343,'newsmag-transients','a:2:{s:14:\"changed_values\";a:2:{s:18:\"opt-ace-editor-css\";s:0:\"\";s:10:\"opt-editor\";s:47:\"© Copyright 2014 Newsmag. All Rights Reserved.\";}s:9:\"last_save\";i:1430474994;}','yes'),(344,'widget_newsmag_flickr_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(345,'widget_newsmag_widget','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:4:{s:5:\"title\";s:0:\"\";s:16:\"newsmag_category\";s:3:\"erp\";s:11:\"block_style\";s:6:\"slider\";s:9:\"show_post\";s:1:\"2\";}}','yes'),(346,'widget_newsmag-popular-posts-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(353,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.1.2\";}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=240 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_wp_attached_file','2015/04/default-top-banner.jpg'),(3,4,'_wp_attachment_context','custom-background'),(4,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1466;s:4:\"file\";s:30:\"2015/04/default-top-banner.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"default-top-banner-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:30:\"default-top-banner-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"default-top-banner-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"default-top-banner-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"twentyfourteen-full-width\";a:4:{s:4:\"file\";s:31:\"default-top-banner-1038x576.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{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:23:\"Pakhnyushchyy - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5,4,'_wp_attachment_is_custom_background','twentyfourteen'),(6,5,'_edit_last','1'),(7,5,'_edit_lock','1430378781:1'),(10,7,'_wp_attached_file','2015/04/BK.jpg'),(11,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2015/04/BK.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"BK-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:14:\"BK-300x153.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"BK-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;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:1;}}'),(12,8,'_wp_attached_file','2015/04/cropped-BK.jpg'),(13,8,'_wp_attachment_context','custom-header'),(14,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1260;s:6:\"height\";i:365;s:4:\"file\";s:22:\"2015/04/cropped-BK.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cropped-BK-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:21:\"cropped-BK-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"cropped-BK-1024x297.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"cropped-BK-672x365.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"twentyfourteen-full-width\";a:4:{s:4:\"file\";s:23:\"cropped-BK-1038x365.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:365;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;}}'),(18,9,'_edit_last','1'),(17,7,'_wp_attachment_is_custom_background','destin-basic'),(19,9,'_edit_lock','1430397718:1'),(22,2,'_wp_trash_meta_status','publish'),(23,2,'_wp_trash_meta_time','1430384518'),(24,11,'_edit_lock','1430384532:1'),(25,16,'_edit_last','1'),(26,16,'_edit_lock','1430395649:1'),(27,17,'_wp_attached_file','2015/04/3d_sign_office_wall.jpg'),(28,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:619;s:6:\"height\";i:420;s:4:\"file\";s:31:\"2015/04/3d_sign_office_wall.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"3d_sign_office_wall-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:31:\"3d_sign_office_wall-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"3d_sign_office_wall-619x372.jpg\";s:5:\"width\";i:619;s:6:\"height\";i:372;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;}}'),(34,19,'_edit_lock','1430385230:1'),(33,19,'_edit_last','1'),(38,21,'_edit_lock','1430385304:1'),(37,21,'_edit_last','1'),(41,21,'post_views_count','0'),(42,9,'post_views_count','1'),(43,16,'post_views_count','0'),(44,21,'_wp_trash_meta_status','publish'),(45,21,'_wp_trash_meta_time','1430395638'),(46,19,'_wp_trash_meta_status','publish'),(47,19,'_wp_trash_meta_time','1430395638'),(48,1,'_wp_trash_meta_status','publish'),(49,1,'_wp_trash_meta_time','1430395638'),(50,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(51,16,'_wp_trash_meta_status','publish'),(52,16,'_wp_trash_meta_time','1430395661'),(53,11,'_wp_trash_meta_status','publish'),(54,11,'_wp_trash_meta_time','1430395896'),(55,13,'_wp_trash_meta_status','publish'),(56,13,'_wp_trash_meta_time','1430395896'),(57,12,'_wp_trash_meta_status','publish'),(58,12,'_wp_trash_meta_time','1430395896'),(59,27,'_edit_last','1'),(60,27,'_edit_lock','1430399461:1'),(63,27,'_wp_trash_meta_status','draft'),(64,27,'_wp_trash_meta_time','1430397761'),(65,30,'_edit_lock','1430472538:1'),(66,30,'_edit_last','1'),(67,31,'_edit_lock','1430399105:1'),(116,39,'_wp_attached_file','2015/04/DSC09762_0_0.jpg'),(77,34,'_menu_item_type','taxonomy'),(78,34,'_menu_item_menu_item_parent','0'),(79,34,'_menu_item_object_id','2'),(80,34,'_menu_item_object','category'),(81,34,'_menu_item_target',''),(82,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,34,'_menu_item_xfn',''),(84,34,'_menu_item_url',''),(115,38,'_edit_last','1'),(86,35,'_menu_item_type','taxonomy'),(87,35,'_menu_item_menu_item_parent','0'),(88,35,'_menu_item_object_id','7'),(89,35,'_menu_item_object','category'),(90,35,'_menu_item_target',''),(91,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,35,'_menu_item_xfn',''),(93,35,'_menu_item_url',''),(114,38,'_edit_lock','1430402725:1'),(95,36,'_menu_item_type','taxonomy'),(96,36,'_menu_item_menu_item_parent','0'),(97,36,'_menu_item_object_id','8'),(98,36,'_menu_item_object','category'),(99,36,'_menu_item_target',''),(100,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,36,'_menu_item_xfn',''),(102,36,'_menu_item_url',''),(104,37,'_menu_item_type','taxonomy'),(105,37,'_menu_item_menu_item_parent','0'),(106,37,'_menu_item_object_id','9'),(107,37,'_menu_item_object','category'),(108,37,'_menu_item_target',''),(109,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,37,'_menu_item_xfn',''),(111,37,'_menu_item_url',''),(113,8,'_wp_attachment_is_custom_background','destin-basic'),(117,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:536;s:4:\"file\";s:24:\"2015/04/DSC09762_0_0.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"DSC09762_0_0-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:24:\"DSC09762_0_0-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"home\";a:4:{s:4:\"file\";s:24:\"DSC09762_0_0-400x268.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"featured-img\";a:4:{s:4:\"file\";s:24:\"DSC09762_0_0-800x410.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:410;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;}}'),(122,42,'_menu_item_type','taxonomy'),(123,42,'_menu_item_menu_item_parent','0'),(124,42,'_menu_item_object_id','9'),(125,42,'_menu_item_object','category'),(126,42,'_menu_item_target',''),(127,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(128,42,'_menu_item_xfn',''),(129,42,'_menu_item_url',''),(130,42,'_menu_item_orphaned','1430402498'),(131,43,'_menu_item_type','taxonomy'),(132,43,'_menu_item_menu_item_parent','0'),(133,43,'_menu_item_object_id','7'),(134,43,'_menu_item_object','category'),(135,43,'_menu_item_target',''),(136,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(137,43,'_menu_item_xfn',''),(138,43,'_menu_item_url',''),(139,43,'_menu_item_orphaned','1430402498'),(140,44,'_menu_item_type','taxonomy'),(141,44,'_menu_item_menu_item_parent','0'),(142,44,'_menu_item_object_id','8'),(143,44,'_menu_item_object','category'),(144,44,'_menu_item_target',''),(145,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(146,44,'_menu_item_xfn',''),(147,44,'_menu_item_url',''),(148,44,'_menu_item_orphaned','1430402498'),(158,46,'_menu_item_type','taxonomy'),(159,46,'_menu_item_menu_item_parent','0'),(160,46,'_menu_item_object_id','2'),(161,46,'_menu_item_object','category'),(162,46,'_menu_item_target',''),(163,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(164,46,'_menu_item_xfn',''),(165,46,'_menu_item_url',''),(166,46,'_menu_item_orphaned','1430402498'),(170,47,'_edit_last','1'),(169,47,'_edit_lock','1430474209:1'),(171,48,'_wp_attached_file','2015/05/12.jpg'),(172,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:14:\"2015/05/12.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"12-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:14:\"12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;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;}}'),(173,49,'_wp_attached_file','2015/05/3d_sign_office_wall.jpg'),(174,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:619;s:6:\"height\";i:420;s:4:\"file\";s:31:\"2015/05/3d_sign_office_wall.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"3d_sign_office_wall-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:31:\"3d_sign_office_wall-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;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;}}'),(175,50,'_wp_attached_file','2015/05/111.png'),(176,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:788;s:6:\"height\";i:475;s:4:\"file\";s:15:\"2015/05/111.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"111-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:15:\"111-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;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;}}'),(177,51,'_wp_attached_file','2015/05/Application-Development.jpg'),(178,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:599;s:4:\"file\";s:35:\"2015/05/Application-Development.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Application-Development-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:35:\"Application-Development-300x112.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Application-Development-1024x383.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:383;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:1385049365;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:1;}}'),(179,52,'_wp_attached_file','2015/05/banner-bottom.gif'),(180,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:662;s:6:\"height\";i:270;s:4:\"file\";s:25:\"2015/05/banner-bottom.gif\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"banner-bottom-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"banner-bottom-300x122.gif\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(181,53,'_wp_attached_file','2015/05/banner-perf-blog.png'),(182,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:270;s:4:\"file\";s:28:\"2015/05/banner-perf-blog.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"banner-perf-blog-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:28:\"banner-perf-blog-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;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;}}'),(183,54,'_wp_attached_file','2015/05/bg_consulting2.jpg'),(184,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:798;s:4:\"file\";s:26:\"2015/05/bg_consulting2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bg_consulting2-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:\"bg_consulting2-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:27:\"bg_consulting2-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;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;}}'),(185,55,'_wp_attached_file','2015/05/bg-banner-fpo.jpg'),(186,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1842;s:6:\"height\";i:1199;s:4:\"file\";s:25:\"2015/05/bg-banner-fpo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bg-banner-fpo-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:\"bg-banner-fpo-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"bg-banner-fpo-1024x667.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:667;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;}}'),(187,56,'_wp_attached_file','2015/05/bigstock-Business-objects-on-background-38768890-e1380016559557.jpg'),(188,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1480;s:6:\"height\";i:1108;s:4:\"file\";s:75:\"2015/05/bigstock-Business-objects-on-background-38768890-e1380016559557.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"bigstock-Business-objects-on-background-38768890-e1380016559557-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:75:\"bigstock-Business-objects-on-background-38768890-e1380016559557-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:76:\"bigstock-Business-objects-on-background-38768890-e1380016559557-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;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;}}'),(189,57,'_wp_attached_file','2015/05/Brochures.jpg'),(190,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:602;s:4:\"file\";s:21:\"2015/05/Brochures.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Brochures-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:21:\"Brochures-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Brochures-1024x440.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:440;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:1;}}'),(191,58,'_wp_attached_file','2015/05/busy_city_street_wallpaper_hd_free.jpg'),(192,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:46:\"2015/05/busy_city_street_wallpaper_hd_free.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"busy_city_street_wallpaper_hd_free-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:46:\"busy_city_street_wallpaper_hd_free-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"busy_city_street_wallpaper_hd_free-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;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;}}'),(193,59,'_wp_attached_file','2015/05/city2.jpg'),(194,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:17:\"2015/05/city2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"city2-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:17:\"city2-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:18:\"city2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;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;}}'),(195,60,'_wp_attached_file','2015/05/cloud-apps.png'),(196,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:538;s:6:\"height\";i:268;s:4:\"file\";s:22:\"2015/05/cloud-apps.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cloud-apps-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:22:\"cloud-apps-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;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;}}'),(197,61,'_wp_attached_file','2015/05/cloud-security.jpg'),(198,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:26:\"2015/05/cloud-security.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cloud-security-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:\"cloud-security-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:\"cloud-security-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:83:\"Cloud computing concept: Golden Cloud With Padlock on digital background, 3d render\";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:58:\"Computing concept: Golden Cloud With Padlock on digital ba\";s:11:\"orientation\";i:0;}}'),(199,62,'_wp_attached_file','2015/05/committedToOurTradeBanner6.jpg'),(200,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:434;s:4:\"file\";s:38:\"2015/05/committedToOurTradeBanner6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"committedToOurTradeBanner6-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:38:\"committedToOurTradeBanner6-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;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;}}'),(201,63,'_wp_attached_file','2015/05/consulting.jpg'),(202,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3800;s:6:\"height\";i:2533;s:4:\"file\";s:22:\"2015/05/consulting.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"consulting-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:22:\"consulting-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:23:\"consulting-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\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:69:\"Back view image of young businessman standing against business sketch\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:10:\"Bigstock®\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:64:\"Back view image of young businessman standing against business s\";s:11:\"orientation\";i:0;}}'),(203,64,'_wp_attached_file','2015/05/contact-us_mini.jpg'),(204,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:872;s:4:\"file\";s:27:\"2015/05/contact-us_mini.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"contact-us_mini-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:\"contact-us_mini-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"contact-us_mini-1024x620.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:620;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;}}'),(205,65,'_wp_attached_file','2015/05/Depositphotos_21132865_original_72.jpg'),(206,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:716;s:4:\"file\";s:46:\"2015/05/Depositphotos_21132865_original_72.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Depositphotos_21132865_original_72-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:46:\"Depositphotos_21132865_original_72-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Depositphotos_21132865_original_72-1024x643.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:643;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:68:\"Businessman drawing cloud computing, technology connectivity concept\";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:23:\"Cloud Computing Concept\";s:11:\"orientation\";i:1;}}'),(207,66,'_edit_lock','1430473914:1'),(208,66,'_edit_last','1'),(219,72,'_edit_lock','1430474302:1'),(211,68,'_edit_lock','1430473951:1'),(212,68,'_edit_last','1'),(220,72,'_edit_last','1'),(215,70,'_edit_lock','1430474007:1'),(216,70,'_edit_last','1'),(223,30,'_wp_trash_meta_status','draft'),(224,30,'_wp_trash_meta_time','1430474171'),(225,38,'_wp_trash_meta_status','publish'),(226,38,'_wp_trash_meta_time','1430474195'),(227,9,'_wp_trash_meta_status','publish'),(228,9,'_wp_trash_meta_time','1430474195'),(229,5,'_wp_trash_meta_status','publish'),(230,5,'_wp_trash_meta_time','1430474195'),(233,54,'_wp_attachment_is_custom_background','newsmag'),(234,76,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(235,76,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:46:\"[your-name] <wordpress@03a8eb5.netsolhost.com>\";s:4:\"body\";s:182:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on VGrid (http://03a8eb5.netsolhost.com/sitepages)\";s:9:\"recipient\";s:23:\"sendtosajid@hotmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(236,76,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:40:\"VGrid <wordpress@03a8eb5.netsolhost.com>\";s:4:\"body\";s:124:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on VGrid (http://03a8eb5.netsolhost.com/sitepages)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:33:\"Reply-To: sendtosajid@hotmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(237,76,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";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:\"Validation errors occurred. Please confirm the fields and submit it again.\";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:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(238,76,'_additional_settings',''),(239,76,'_locale','en_US'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','trash','open','open','','hello-world','','','2015-04-30 12:07:18','2015-04-30 12:07:18','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=1',0,'post','',1),(2,1,'2014-08-13 15:26:49','2014-08-13 15:26:49','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','trash','open','open','','sample-page','','','2015-04-30 09:01:58','2015-04-30 09:01:58','',0,'http://03a8eb5.netsolhost.com/sitepages/?page_id=2',0,'page','',0),(3,1,'2015-04-30 06:55:43','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-04-30 06:55:43','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=3',0,'post','',0),(4,1,'2015-04-30 07:12:02','2015-04-30 07:12:02','','default-top-banner','','inherit','open','open','','default-top-banner','','','2015-04-30 09:14:59','2015-04-30 09:14:59','',21,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/default-top-banner.jpg',0,'attachment','image/jpeg',0),(5,1,'2015-04-30 07:26:20','2015-04-30 07:26:20','Change is the new constant. Yammer is a private social network that helps you and your teams stay on top of it all. Yammer team collaboration software and business applications allow you to bring your team together so you can have conversations, collaborate on files, and organize around projects so you can go further – faster.\r\n\r\n \r\n<h2>Bring Your Team Together</h2>\r\nYammer makes it easy to quickly bring your team together so they can have conversations, collaborate on files, and more.\r\n<ul class=\"product-list\">\r\n <li><b>Give Your Teams A Home:</b> Use a Yammer Group for your team to bring people, conversations, and data from different business apps all into one place.</li>\r\n <li><b>Easily Connect with Others in Your Organization:</b> Loop the relevant people into conversations to facilitate teamwork.</li>\r\n <li><b>Extend Collaboration Beyond Your Organization:</b> Invite external project members such as customers and vendors into Yammer conversations so they can provide input and access the information they need.</li>\r\n</ul>\r\n \r\n\r\n<span class=\"section-2-image product-desktop\" data-alt=\"\" data-maxwidth=\"1140px\" data-picture=\"\"><span data-src=\"https://about.yammer.com/assets/POverviewA22.png\"><img style=\"max-width: 1140px;\" src=\"https://about.yammer.com/assets/POverviewA22.png\" alt=\"\" /></span> <!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. --><noscript> &amp;lt;img src=\"https://about.yammer.com/assets/POverviewA22.png\" alt=\"\"/&amp;gt; </noscript></span> <img class=\"product-device\" src=\"https://about.yammer.com/assets/POverviewA42.png\" alt=\"\" />\r\n<div class=\"container-wrapper y3-clearfix product-content-left\" style=\"background: url(\'https://about.yammer.com/assets/POverview-Collaborate-BG1.jpg\') no-repeat center / cover #ffffff;\">\r\n<div class=\"container\">\r\n<div class=\"grid12 y3-rel section1\">\r\n<h2></h2>\r\n</div>\r\n</div>\r\n</div>\r\n ','Yammer: Where Teamwork Happens','','trash','open','open','','yammer-where-teamwork-happens','','','2015-05-01 09:56:35','2015-05-01 09:56:35','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=5',0,'post','',0),(6,1,'2015-04-30 07:26:20','2015-04-30 07:26:20','Change is the new constant. Yammer is a private social network that helps you and your teams stay on top of it all. Yammer team collaboration software and business applications allow you to bring your team together so you can have conversations, collaborate on files, and organize around projects so you can go further – faster.\r\n\r\n \r\n<h2>Bring Your Team Together</h2>\r\nYammer makes it easy to quickly bring your team together so they can have conversations, collaborate on files, and more.\r\n<ul class=\"product-list\">\r\n <li><b>Give Your Teams A Home:</b> Use a Yammer Group for your team to bring people, conversations, and data from different business apps all into one place.</li>\r\n <li><b>Easily Connect with Others in Your Organization:</b> Loop the relevant people into conversations to facilitate teamwork.</li>\r\n <li><b>Extend Collaboration Beyond Your Organization:</b> Invite external project members such as customers and vendors into Yammer conversations so they can provide input and access the information they need.</li>\r\n</ul>\r\n \r\n\r\n<span class=\"section-2-image product-desktop\" data-alt=\"\" data-maxwidth=\"1140px\" data-picture=\"\"><span data-src=\"https://about.yammer.com/assets/POverviewA22.png\"><img style=\"max-width: 1140px;\" src=\"https://about.yammer.com/assets/POverviewA22.png\" alt=\"\" /></span> <!-- Fallback content for non-JS browsers. Same img src as the initial, unqualified source element. --><noscript> &amp;lt;img src=\"https://about.yammer.com/assets/POverviewA22.png\" alt=\"\"/&amp;gt; </noscript></span> <img class=\"product-device\" src=\"https://about.yammer.com/assets/POverviewA42.png\" alt=\"\" />\r\n<div class=\"container-wrapper y3-clearfix product-content-left\" style=\"background: url(\'https://about.yammer.com/assets/POverview-Collaborate-BG1.jpg\') no-repeat center / cover #ffffff;\">\r\n<div class=\"container\">\r\n<div class=\"grid12 y3-rel section1\">\r\n<h2></h2>\r\n</div>\r\n</div>\r\n</div>\r\n ','Yammer: Where Teamwork Happens','','inherit','open','open','','5-revision-v1','','','2015-04-30 07:26:20','2015-04-30 07:26:20','',5,'http://03a8eb5.netsolhost.com/sitepages/?p=6',0,'revision','',0),(7,1,'2015-04-30 08:26:04','2015-04-30 08:26:04','','BK','','inherit','open','open','','bk','','','2015-04-30 09:14:59','2015-04-30 09:14:59','',21,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/BK.jpg',0,'attachment','image/jpeg',0),(8,1,'2015-04-30 08:26:21','2015-04-30 08:26:21','http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/cropped-BK.jpg','cropped-BK.jpg','','inherit','open','open','','cropped-bk-jpg','','','2015-04-30 09:14:59','2015-04-30 09:14:59','',21,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/cropped-BK.jpg',0,'attachment','image/jpeg',0),(9,1,'2015-04-30 08:32:14','2015-04-30 08:32:14','<h2>Build SaaS applications that support massive scale</h2>\r\nDevelopers building software-as-a-service (SaaS) applications can leverage SQL Database to provide flexibility to support both explosive growth and profitable business models. For workloads with unpredictable database resource consumption, the elastic database model provides you with the ability to pool resources to be leveraged among a group of databases. Instead of overprovisioning to meet peak demand, you can use an elastic database pool to let hundreds or thousands of databases leverage resources within a budget that you control. You can drive cost efficiencies with a purchase model that allows you to maintain control over price and performance across a group of databases.\r\n\r\n<a class=\"wa-arrowLink wa-arrowLink-blue\" title=\"\" href=\"http://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-pool/\"><u><span style=\"color: #0066cc;\">Learn more about creating elastic database pools.</span></u></a>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Easily manage massive numbers of databases</h2>\r\nSimple management tasks become complicated when you scale to thousands of databases, and that\'s the challenge of explosive growth. SaaS developers spend countless hours writing complex logic to handle these schema changes and other administrative operations as the business grows. With elastic databases, life becomes easier. You take a script, submit it as a job, and Azure SQL Database does the rest to perform the script across many databases. Elastic database tools simplify building and managing applications that scale across lots of databases, so building applications against a single database or thousands of databases is just as easy using familiar T-SQL and ADO.NET programming models. You can also run centralized query operations like reporting and data extractions spanning many databases, returning a single unified result set.\r\n\r\n<a class=\"wa-arrowLink wa-arrowLink-blue\" title=\"\" href=\"http://go.microsoft.com/fwlink/?linkid=533706&clcid=0x409\"><u><span style=\"color: #0066cc;\">Learn more about using elastic database tools.</span></u></a>\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-8def8705dedf720eb8d827b24881158a211ff0890b39164aa61be9d0df4ddb72/page/services/sql-database/massive.png?t=popn\" alt=\"\" /></span></u></div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-121c167f69ca87c362c2d284e34cc2f865238c0cd39481c496fc9859622f8328/page/services/sql-database/performance.png?t=popn\" alt=\"\" /></span></u></div>\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Gain 25% more Premium performance</h2>\r\nBacked by the power and presence of Azure, high-throughput applications can take advantage of the latest version which delivers 25% more <a title=\"\" href=\"http://azure.microsoft.com/en-us/documentation/articles/sql-database-preview-whats-new/\"><u><span style=\"color: #0066cc;\">Premium database power</span></u></a>. Additionally, internal tests over 600 million rows of data show up to 100x query performance improvements when applying the In-memory columnstore technology. The SQL Database service tiers enable applications to easily scale-up or down predictable performance on each database.\r\n<div class=\"wa-customerQuote\"><a title=\"\" href=\"http://azure.microsoft.com/en-us/case-studies/flavorus-data/\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-e239a0d8ee403e784733565a2bed31858e3ebf489006ca016a5afbc248994c43/shared/customers/flavorus_s.png?t=popn\" alt=\"Flavorus\" /></a>\r\n<div class=\"quoteText\">\r\n<blockquote>Flavorus unlocked new business with an on-premises to cloud hybrid architecture that supports massive scale-out for temporal peaks.</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Streamline business continuity for your critical applications</h2>\r\nGain peace of mind over data availability with built-in replicas and a competitive 99.99%* Microsoft-backed SLA at the database level. Enjoy more application continuity and protection against catastrophic events with built-in continuity options across the service tiers and now with as much as <a title=\"\" href=\"https://msdn.microsoft.com/library/azure/hh852669.aspx\"><u><span style=\"color: #0066cc;\">360x lower disaster recovery objectives</span></u></a>. Active geo-replication, allows you to create up to 4 readable secondaries in any Azure region, and control when and where to failover. Gain more control over “oops recovery” with self-service restore which offers customer control over data restoration from available data backups. Up to 35 days of backups available to you for recovery.\r\n\r\n<a class=\"wa-arrowLink-blue\" title=\"\" href=\"http://go.microsoft.com/fwlink/?linkid=395278&clcid=0x409\"><u><span style=\"color: #0066cc;\">Learn more about business continuity with Azure SQL Database</span></u></a>\r\n<p class=\"wa-footnote\">* The 99.99% uptime SLA applies to Basic, Standard, and Premium service tiers only. SQL Database Web and Business Editions have an established uptime <a title=\"\" href=\"http://azure.microsoft.com/en-us/support/legal/sla/\"><u><span style=\"color: #0066cc;\">SLA</span></u></a> of 99.9%.</p>\r\n\r\n<div class=\"wa-customerQuote\"><a title=\"\" href=\"http://azure.microsoft.com/en-us/case-studies/myob-web/\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-c6abdd51bee2ef080ab17f002d8b4158095e4598060e6b7f43aecac5f1e29da9/shared/customers/myob_s.png?t=popn\" alt=\"MYOB\" /></a>\r\n<div class=\"quoteText\">\r\n<blockquote>MYOB has the ability to scale up to thousands of databases as needed backed by a disaster recovery solution and geo-redundancy.</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-922f400d6854d2f7708b12bdcb555e9032316fbd899a217db6a637c52f9bb508/page/services/sql-database/business-continuity.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-399a38f604f9d0c75683726dc6ef91ba93cd67e3c2ad9f3d0dc9f81ca0c2452a/page/services/sql-database/familiar-tools.png?t=popn\" alt=\"\" /></div>\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Drive productivity through support for familiar functionality, tools and platforms</h2>\r\nWith a near-complete SQL Server programmable surface area, you can more easily migrate on-premises SQL Server applications to Azure to help drive down datacenter costs and improve IT productivity. Drive DevOps tasks such as scale out or business continuity via programmatic APIs for streamlined management as you scale to hundreds or thousands of databases. SQL Database offers a choice of management tools; REST APIs, PowerShell, the Microsoft Azure portal with HTML5 support, or SQL Server Management Studio and supports a choice of popular platforms and technologies, including .NET, Java, PHP, Ruby on Rails, and Node.js. Enjoy seamless development on or offline and across on-premises and cloud-designed apps with Visual Studio integration.\r\n<div class=\"wa-customerQuote\"><a title=\"\" href=\"http://www.microsoft.com/casestudies/Windows-Azure/Samsung-Electronics/Samsung-Reduces-Costs-Increases-Reliability-for-Smart-TV-Services-with-Cloud-Solution/710000003068\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-7632fb47b67bdc4cd2e244a9f95d063a46c53a6e4cb6606177ae089318fd8f13/shared/customers/samsung_s.png?t=popn\" alt=\"Samsung\" /></a>\r\n<div class=\"quoteText\">\r\n<blockquote>Samsung simplified development efforts and reduced costs by 80% with their global SmartTV business. SQL Database Premium supports thousands of concurrent internet-based registrations their market-leading SmartTV line.</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Enable security and compliance-related tasks</h2>\r\nSQL Database offers a portfolio of security features to help you further meet organizational or industry-mandated compliance policies. Streamline compliance-related tasks and gain knowledge about activities taking place within your database with <a title=\"\" href=\"http://azure.microsoft.com/en-us/documentation/articles/sql-database-auditing-get-started/\"><u><span style=\"color: #0066cc;\">Auditing</span></u></a> which tracks and logs events that occur on your database. You can also implement policies at the database level to help limit access to sensitive data with <a title=\"\" href=\"https://msdn.microsoft.com/library/dn765131.aspx\"><u><span style=\"color: #0066cc;\">Row-Level Security</span></u></a> (preview), <a title=\"\" href=\"http://go.microsoft.com/fwlink/?linkid=524331&clcid=0x409\"><u><span style=\"color: #0066cc;\">Dynamic Data Masking</span></u></a> (preview), and <a title=\"\" href=\"https://msdn.microsoft.com/library/bb934049.aspx\"><u><span style=\"color: #0066cc;\">Transparent Data Encryption</span></u></a> (preview). Additionally, SQL Database is verified by key cloud auditors as part of the scope of key Azure <a title=\"\" href=\"http://azure.microsoft.com/en-us/support/trust-center/\"><u><span style=\"color: #0066cc;\">compliance certifications</span></u></a> and approvals such as HIPAA BAA, ISO/IEC 27001:2005, FedRAMP, and E.U. Model Clauses.\r\n<div class=\"wa-customerQuote\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-99569644b1c33218c5e1554766b9923c79ed3861d0f61aeebd3da0b1ecd53c7b/shared/customers/betonsoft_s.png?t=popn\" alt=\"BETONSOFT\" />\r\n<div class=\"quoteText\">\r\n<blockquote>\"The firewall and security configurations in SQL [Database] are great. Our cloud-based services are now as secure as our data-center-based services.\"</blockquote>\r\n<div class=\"author\">Devan Govender, Chief Software Architect, <a title=\"\" href=\"http://azure.microsoft.com/en-us/case-studies/betonsoft-data/\"><u><span style=\"color: #0066cc;\">BetOnSoft</span></u></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-947abaa9779121d0cb2a9ba7552fceeb1e912a6acd4d92df40c348aed12dae6c/page/services/sql-database/compliance.png?t=popn\" alt=\"\" /></span></u></div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-5098c84f1c99f4fe7dd8eee4cce0dbf2065239ba56c1ad3f3f7a173bcf1a7ddc/page/services/sql-database/blend-service-tiers.png?t=popn\" alt=\"\" /></span></u></div>\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Blend service tiers for innovative designs</h2>\r\nSQL Database is offered in different service tiers to support light-weight to heavy-weight database workloads, so you can move across or blend the tiers together for innovative application designs. With the power and reach of Azure, you can mix-and-match Azure services with SQL Database to meet your unique modern app design needs, drive cost and resource efficiencies, and unlock new business opportunities. Visit the SQL Database <a title=\"\" href=\"http://azure.microsoft.com/en-us/pricing/details/sql-database/\"><u><span style=\"color: #0066cc;\">pricing page</span></u></a> for more details.\r\n\r\n</div>\r\n</div>','SQL Database on Azure','','trash','open','open','','sql-database-on-azure','','','2015-05-01 09:56:35','2015-05-01 09:56:35','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=9',0,'post','',0),(10,1,'2015-04-30 08:32:14','2015-04-30 08:32:14','<h2>Build SaaS applications that support massive scale</h2>\r\nDevelopers building software-as-a-service (SaaS) applications can leverage SQL Database to provide flexibility to support both explosive growth and profitable business models. For workloads with unpredictable database resource consumption, the elastic database model provides you with the ability to pool resources to be leveraged among a group of databases. Instead of overprovisioning to meet peak demand, you can use an elastic database pool to let hundreds or thousands of databases leverage resources within a budget that you control. You can drive cost efficiencies with a purchase model that allows you to maintain control over price and performance across a group of databases.\r\n\r\n<a class=\"wa-arrowLink wa-arrowLink-blue\" title=\"\" href=\"http://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-pool/\"><u><span style=\"color: #0066cc;\">Learn more about creating elastic database pools.</span></u></a>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Easily manage massive numbers of databases</h2>\r\nSimple management tasks become complicated when you scale to thousands of databases, and that\'s the challenge of explosive growth. SaaS developers spend countless hours writing complex logic to handle these schema changes and other administrative operations as the business grows. With elastic databases, life becomes easier. You take a script, submit it as a job, and Azure SQL Database does the rest to perform the script across many databases. Elastic database tools simplify building and managing applications that scale across lots of databases, so building applications against a single database or thousands of databases is just as easy using familiar T-SQL and ADO.NET programming models. You can also run centralized query operations like reporting and data extractions spanning many databases, returning a single unified result set.\r\n\r\n<a class=\"wa-arrowLink wa-arrowLink-blue\" title=\"\" href=\"http://go.microsoft.com/fwlink/?linkid=533706&clcid=0x409\"><u><span style=\"color: #0066cc;\">Learn more about using elastic database tools.</span></u></a>\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-8def8705dedf720eb8d827b24881158a211ff0890b39164aa61be9d0df4ddb72/page/services/sql-database/massive.png?t=popn\" alt=\"\" /></span></u></div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-121c167f69ca87c362c2d284e34cc2f865238c0cd39481c496fc9859622f8328/page/services/sql-database/performance.png?t=popn\" alt=\"\" /></span></u></div>\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Gain 25% more Premium performance</h2>\r\nBacked by the power and presence of Azure, high-throughput applications can take advantage of the latest version which delivers 25% more <a title=\"\" href=\"http://azure.microsoft.com/en-us/documentation/articles/sql-database-preview-whats-new/\"><u><span style=\"color: #0066cc;\">Premium database power</span></u></a>. Additionally, internal tests over 600 million rows of data show up to 100x query performance improvements when applying the In-memory columnstore technology. The SQL Database service tiers enable applications to easily scale-up or down predictable performance on each database.\r\n<div class=\"wa-customerQuote\"><a title=\"\" href=\"http://azure.microsoft.com/en-us/case-studies/flavorus-data/\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-e239a0d8ee403e784733565a2bed31858e3ebf489006ca016a5afbc248994c43/shared/customers/flavorus_s.png?t=popn\" alt=\"Flavorus\" /></a>\r\n<div class=\"quoteText\">\r\n<blockquote>Flavorus unlocked new business with an on-premises to cloud hybrid architecture that supports massive scale-out for temporal peaks.</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Streamline business continuity for your critical applications</h2>\r\nGain peace of mind over data availability with built-in replicas and a competitive 99.99%* Microsoft-backed SLA at the database level. Enjoy more application continuity and protection against catastrophic events with built-in continuity options across the service tiers and now with as much as <a title=\"\" href=\"https://msdn.microsoft.com/library/azure/hh852669.aspx\"><u><span style=\"color: #0066cc;\">360x lower disaster recovery objectives</span></u></a>. Active geo-replication, allows you to create up to 4 readable secondaries in any Azure region, and control when and where to failover. Gain more control over “oops recovery” with self-service restore which offers customer control over data restoration from available data backups. Up to 35 days of backups available to you for recovery.\r\n\r\n<a class=\"wa-arrowLink-blue\" title=\"\" href=\"http://go.microsoft.com/fwlink/?linkid=395278&clcid=0x409\"><u><span style=\"color: #0066cc;\">Learn more about business continuity with Azure SQL Database</span></u></a>\r\n<p class=\"wa-footnote\">* The 99.99% uptime SLA applies to Basic, Standard, and Premium service tiers only. SQL Database Web and Business Editions have an established uptime <a title=\"\" href=\"http://azure.microsoft.com/en-us/support/legal/sla/\"><u><span style=\"color: #0066cc;\">SLA</span></u></a> of 99.9%.</p>\r\n\r\n<div class=\"wa-customerQuote\"><a title=\"\" href=\"http://azure.microsoft.com/en-us/case-studies/myob-web/\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-c6abdd51bee2ef080ab17f002d8b4158095e4598060e6b7f43aecac5f1e29da9/shared/customers/myob_s.png?t=popn\" alt=\"MYOB\" /></a>\r\n<div class=\"quoteText\">\r\n<blockquote>MYOB has the ability to scale up to thousands of databases as needed backed by a disaster recovery solution and geo-redundancy.</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-922f400d6854d2f7708b12bdcb555e9032316fbd899a217db6a637c52f9bb508/page/services/sql-database/business-continuity.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-399a38f604f9d0c75683726dc6ef91ba93cd67e3c2ad9f3d0dc9f81ca0c2452a/page/services/sql-database/familiar-tools.png?t=popn\" alt=\"\" /></div>\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Drive productivity through support for familiar functionality, tools and platforms</h2>\r\nWith a near-complete SQL Server programmable surface area, you can more easily migrate on-premises SQL Server applications to Azure to help drive down datacenter costs and improve IT productivity. Drive DevOps tasks such as scale out or business continuity via programmatic APIs for streamlined management as you scale to hundreds or thousands of databases. SQL Database offers a choice of management tools; REST APIs, PowerShell, the Microsoft Azure portal with HTML5 support, or SQL Server Management Studio and supports a choice of popular platforms and technologies, including .NET, Java, PHP, Ruby on Rails, and Node.js. Enjoy seamless development on or offline and across on-premises and cloud-designed apps with Visual Studio integration.\r\n<div class=\"wa-customerQuote\"><a title=\"\" href=\"http://www.microsoft.com/casestudies/Windows-Azure/Samsung-Electronics/Samsung-Reduces-Costs-Increases-Reliability-for-Smart-TV-Services-with-Cloud-Solution/710000003068\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-7632fb47b67bdc4cd2e244a9f95d063a46c53a6e4cb6606177ae089318fd8f13/shared/customers/samsung_s.png?t=popn\" alt=\"Samsung\" /></a>\r\n<div class=\"quoteText\">\r\n<blockquote>Samsung simplified development efforts and reduced costs by 80% with their global SmartTV business. SQL Database Premium supports thousands of concurrent internet-based registrations their market-leading SmartTV line.</blockquote>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Enable security and compliance-related tasks</h2>\r\nSQL Database offers a portfolio of security features to help you further meet organizational or industry-mandated compliance policies. Streamline compliance-related tasks and gain knowledge about activities taking place within your database with <a title=\"\" href=\"http://azure.microsoft.com/en-us/documentation/articles/sql-database-auditing-get-started/\"><u><span style=\"color: #0066cc;\">Auditing</span></u></a> which tracks and logs events that occur on your database. You can also implement policies at the database level to help limit access to sensitive data with <a title=\"\" href=\"https://msdn.microsoft.com/library/dn765131.aspx\"><u><span style=\"color: #0066cc;\">Row-Level Security</span></u></a> (preview), <a title=\"\" href=\"http://go.microsoft.com/fwlink/?linkid=524331&clcid=0x409\"><u><span style=\"color: #0066cc;\">Dynamic Data Masking</span></u></a> (preview), and <a title=\"\" href=\"https://msdn.microsoft.com/library/bb934049.aspx\"><u><span style=\"color: #0066cc;\">Transparent Data Encryption</span></u></a> (preview). Additionally, SQL Database is verified by key cloud auditors as part of the scope of key Azure <a title=\"\" href=\"http://azure.microsoft.com/en-us/support/trust-center/\"><u><span style=\"color: #0066cc;\">compliance certifications</span></u></a> and approvals such as HIPAA BAA, ISO/IEC 27001:2005, FedRAMP, and E.U. Model Clauses.\r\n<div class=\"wa-customerQuote\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-99569644b1c33218c5e1554766b9923c79ed3861d0f61aeebd3da0b1ecd53c7b/shared/customers/betonsoft_s.png?t=popn\" alt=\"BETONSOFT\" />\r\n<div class=\"quoteText\">\r\n<blockquote>\"The firewall and security configurations in SQL [Database] are great. Our cloud-based services are now as secure as our data-center-based services.\"</blockquote>\r\n<div class=\"author\">Devan Govender, Chief Software Architect, <a title=\"\" href=\"http://azure.microsoft.com/en-us/case-studies/betonsoft-data/\"><u><span style=\"color: #0066cc;\">BetOnSoft</span></u></a></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-947abaa9779121d0cb2a9ba7552fceeb1e912a6acd4d92df40c348aed12dae6c/page/services/sql-database/compliance.png?t=popn\" alt=\"\" /></span></u></div>\r\n</div>\r\n<div class=\"wa-content wa-content-3up wa-content-divided\">\r\n<div class=\"wa-spacer\"><u><span style=\"color: #0066cc;\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-5098c84f1c99f4fe7dd8eee4cce0dbf2065239ba56c1ad3f3f7a173bcf1a7ddc/page/services/sql-database/blend-service-tiers.png?t=popn\" alt=\"\" /></span></u></div>\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Blend service tiers for innovative designs</h2>\r\nSQL Database is offered in different service tiers to support light-weight to heavy-weight database workloads, so you can move across or blend the tiers together for innovative application designs. With the power and reach of Azure, you can mix-and-match Azure services with SQL Database to meet your unique modern app design needs, drive cost and resource efficiencies, and unlock new business opportunities. Visit the SQL Database <a title=\"\" href=\"http://azure.microsoft.com/en-us/pricing/details/sql-database/\"><u><span style=\"color: #0066cc;\">pricing page</span></u></a> for more details.\r\n\r\n</div>\r\n</div>','SQL Database on Azure','','inherit','open','open','','9-revision-v1','','','2015-04-30 08:32:14','2015-04-30 08:32:14','',9,'http://03a8eb5.netsolhost.com/sitepages/?p=10',0,'revision','',0),(11,1,'2015-04-30 08:40:56','2015-04-30 08:40:56','','Activity','','trash','closed','closed','','activity','','','2015-04-30 12:11:36','2015-04-30 12:11:36','',0,'http://03a8eb5.netsolhost.com/sitepages/?page_id=11',0,'page','',0),(12,1,'2015-04-30 08:40:56','2015-04-30 08:40:56','','Members','','trash','closed','closed','','members','','','2015-04-30 12:11:36','2015-04-30 12:11:36','',0,'http://03a8eb5.netsolhost.com/sitepages/?page_id=12',0,'page','',0),(13,1,'2015-04-30 08:46:57','2015-04-30 08:46:57','','Groups','','trash','closed','closed','','groups','','','2015-04-30 12:11:36','2015-04-30 12:11:36','',0,'http://03a8eb5.netsolhost.com/sitepages/?page_id=13',0,'page','',0),(14,1,'2015-04-30 09:00:01','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-04-30 09:00:01','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=14',0,'post','',0),(15,1,'2015-04-30 09:01:58','2015-04-30 09:01:58','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2015-04-30 09:01:58','2015-04-30 09:01:58','',2,'http://03a8eb5.netsolhost.com/sitepages/?p=15',0,'revision','',0),(16,1,'2015-04-30 09:12:14','2015-04-30 09:12:14','[gallery ids=\"17\"]\r\n<h2>Connect your apps to on-premises data</h2>\r\n<h2>Add corporate sign-on in seconds</h2>\r\nEasily authenticate your users with Active Directory, securely connect to on-premises resources like SAP, Oracle, SQL Server, and SharePoint, and leverage cross-platform frameworks like Xamarin and PhoneGap to build enterprise-grade apps for your employees.\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-a8d656b52eb66b9510948298e49d249128b394503c24e85050c12682ab6fb70c/page/services/app-service/mobile/02-corp.png?t=popn\" alt=\"\" /></div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Use offline data sync to build responsive apps</h2>\r\nCreate robust apps that remain useful when there are network issues, so users can create and modify data even when they are offline. Improve app responsiveness by caching server data locally on the device. With Mobile Apps you can easily provide a native sync experience across your iOS, Android, and Windows apps.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-da35182c85142ec6c58af9a6f9cbba17a015756ad222136ed241a4595103ef12/page/services/app-service/mobile/03-sync.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Connect your apps to on-premises data</h2>\r\nAzure enables you to build mobile apps that can consume data from your own data center. With Hybrid Connections and VPN it is easy to access your data securely from your on-premises data centers, anywhere in the world.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-e1bf2d06fc9f0ce638b4990ea2f751e699e5ed6daa01932cdc6f7dd8f76952ad/page/services/app-service/mobile/04-enterprise.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Broadcast personalized push notifications to millions in minutes</h2>\r\nNotification Hubs is a massively scalable mobile push notification engine capable of sending millions of push notifications to iOS, Android, Windows, or Nokia X devices within seconds. You can easily hook Notification Hubs into any existing app backend, whether that backend is hosted on-premises or in Azure.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-07f04df7f8cd4771c38b394c2dea100b98b498ad8467b8c04ccdc357785f243e/page/services/app-service/mobile/05-push.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Auto scale to fit your business</h2>\r\nEasily configure built-in auto scale for both Mobile Apps and Notification Hubs to match your app needs. With auto scale you can spin up/down resources based actual usage and pay only what you need. With access to the global network of Microsoft managed data centers, allowing you to reach users anywhere in the world.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"></div>\r\n</div>','Connect your apps to on-premises data','','trash','open','open','','connect-your-apps-to-on-premises-data','','','2015-04-30 12:07:41','2015-04-30 12:07:41','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=16',0,'post','',0),(17,1,'2015-04-30 09:11:11','2015-04-30 09:11:11','','3d_sign_office_wall','','inherit','open','open','','3d_sign_office_wall','','','2015-04-30 09:11:11','2015-04-30 09:11:11','',16,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall.jpg',0,'attachment','image/jpeg',0),(18,1,'2015-04-30 09:11:58','2015-04-30 09:11:58','[gallery ids=\"17\"]\r\n<h2>Connect your apps to on-premises data</h2>\r\n<h2>Add corporate sign-on in seconds</h2>\r\nEasily authenticate your users with Active Directory, securely connect to on-premises resources like SAP, Oracle, SQL Server, and SharePoint, and leverage cross-platform frameworks like Xamarin and PhoneGap to build enterprise-grade apps for your employees.\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-a8d656b52eb66b9510948298e49d249128b394503c24e85050c12682ab6fb70c/page/services/app-service/mobile/02-corp.png?t=popn\" alt=\"\" /></div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Use offline data sync to build responsive apps</h2>\r\nCreate robust apps that remain useful when there are network issues, so users can create and modify data even when they are offline. Improve app responsiveness by caching server data locally on the device. With Mobile Apps you can easily provide a native sync experience across your iOS, Android, and Windows apps.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-da35182c85142ec6c58af9a6f9cbba17a015756ad222136ed241a4595103ef12/page/services/app-service/mobile/03-sync.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Connect your apps to on-premises data</h2>\r\nAzure enables you to build mobile apps that can consume data from your own data center. With Hybrid Connections and VPN it is easy to access your data securely from your on-premises data centers, anywhere in the world.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-e1bf2d06fc9f0ce638b4990ea2f751e699e5ed6daa01932cdc6f7dd8f76952ad/page/services/app-service/mobile/04-enterprise.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Broadcast personalized push notifications to millions in minutes</h2>\r\nNotification Hubs is a massively scalable mobile push notification engine capable of sending millions of push notifications to iOS, Android, Windows, or Nokia X devices within seconds. You can easily hook Notification Hubs into any existing app backend, whether that backend is hosted on-premises or in Azure.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"><img src=\"http://acom.azurecomcdn.net/80C57D/cdn/images/cvt-07f04df7f8cd4771c38b394c2dea100b98b498ad8467b8c04ccdc357785f243e/page/services/app-service/mobile/05-push.png?t=popn\" alt=\"\" /></div>\r\n</div>\r\n<div class=\"wa-content wa-content-divided wa-content-3up\">\r\n<div class=\"wa-spacer wa-spacer-2down\">\r\n<h2>Auto scale to fit your business</h2>\r\nEasily configure built-in auto scale for both Mobile Apps and Notification Hubs to match your app needs. With auto scale you can spin up/down resources based actual usage and pay only what you need. With access to the global network of Microsoft managed data centers, allowing you to reach users anywhere in the world.\r\n\r\n</div>\r\n<div class=\"wa-spacer\"></div>\r\n</div>','Connect your apps to on-premises data','','inherit','open','open','','16-revision-v1','','','2015-04-30 09:11:58','2015-04-30 09:11:58','',16,'http://03a8eb5.netsolhost.com/sitepages/?p=18',0,'revision','',0),(19,1,'2015-04-30 09:13:50','2015-04-30 09:13:50','<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall.jpg\"><img class=\"alignnone size-medium wp-image-17\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall-300x204.jpg\" alt=\"3d_sign_office_wall\" width=\"300\" height=\"204\" /></a>asfafaf\r\n\r\n \r\n\r\nasdf\r\n\r\nad\r\n\r\nfas\r\n\r\nf\r\n\r\nasd\r\n\r\nfas\r\n\r\ndf','test','','trash','open','open','','test','','','2015-04-30 12:07:18','2015-04-30 12:07:18','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=19',0,'post','',0),(20,1,'2015-04-30 09:13:50','2015-04-30 09:13:50','<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall.jpg\"><img class=\"alignnone size-medium wp-image-17\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall-300x204.jpg\" alt=\"3d_sign_office_wall\" width=\"300\" height=\"204\" /></a>asfafaf\r\n\r\n \r\n\r\nasdf\r\n\r\nad\r\n\r\nfas\r\n\r\nf\r\n\r\nasd\r\n\r\nfas\r\n\r\ndf','test','','inherit','open','open','','19-revision-v1','','','2015-04-30 09:13:50','2015-04-30 09:13:50','',19,'http://03a8eb5.netsolhost.com/sitepages/?p=20',0,'revision','',0),(21,1,'2015-04-30 09:15:03','2015-04-30 09:15:03','asdfasdfasdf<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/cropped-BK.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/cropped-BK-300x87.jpg\" alt=\"cropped-BK.jpg\" width=\"300\" height=\"87\" /></a> <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall.jpg\"><img class=\"alignnone size-medium wp-image-17\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall-300x204.jpg\" alt=\"3d_sign_office_wall\" width=\"300\" height=\"204\" /></a> <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/BK.jpg\"><img class=\"alignnone size-medium wp-image-7\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/BK-300x153.jpg\" alt=\"BK\" width=\"300\" height=\"153\" /></a> <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/default-top-banner.jpg\"><img class=\"alignnone size-medium wp-image-4\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/default-top-banner-300x199.jpg\" alt=\"default-top-banner\" width=\"300\" height=\"199\" /></a>','asdfasdf','','trash','open','open','','asdfasdf','','','2015-04-30 12:07:18','2015-04-30 12:07:18','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=21',0,'post','',0),(22,1,'2015-04-30 09:15:03','2015-04-30 09:15:03','asdfasdfasdf<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/cropped-BK.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/cropped-BK-300x87.jpg\" alt=\"cropped-BK.jpg\" width=\"300\" height=\"87\" /></a> <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall.jpg\"><img class=\"alignnone size-medium wp-image-17\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/3d_sign_office_wall-300x204.jpg\" alt=\"3d_sign_office_wall\" width=\"300\" height=\"204\" /></a> <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/BK.jpg\"><img class=\"alignnone size-medium wp-image-7\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/BK-300x153.jpg\" alt=\"BK\" width=\"300\" height=\"153\" /></a> <a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/default-top-banner.jpg\"><img class=\"alignnone size-medium wp-image-4\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/default-top-banner-300x199.jpg\" alt=\"default-top-banner\" width=\"300\" height=\"199\" /></a>','asdfasdf','','inherit','open','open','','21-revision-v1','','','2015-04-30 09:15:03','2015-04-30 09:15:03','',21,'http://03a8eb5.netsolhost.com/sitepages/?p=22',0,'revision','',0),(23,1,'2015-04-30 12:07:18','2015-04-30 12:07:18','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','inherit','open','open','','1-revision-v1','','','2015-04-30 12:07:18','2015-04-30 12:07:18','',1,'http://03a8eb5.netsolhost.com/sitepages/?p=23',0,'revision','',0),(24,1,'2015-04-30 12:11:36','2015-04-30 12:11:36','','Activity','','inherit','open','open','','11-revision-v1','','','2015-04-30 12:11:36','2015-04-30 12:11:36','',11,'http://03a8eb5.netsolhost.com/sitepages/?p=24',0,'revision','',0),(25,1,'2015-04-30 12:11:36','2015-04-30 12:11:36','','Groups','','inherit','open','open','','13-revision-v1','','','2015-04-30 12:11:36','2015-04-30 12:11:36','',13,'http://03a8eb5.netsolhost.com/sitepages/?p=25',0,'revision','',0),(26,1,'2015-04-30 12:11:36','2015-04-30 12:11:36','','Members','','inherit','open','open','','12-revision-v1','','','2015-04-30 12:11:36','2015-04-30 12:11:36','',12,'http://03a8eb5.netsolhost.com/sitepages/?p=26',0,'revision','',0),(27,1,'2015-04-30 12:12:08','2015-04-30 12:12:08','','Mobility','','trash','open','open','','mobility','','','2015-04-30 12:42:41','2015-04-30 12:42:41','',0,'http://03a8eb5.netsolhost.com/sitepages/?page_id=27',0,'page','',0),(28,1,'2015-04-30 12:12:53','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-04-30 12:12:53','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?page_id=28',0,'page','',0),(29,1,'2015-04-30 12:42:41','2015-04-30 12:42:41','','Mobility','','inherit','open','open','','27-revision-v1','','','2015-04-30 12:42:41','2015-04-30 12:42:41','',27,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(30,1,'2015-04-30 13:02:38','2015-04-30 13:02:38','','Cloud Computing','','trash','open','open','','cloud-computing','','','2015-05-01 09:56:11','2015-05-01 09:56:11','',0,'http://03a8eb5.netsolhost.com/sitepages/?page_id=30',0,'page','',0),(31,1,'2015-04-30 13:04:31','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-04-30 13:04:31','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=31',0,'post','',0),(32,1,'2015-04-30 13:05:44','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2015-04-30 13:05:44','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=32',0,'post','',0),(34,1,'2015-04-30 13:07:02','2015-04-30 13:07:02',' ','','','publish','open','open','','34','','','2015-04-30 13:14:50','2015-04-30 13:14:50','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=34',2,'nav_menu_item','',0),(35,1,'2015-04-30 13:07:03','2015-04-30 13:07:03',' ','','','publish','open','open','','35','','','2015-04-30 13:14:50','2015-04-30 13:14:50','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=35',3,'nav_menu_item','',0),(36,1,'2015-04-30 13:07:03','2015-04-30 13:07:03',' ','','','publish','open','open','','36','','','2015-04-30 13:14:50','2015-04-30 13:14:50','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=36',4,'nav_menu_item','',0),(37,1,'2015-04-30 13:07:03','2015-04-30 13:07:03',' ','','','publish','open','open','','37','','','2015-04-30 13:14:50','2015-04-30 13:14:50','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=37',5,'nav_menu_item','',0),(38,1,'2015-04-30 13:54:16','2015-04-30 13:54:16','<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/DSC09762_0_0.jpg\"><img class=\"alignnone size-medium wp-image-39\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/DSC09762_0_0-300x201.jpg\" alt=\"DSC09762_0_0\" width=\"300\" height=\"201\" /></a>\r\n\r\nSony has reported earnings for its 2014 fiscal year along with forecasts for the next, and the numbers don’t give much reason for the company to stick with certain struggling products. Sony made an operating profit of ¥68.5 billion ($571 million) off ¥8.22 trillion ($68.5 billion) revenue in the year ending March 31st 2015, but lost ¥126 billion ($1.05 billion) overall mainly due to various restructuring charges. Although Sony predicts a 3.8 percent drop in revenue over the next year, it expects to make ¥320 billion in operating profit and ¥140 billion in net profit. But it’s worth looking at where that money will come from. Sony is expecting its Devices division, which includes its successful image sensor unit that produces components for the iPhone and other products, to bring in 16.5 percent more revenue and achieve a 36 percent higher operating profit. The profitable movie business, too, is expected to perform better over the next year. Gaming will be more or less flat as the PlayStation 3 generation winds down and the PS4 accelerates.\r\n\r\n<!-- extended entry -->\r\n\r\n<hr class=\"widget_boundry_marker hidden page_break\" />\r\n\r\n<q class=\"right\">Mobile is the only core division Sony expects to lose money this year</q>\r\n\r\nThe mobile division is another story. It was by far the company\'s biggest black mark in fiscal 2014, making an operating loss of 217.6 billion yen following a ¥176 billion ($1.47 billion) impairment charge from the smartphone and tablet business, and restructuring costs from the sale of the VAIO PC unit. While things shouldn’t get that bad next year, mobile is still the only core division that Sony is expecting to lose money, forecasting a 7.1 percent slip in revenue and an operating loss of 39 billion yen.\r\n\r\nSony is predicting slipping revenues and falling profits in its camera and home entertainment/audio divisions, but you can make the case for keeping both around; the critically acclaimed Alpha and RX cameras have clear synergy with the market-leading image sensor business, and lines like Walkman and Bravia are important to Sony’s identity and brand. Neither is necessarily harming the company\'s focus. Mobile, however, doesn\'t seem like it\'s going to make a positive impact on the company any time soon, if ever, and the Android-dependent devices have little scope for differentiation. <a href=\"http://www.theverge.com/2015/2/19/8068607/sony-should-focus-on-ps4\"><u><span style=\"color: #0066cc;\">Is Xperia the next VAIO</span></u></a>? Don\'t bet against it.','Sony should probably stop making phones','','trash','open','open','','sony-should-probably-stop-making-phones','','','2015-05-01 09:56:35','2015-05-01 09:56:35','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=38',0,'post','',0),(39,1,'2015-04-30 13:53:10','2015-04-30 13:53:10','','DSC09762_0_0','','inherit','open','open','','dsc09762_0_0','','','2015-04-30 13:53:10','2015-04-30 13:53:10','',38,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/DSC09762_0_0.jpg',0,'attachment','image/jpeg',0),(40,1,'2015-04-30 13:54:16','2015-04-30 13:54:16','<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/DSC09762_0_0.jpg\"><img class=\"alignnone size-medium wp-image-39\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/04/DSC09762_0_0-300x201.jpg\" alt=\"DSC09762_0_0\" width=\"300\" height=\"201\" /></a>\r\n\r\nSony has reported earnings for its 2014 fiscal year along with forecasts for the next, and the numbers don’t give much reason for the company to stick with certain struggling products. Sony made an operating profit of ¥68.5 billion ($571 million) off ¥8.22 trillion ($68.5 billion) revenue in the year ending March 31st 2015, but lost ¥126 billion ($1.05 billion) overall mainly due to various restructuring charges. Although Sony predicts a 3.8 percent drop in revenue over the next year, it expects to make ¥320 billion in operating profit and ¥140 billion in net profit. But it’s worth looking at where that money will come from. Sony is expecting its Devices division, which includes its successful image sensor unit that produces components for the iPhone and other products, to bring in 16.5 percent more revenue and achieve a 36 percent higher operating profit. The profitable movie business, too, is expected to perform better over the next year. Gaming will be more or less flat as the PlayStation 3 generation winds down and the PS4 accelerates.\r\n\r\n<!-- extended entry -->\r\n\r\n<hr class=\"widget_boundry_marker hidden page_break\" />\r\n\r\n<q class=\"right\">Mobile is the only core division Sony expects to lose money this year</q>\r\n\r\nThe mobile division is another story. It was by far the company\'s biggest black mark in fiscal 2014, making an operating loss of 217.6 billion yen following a ¥176 billion ($1.47 billion) impairment charge from the smartphone and tablet business, and restructuring costs from the sale of the VAIO PC unit. While things shouldn’t get that bad next year, mobile is still the only core division that Sony is expecting to lose money, forecasting a 7.1 percent slip in revenue and an operating loss of 39 billion yen.\r\n\r\nSony is predicting slipping revenues and falling profits in its camera and home entertainment/audio divisions, but you can make the case for keeping both around; the critically acclaimed Alpha and RX cameras have clear synergy with the market-leading image sensor business, and lines like Walkman and Bravia are important to Sony’s identity and brand. Neither is necessarily harming the company\'s focus. Mobile, however, doesn\'t seem like it\'s going to make a positive impact on the company any time soon, if ever, and the Android-dependent devices have little scope for differentiation. <a href=\"http://www.theverge.com/2015/2/19/8068607/sony-should-focus-on-ps4\"><u><span style=\"color: #0066cc;\">Is Xperia the next VAIO</span></u></a>? Don\'t bet against it.','Sony should probably stop making phones','','inherit','open','open','','38-revision-v1','','','2015-04-30 13:54:16','2015-04-30 13:54:16','',38,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(42,1,'2015-04-30 14:01:38','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2015-04-30 14:01:38','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=42',1,'nav_menu_item','',0),(43,1,'2015-04-30 14:01:38','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2015-04-30 14:01:38','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=43',1,'nav_menu_item','',0),(44,1,'2015-04-30 14:01:38','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2015-04-30 14:01:38','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=44',1,'nav_menu_item','',0),(46,1,'2015-04-30 14:01:38','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2015-04-30 14:01:38','0000-00-00 00:00:00','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=46',1,'nav_menu_item','',0),(47,1,'2015-05-01 09:56:48','2015-05-01 09:56:48','Testing mobily 111','Mobility 111','','publish','open','open','','mobility-111','','','2015-05-01 09:56:48','2015-05-01 09:56:48','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=47',0,'post','',0),(48,1,'2015-05-01 09:48:20','2015-05-01 09:48:20','','$_12','','inherit','open','open','','_12','','','2015-05-01 09:48:20','2015-05-01 09:48:20','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/12.jpg',0,'attachment','image/jpeg',0),(49,1,'2015-05-01 09:48:23','2015-05-01 09:48:23','','3d_sign_office_wall','','inherit','open','open','','3d_sign_office_wall-2','','','2015-05-01 09:48:23','2015-05-01 09:48:23','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/3d_sign_office_wall.jpg',0,'attachment','image/jpeg',0),(50,1,'2015-05-01 09:48:25','2015-05-01 09:48:25','','111','','inherit','open','open','','111','','','2015-05-01 09:48:25','2015-05-01 09:48:25','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/111.png',0,'attachment','image/png',0),(51,1,'2015-05-01 09:48:29','2015-05-01 09:48:29','','Application-Development','','inherit','open','open','','application-development','','','2015-05-01 09:48:29','2015-05-01 09:48:29','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/Application-Development.jpg',0,'attachment','image/jpeg',0),(52,1,'2015-05-01 09:48:31','2015-05-01 09:48:31','','banner-bottom','','inherit','open','open','','banner-bottom','','','2015-05-01 09:48:31','2015-05-01 09:48:31','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/banner-bottom.gif',0,'attachment','image/gif',0),(53,1,'2015-05-01 09:48:35','2015-05-01 09:48:35','','banner-perf-blog','','inherit','open','open','','banner-perf-blog','','','2015-05-01 09:48:35','2015-05-01 09:48:35','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/banner-perf-blog.png',0,'attachment','image/png',0),(54,1,'2015-05-01 09:48:38','2015-05-01 09:48:38','','bg_consulting2','','inherit','open','open','','bg_consulting2','','','2015-05-01 09:48:38','2015-05-01 09:48:38','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/bg_consulting2.jpg',0,'attachment','image/jpeg',0),(55,1,'2015-05-01 09:48:43','2015-05-01 09:48:43','','bg-banner-fpo','','inherit','open','open','','bg-banner-fpo','','','2015-05-01 09:48:43','2015-05-01 09:48:43','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/bg-banner-fpo.jpg',0,'attachment','image/jpeg',0),(56,1,'2015-05-01 09:48:48','2015-05-01 09:48:48','','bigstock-Business-objects-on-background-38768890-e1380016559557','','inherit','open','open','','bigstock-business-objects-on-background-38768890-e1380016559557','','','2015-05-01 09:48:48','2015-05-01 09:48:48','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/bigstock-Business-objects-on-background-38768890-e1380016559557.jpg',0,'attachment','image/jpeg',0),(57,1,'2015-05-01 09:48:51','2015-05-01 09:48:51','','Brochures','','inherit','open','open','','brochures','','','2015-05-01 09:48:51','2015-05-01 09:48:51','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/Brochures.jpg',0,'attachment','image/jpeg',0),(58,1,'2015-05-01 09:48:56','2015-05-01 09:48:56','','busy_city_street_wallpaper_hd_free','','inherit','open','open','','busy_city_street_wallpaper_hd_free','','','2015-05-01 09:48:56','2015-05-01 09:48:56','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/busy_city_street_wallpaper_hd_free.jpg',0,'attachment','image/jpeg',0),(59,1,'2015-05-01 09:48:59','2015-05-01 09:48:59','','city2','','inherit','open','open','','city2','','','2015-05-01 09:48:59','2015-05-01 09:48:59','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/city2.jpg',0,'attachment','image/jpeg',0),(60,1,'2015-05-01 09:49:02','2015-05-01 09:49:02','','cloud-apps','','inherit','open','open','','cloud-apps','','','2015-05-01 09:49:02','2015-05-01 09:49:02','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/cloud-apps.png',0,'attachment','image/png',0),(61,1,'2015-05-01 09:49:18','2015-05-01 09:49:18','','Computing concept: Golden Cloud With Padlock on digital ba','Cloud computing concept: Golden Cloud With Padlock on digital background, 3d render','inherit','open','open','','computing-concept-golden-cloud-with-padlock-on-digital-ba','','','2015-05-01 09:49:18','2015-05-01 09:49:18','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/cloud-security.jpg',0,'attachment','image/jpeg',0),(62,1,'2015-05-01 09:49:23','2015-05-01 09:49:23','','committedToOurTradeBanner6','','inherit','open','open','','committedtoourtradebanner6','','','2015-05-01 09:49:23','2015-05-01 09:49:23','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/committedToOurTradeBanner6.jpg',0,'attachment','image/jpeg',0),(63,1,'2015-05-01 09:50:20','2015-05-01 09:50:20','','Back view image of young businessman standing against business s','Back view image of young businessman standing against business sketch','inherit','open','open','','back-view-image-of-young-businessman-standing-against-business-s','','','2015-05-01 09:50:20','2015-05-01 09:50:20','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/consulting.jpg',0,'attachment','image/jpeg',0),(64,1,'2015-05-01 09:50:27','2015-05-01 09:50:27','','contact-us_mini','','inherit','open','open','','contact-us_mini','','','2015-05-01 09:50:27','2015-05-01 09:50:27','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/contact-us_mini.jpg',0,'attachment','image/jpeg',0),(65,1,'2015-05-01 09:50:33','2015-05-01 09:50:33','','Cloud Computing Concept','Businessman drawing cloud computing, technology connectivity concept','inherit','open','open','','cloud-computing-concept','','','2015-05-01 09:50:33','2015-05-01 09:50:33','',47,'http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/Depositphotos_21132865_original_72.jpg',0,'attachment','image/jpeg',0),(66,1,'2015-05-01 09:51:52','2015-05-01 09:51:52','dasfsdaf sadf asd f\r\n\r\n[caption id=\"attachment_65\" align=\"alignleft\" width=\"300\"]<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/Depositphotos_21132865_original_72.jpg\"><img class=\"size-medium wp-image-65\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/Depositphotos_21132865_original_72-300x188.jpg\" alt=\"Businessman drawing cloud computing, technology connectivity concept\" width=\"300\" height=\"188\" /></a> Businessman drawing cloud computing, technology connectivity concept[/caption]','DT1111','','publish','open','open','','dt1111','','','2015-05-01 09:51:52','2015-05-01 09:51:52','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=66',0,'post','',0),(67,1,'2015-05-01 09:51:52','2015-05-01 09:51:52','dasfsdaf sadf asd f\r\n\r\n[caption id=\"attachment_65\" align=\"alignleft\" width=\"300\"]<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/Depositphotos_21132865_original_72.jpg\"><img class=\"size-medium wp-image-65\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/Depositphotos_21132865_original_72-300x188.jpg\" alt=\"Businessman drawing cloud computing, technology connectivity concept\" width=\"300\" height=\"188\" /></a> Businessman drawing cloud computing, technology connectivity concept[/caption]','DT1111','','inherit','open','open','','66-revision-v1','','','2015-05-01 09:51:52','2015-05-01 09:51:52','',66,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(68,1,'2015-05-01 09:52:30','2015-05-01 09:52:30','affadf sd asdf asd\r\n\r\n[caption id=\"attachment_63\" align=\"alignleft\" width=\"300\"]<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/consulting.jpg\"><img class=\"size-medium wp-image-63\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/consulting-300x200.jpg\" alt=\"Back view image of young businessman standing against business sketch\" width=\"300\" height=\"200\" /></a> Back view image of young businessman standing against business sketch[/caption]','erp 222','','publish','open','open','','erp-222','','','2015-05-01 09:52:30','2015-05-01 09:52:30','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=68',0,'post','',0),(69,1,'2015-05-01 09:52:30','2015-05-01 09:52:30','affadf sd asdf asd\r\n\r\n[caption id=\"attachment_63\" align=\"alignleft\" width=\"300\"]<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/consulting.jpg\"><img class=\"size-medium wp-image-63\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/consulting-300x200.jpg\" alt=\"Back view image of young businessman standing against business sketch\" width=\"300\" height=\"200\" /></a> Back view image of young businessman standing against business sketch[/caption]','erp 222','','inherit','open','open','','68-revision-v1','','','2015-05-01 09:52:30','2015-05-01 09:52:30','',68,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(70,1,'2015-05-01 09:53:26','2015-05-01 09:53:26','adsfads f\r\n\r\n \r\n\r\n<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/12.jpg\"><img class=\"alignleft size-medium wp-image-48\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/12-300x300.jpg\" alt=\"$_12\" width=\"300\" height=\"300\" />\r\n</a>','mobily 123123','','publish','open','open','','mobily-123123','','','2015-05-01 09:53:26','2015-05-01 09:53:26','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=70',0,'post','',0),(71,1,'2015-05-01 09:53:26','2015-05-01 09:53:26','adsfads f\r\n\r\n \r\n\r\n<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/12.jpg\"><img class=\"alignleft size-medium wp-image-48\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/12-300x300.jpg\" alt=\"$_12\" width=\"300\" height=\"300\" />\r\n</a>','mobily 123123','','inherit','open','open','','70-revision-v1','','','2015-05-01 09:53:26','2015-05-01 09:53:26','',70,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(72,1,'2015-05-01 09:54:07','2015-05-01 09:54:07','<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/city2.jpg\"><img class=\"alignleft size-medium wp-image-59\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/city2-300x200.jpg\" alt=\"city2\" width=\"300\" height=\"200\" /></a>','web tp linking','','publish','open','open','','web-tp-linking','','','2015-05-01 09:54:07','2015-05-01 09:54:07','',0,'http://03a8eb5.netsolhost.com/sitepages/?p=72',0,'post','',0),(73,1,'2015-05-01 09:54:07','2015-05-01 09:54:07','<a href=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/city2.jpg\"><img class=\"alignleft size-medium wp-image-59\" src=\"http://03a8eb5.netsolhost.com/sitepages/wp-content/uploads/2015/05/city2-300x200.jpg\" alt=\"city2\" width=\"300\" height=\"200\" /></a>','web tp linking','','inherit','open','open','','72-revision-v1','','','2015-05-01 09:54:07','2015-05-01 09:54:07','',72,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(74,1,'2015-05-01 09:56:11','2015-05-01 09:56:11','','Cloud Computing','','inherit','open','open','','30-revision-v1','','','2015-05-01 09:56:11','2015-05-01 09:56:11','',30,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(75,1,'2015-05-01 09:56:48','2015-05-01 09:56:48','Testing mobily 111','Mobility 111','','inherit','open','open','','47-revision-v1','','','2015-05-01 09:56:48','2015-05-01 09:56:48','',47,'http://03a8eb5.netsolhost.com/sitepages/?cat=1',0,'revision','',0),(76,1,'2015-05-01 10:06:59','2015-05-01 10:06:59','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@03a8eb5.netsolhost.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on VGrid (http://03a8eb5.netsolhost.com/sitepages)\nsendtosajid@hotmail.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nVGrid <wordpress@03a8eb5.netsolhost.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on VGrid (http://03a8eb5.netsolhost.com/sitepages)\n[your-email]\nReply-To: sendtosajid@hotmail.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','open','open','','contact-form-1','','','2015-05-01 10:06:59','2015-05-01 10:06:59','',0,'http://03a8eb5.netsolhost.com/sitepages/?post_type=wpcf7_contact_form&p=76',0,'wpcf7_contact_form','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_signups` -- DROP TABLE IF EXISTS `wp_signups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_signups` ( `signup_id` bigint(20) NOT NULL auto_increment, `domain` varchar(200) NOT NULL default '', `path` varchar(100) NOT NULL default '', `title` longtext NOT NULL, `user_login` varchar(60) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `registered` datetime NOT NULL default '0000-00-00 00:00:00', `activated` datetime NOT NULL default '0000-00-00 00:00:00', `active` tinyint(1) NOT NULL default '0', `activation_key` varchar(50) NOT NULL default '', `meta` longtext, PRIMARY KEY (`signup_id`), KEY `activation_key` (`activation_key`), KEY `user_email` (`user_email`), KEY `user_login_email` (`user_login`,`user_email`), KEY `domain_path` (`domain`(140),`path`(51)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_signups` -- LOCK TABLES `wp_signups` WRITE; /*!40000 ALTER TABLE `wp_signups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_signups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; 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=MyISAM DEFAULT CHARSET=utf8; 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 (16,9,0),(9,9,0),(19,9,0),(16,4,0),(21,9,0),(19,5,0),(5,9,0),(21,6,0),(9,7,0),(9,8,0),(9,2,0),(34,11,0),(35,11,0),(36,11,0),(37,11,0),(38,8,0),(38,5,0),(47,8,0),(66,9,0),(68,7,0),(70,8,0),(72,2,0),(1,9,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`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; 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 (2,2,'category','',0,1),(13,13,'nav_menu','',0,0),(11,11,'nav_menu','',0,4),(4,4,'post_format','',0,0),(5,5,'post_format','',0,0),(6,6,'post_format','',0,0),(7,7,'category','',0,1),(8,8,'category','',0,2),(9,9,'category','',0,1),(14,14,'nav_menu','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; 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 `name` (`name`(191)), KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; 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 (2,'Web Development','web-development',0),(4,'post-format-aside','post-format-aside',0),(5,'post-format-image','post-format-image',0),(6,'post-format-gallery','post-format-gallery',0),(7,'ERP','erp',0),(8,'Mobility','mobility',0),(9,'Digital Technology','digital-technology',0),(13,'Log In','log-in',0),(11,'Digital Technology','digital-technology',0),(14,'Register','register',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; 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=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; 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,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','sajid1979'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','midnight'),(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','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','3'),(15,1,'session_tokens','a:4:{s:64:\"e4b00f28277a99f5c84260f72fcd2a681cdbc2eabb1a949a48fec13e8db3df2b\";a:4:{s:10:\"expiration\";i:1431591758;s:2:\"ip\";s:13:\"84.235.51.138\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1430382158;}s:64:\"b7d7672611d4bda1f372d008fe9ebb4563a68b87cfae2655429b61eb4f298f52\";a:4:{s:10:\"expiration\";i:1430559360;s:2:\"ip\";s:13:\"84.235.51.138\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1430386560;}s:64:\"167ca9b04f684f8b10c5ca62fa0be082cc21be7d8047d5649f32587d616ff863\";a:4:{s:10:\"expiration\";i:1430573072;s:2:\"ip\";s:13:\"87.101.149.10\";s:2:\"ua\";s:193:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Zune 4.7)\";s:5:\"login\";i:1430400272;}s:64:\"1e6bf5d4e5c3a84c3bd237bac348e4ef6e609bf221c7903002cc91de2fa765ae\";a:4:{s:10:\"expiration\";i:1430573815;s:2:\"ip\";s:13:\"84.235.51.138\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1430401015;}}'),(16,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(17,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(18,1,'wp_user-settings','libraryContent=browse&mfold=o&align=left&urlbutton=post'),(19,1,'wp_user-settings-time','1430402322'),(20,1,'last_activity','2015-04-30 09:02:06'),(21,2,'nickname','tester1'),(22,2,'first_name',''),(23,2,'last_name',''),(24,2,'description',''),(25,2,'rich_editing','true'),(26,2,'comment_shortcuts','false'),(27,2,'admin_color','coffee'),(28,2,'use_ssl','0'),(29,2,'show_admin_bar_front','true'),(30,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(31,2,'wp_user_level','0'),(32,2,'default_password_nag',''),(33,2,'session_tokens','a:1:{s:64:\"2435ec6ae4e1fac86a474ce478816236cdc1f944ee7492167d04a4f245bb3e14\";a:4:{s:10:\"expiration\";i:1431606087;s:2:\"ip\";s:11:\"10.1.49.218\";s:2:\"ua\";s:193:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Zune 4.7)\";s:5:\"login\";i:1430396487;}}'),(35,2,'wp_user-settings','deleted'),(36,2,'wp_user-settings-time','1430400257'),(34,1,'nav_menu_recently_edited','11'),(37,1,'closedpostboxes_post','a:0:{}'),(38,1,'metaboxhidden_post','a:6:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; 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,'sajid1979','1a0d0c4d2606b0605369751a0901e160','sajid1979','sendtosajid@hotmail.com','','2014-08-13 15:26:49','',0,'sajid1979'),(2,'tester1','$P$Bg4Ys48x5m5rvicbq5n39Sq7AiAm6A0','tester1','sajid.designer@gmail.com','','2015-04-30 12:19:52','',0,'tester1'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03a8eb5_3' -- DELIMITER ;; DELIMITER ; /*!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 2015-05-01 20:02:48
© 2017 -
ZeroByte.ID
.