0byt3m1n1
Path:
/
data
/
19
/
3
/
79
/
65
/
3731880
/
meta
/
4148797
/
mysql.backup
/
[
Home
]
File: 1_03b867b_2.mysqlv113.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv113 Database: 1_03b867b_2 -- ------------------------------------------------------ -- 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_Ihrss_plugin` -- DROP TABLE IF EXISTS `wp_Ihrss_plugin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_Ihrss_plugin` ( `Ihrss_id` int(11) NOT NULL auto_increment, `Ihrss_path` text character set utf8 collate utf8_bin NOT NULL, `Ihrss_link` text character set utf8 collate utf8_bin NOT NULL, `Ihrss_target` varchar(50) NOT NULL, `Ihrss_title` varchar(500) NOT NULL, `Ihrss_order` int(11) NOT NULL, `Ihrss_status` varchar(10) NOT NULL, `Ihrss_type` varchar(100) NOT NULL, `Ihrss_extra1` varchar(100) NOT NULL, `Ihrss_extra2` varchar(100) NOT NULL, `Ihrss_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`Ihrss_id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_Ihrss_plugin` -- LOCK TABLES `wp_Ihrss_plugin` WRITE; /*!40000 ALTER TABLE `wp_Ihrss_plugin` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_Ihrss_plugin` 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`) ) 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=4 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,'1','','',0,0),(2,7,'uhekuzuuxo','upezeb@gmailertyq.com','http://lasix-buy-online.net/','91.212.124.147','2015-04-20 21:11:51','2015-04-20 21:11:51','http://flagyl-online-buy.net/ - Flagyl <a href=\"http://priligy-cheapest-price-buy.org/\" rel=\"nofollow\">Cheap Priligy</a> http://lasix-buy-online.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36','',0,0),(3,7,'enefiqaxi','lahuohi@gmailertyq.com','http://lasix-buy-online.net/','91.212.124.147','2015-04-20 21:25:58','2015-04-20 21:25:58','http://flagyl-online-buy.net/ - Buy Flagyl Online <a href=\"http://priligy-cheapest-price-buy.org/\" rel=\"nofollow\">Dapoxetine 60</a> http://lasix-buy-online.net/',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12521 Safari/537.36','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_htmltype` -- DROP TABLE IF EXISTS `wp_gmp_htmltype`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_htmltype` ( `id` int(11) NOT NULL auto_increment, `label` varchar(32) NOT NULL, `description` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `label` (`label`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_htmltype` -- LOCK TABLES `wp_gmp_htmltype` WRITE; /*!40000 ALTER TABLE `wp_gmp_htmltype` DISABLE KEYS */; INSERT INTO `wp_gmp_htmltype` VALUES (1,'text','Text'),(2,'password','Password'),(3,'hidden','Hidden'),(4,'checkbox','Checkbox'),(5,'checkboxlist','Checkboxes'),(6,'datepicker','Date Picker'),(7,'submit','Button'),(8,'img','Image'),(9,'selectbox','Drop Down'),(10,'radiobuttons','Radio Buttons'),(11,'countryList','Countries List'),(12,'selectlist','List'),(13,'countryListMultiple','Country List with posibility to select multiple countries'),(14,'block','Will show only value as text'),(15,'statesList','States List'),(16,'textFieldsDynamicTable','Dynamic table - multiple text options set'),(17,'textarea','Textarea'),(18,'checkboxHiddenVal','Checkbox with Hidden field'); /*!40000 ALTER TABLE `wp_gmp_htmltype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_icons` -- DROP TABLE IF EXISTS `wp_gmp_icons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_icons` ( `id` int(11) NOT NULL auto_increment, `title` varchar(100) default NULL, `description` text, `path` varchar(250) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=129 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_icons` -- LOCK TABLES `wp_gmp_icons` WRITE; /*!40000 ALTER TABLE `wp_gmp_icons` DISABLE KEYS */; INSERT INTO `wp_gmp_icons` VALUES (1,'bicycle','blue,big,bicycle','blue_bicycle.png'),(2,'car','blue,car,big','blue_car.png'),(3,'caffe','blue,big,caffe','blue_coffe.png'),(4,'food','blue, big,food','blue_food.png'),(5,'gas','blue,big,gas','blue_gas.png'),(6,'home','blue,home,big','blue_home.png'),(7,'house','blue,house,big','blue_house.png'),(8,'plane','blue,big,plane','blue_plane.png'),(9,'train','blue,big,train','blue_train.png'),(10,'bed','bed,green,rectangle','gps_bed_green.png'),(11,'rect_bycycle','blue,bicycle,rectangle','gps_bicicle_blue.png'),(12,'bicycle','green,bicycle,rectangle','gps_bicycle_green.png'),(13,'car','car,blue,rectangle','gps_car_blue.png'),(14,'car','car,green,rectangle','gps_car_green.png'),(15,'clock','clock,blue,rectangle','gps_click_blue.png'),(16,'clock','clock,green,rectangle','gps_clock_green.png'),(17,'flag','flag,blue,rectangle','gps_flag_blue.png'),(18,'flag','flag,green,rectangle','gps_flag_green.png'),(19,'_food','food,blue,rectangle','gps_food_blue.png'),(20,'food','food,blue,rectangle','gps_food_green.png'),(21,'house','house,blue,rectangle','gps_home_blue.png'),(22,'house','house,blue,rectangle','gps_home_green.png'),(23,'phone','phone,blue,rectangle','gps_phone_blue.png'),(24,'phone','phone,green,rectangle','gps_phone_green.png'),(25,'zoom','blue,rectangle','gps_zoom_blue.png'),(26,'phone','green,rectangle','gps_zoom_green.png'),(27,'bed','blue,rectangle','hps_bad_blue.png'),(28,'bed','orange,rectangle','gps_bed_orange.png'),(29,'bicycle','orange,rectangle','gps_bicycle_orange.png'),(30,'car','orange,rectangle','gps_car_orange.png'),(31,'clock','orange,rectangle','gps_clock_orange.png'),(32,'flag','orange,rectangle','gps_flag_orange.png'),(33,'food','orange,rectangle','gps_food_orange.png'),(34,'house','orange,rectangle','gps_home_orange.png'),(35,'phone','orange,rectangle','gps_phone_orange.png'),(36,'zoom','orange,rectangle','gps_zoom_orange.png'),(37,'marker','blue,white,star,pin','bblue.png'),(38,'marker','green,white,star,pin','bgreen.png'),(39,'marker','purple,white,star,pin','purple.png'),(40,'marker','blue,white,star,pin','bred.png'),(41,'marker','blue,pin','blue.png'),(42,'marker','gray,pin','gray.png'),(43,'marker','green,pin','green.png'),(44,'marker','pin,yellow','orange.png'),(45,'marker','pin,red','red.png'),(46,'bed','red,rectangle','gps_bed_red.png'),(47,'bicycle','red,rectangle','gps_bicycle_red.png'),(48,'car','red,rectangle','gps_car_red.png'),(49,'clock','red,rectangle','gps_clock_red.png'),(50,'flag','red,rectangle','gps_flag_red.png'),(51,'food','red,rectangle','gps_food_red.png'),(52,'house','red,rectangle','gps_home_red.png'),(53,'phone','red,rectangle','gps_phone_red.png'),(54,'zoom','red,rectangle','gps_zoom_red.png'),(55,'flag','gray','flag_black.png'),(56,'flag','blue','flag_blue.png'),(57,'flag','green','flag_green.png'),(58,'flag','orange','flag_orange.png'),(59,'flag','purple','flag_purple.png'),(60,'flag','red','flag_red.png'),(61,'auto','orange,auto','atv.png'),(62,'marker','pin,cycle,blue','blue_circle.png'),(63,'marker','white,blue,pin','blue_orifice.png'),(64,'marker','blue,pin','blue_std.png'),(65,'butterfly','purple','butterfly.png'),(66,'pin','buy,blue','buy.png'),(67,'finish','orange','finish.png'),(68,'auto','orange,car','fourbyfour.png'),(69,'pin','green,marker,cycle','green_circle.png'),(70,'pin','green,cycle','green_orifice.png'),(71,'pin','green','green_std.png'),(72,'pin','guitar,pin,purple','guitar.png'),(73,'home','red,pin','home_red2.png'),(74,'karting','orange,car','karting.png'),(75,'car','gray','marker_0.png'),(76,'car','green','marker_1.png'),(77,'car','red','marker_2.png'),(78,'car','blue','marker_first.png'),(79,'hand','brown,dark','marker_hand.png'),(80,'ice','cold,ice,blue','marker_ice.png'),(81,'car','yellow','marker_last.png'),(82,'hearth','red','marker_love.png'),(83,'motobike','orange','motorbike.png'),(84,'pin','orange,cycle','orange_circle.png'),(85,'pin','orange,cycle','orange_orifice.png'),(86,'pin','orange','orange_std.png'),(87,'paw','pin,blue','paw_blue.png'),(88,'paw','pin,brown','paw_brown.png'),(89,'paw','pin,gray','paw_gray.png'),(90,'paw','pin,green','paw_green.png'),(91,'paw','pin,orange','paw_orange.png'),(92,'paw','pin,purple','paw_purple.png'),(93,'pin','people,green','people.png'),(94,'photo','pin,orange','photo_orange.png'),(95,'pin','purple,cycle','purple_circle.png'),(96,'pin','purple,cycle','purple_orifice.png'),(97,'pin','purple','purple_std.png'),(98,'radio-car','orange,car','radio-control-model-car.png'),(99,'pin','red,cycle','red_circle.png'),(100,'pin','red,cycle','red_orifice.png'),(101,'pin','red','red_std.png'),(102,'hearth','red,cycle','round_hearth.png'),(103,'ice','cold,blue,cycle','round_ice.png'),(104,'key','cycle,steel,gray','round_key.png'),(105,'radiation','purple,cycle','round_radioactive.png'),(106,'sheet','green,cycle','round_sheet.png'),(107,'star','orange,cycle','round_star.png'),(108,'sheet','green','sheet.png'),(109,'snowmobile','bike,orange','snowmobiling.png'),(110,'sportcar','car,orange','sportscar.png'),(111,'jeep','car,orange','sportutilityvehicle.png'),(112,'star','black,dark,pin','star_pin_black.png'),(113,'star','blue,pin','star_pin_blue.png'),(114,'star','green,pin','star_pin_green.png'),(115,'star','orange,pin','star_pin_orange.png'),(116,'star','purple','star_pin_purple.png'),(117,'star','red,pin','star_pin_red.png'),(118,'pin','gray,white,cycle','white_circlepng.png'),(119,'pin','gray,white,cycle','white_orifice.png'),(120,'pin','white,gray','white_std.png'),(121,'pin','yellow,cycle','yellow_circlepng.png'),(122,'pin','yellow,cycle','yellow_orifice.png'),(123,'pin','yellow','yellow_std.png'),(124,'marker','red','marker.png'),(125,'marker','blue','marker_blue.png'),(126,'marker','red,letter','markerA.png'),(127,'marker','orange','marker_orange.png'),(128,'marker','green','marker_green.png'); /*!40000 ALTER TABLE `wp_gmp_icons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_maps` -- DROP TABLE IF EXISTS `wp_gmp_maps`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_maps` ( `id` int(11) NOT NULL auto_increment, `title` varchar(125) NOT NULL, `description` text, `params` text, `html_options` text NOT NULL, `create_date` datetime default NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_maps` -- LOCK TABLES `wp_gmp_maps` WRITE; /*!40000 ALTER TABLE `wp_gmp_maps` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gmp_maps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_marker_groups` -- DROP TABLE IF EXISTS `wp_gmp_marker_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_marker_groups` ( `id` int(11) NOT NULL auto_increment, `title` varchar(250) default NULL, `description` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_marker_groups` -- LOCK TABLES `wp_gmp_marker_groups` WRITE; /*!40000 ALTER TABLE `wp_gmp_marker_groups` DISABLE KEYS */; INSERT INTO `wp_gmp_marker_groups` VALUES (1,'Default Group','Default Group'); /*!40000 ALTER TABLE `wp_gmp_marker_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_markers` -- DROP TABLE IF EXISTS `wp_gmp_markers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_markers` ( `id` int(11) NOT NULL auto_increment, `title` varchar(125) NOT NULL, `description` text, `coord_x` varchar(30) NOT NULL, `coord_y` varchar(30) NOT NULL, `icon` int(11) default NULL, `map_id` int(11) default NULL, `marker_group_id` int(11) default NULL, `address` text, `animation` int(1) default NULL, `create_date` datetime default NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_markers` -- LOCK TABLES `wp_gmp_markers` WRITE; /*!40000 ALTER TABLE `wp_gmp_markers` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gmp_markers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_modules` -- DROP TABLE IF EXISTS `wp_gmp_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_modules` ( `id` int(11) NOT NULL auto_increment, `code` varchar(64) NOT NULL, `active` tinyint(1) NOT NULL default '0', `type_id` smallint(3) NOT NULL default '0', `params` text, `has_tab` tinyint(1) NOT NULL default '0', `label` varchar(128) default NULL, `description` text, `ex_plug_dir` varchar(255) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_modules` -- LOCK TABLES `wp_gmp_modules` WRITE; /*!40000 ALTER TABLE `wp_gmp_modules` DISABLE KEYS */; INSERT INTO `wp_gmp_modules` VALUES (1,'adminmenu',1,1,'',0,'Admin Menu','',NULL),(2,'options',1,1,'',1,'Options','',NULL),(3,'user',1,1,'',1,'Users','',NULL),(4,'templates',1,1,'',1,'Templates for Plugin','',NULL),(5,'shortcodes',1,6,'',0,'Shortcodes','Shortcodes data',NULL),(6,'gmap',1,1,'',1,'Gmap','Gmap',NULL),(7,'marker',1,1,'',0,'Markers','Google Maps Markers',NULL),(8,'marker_groups',1,1,'',0,'Marker Gropus','Marker Groups',NULL),(9,'promo_ready',1,1,'',0,'Promo Ready','Promo Ready',NULL),(10,'icons',1,1,'',1,'Marker Icons','Marker Icons',NULL),(11,'csv',1,1,'',0,'csv','csv',NULL),(12,'gmap_widget',1,1,'',0,'gmap_widget','gmap_widget',NULL); /*!40000 ALTER TABLE `wp_gmp_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_modules_type` -- DROP TABLE IF EXISTS `wp_gmp_modules_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_modules_type` ( `id` int(11) NOT NULL auto_increment, `label` varchar(64) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_modules_type` -- LOCK TABLES `wp_gmp_modules_type` WRITE; /*!40000 ALTER TABLE `wp_gmp_modules_type` DISABLE KEYS */; INSERT INTO `wp_gmp_modules_type` VALUES (1,'system'),(2,'payment'),(3,'shipping'),(4,'widget'),(5,'product_extra'),(6,'addons'),(7,'template'); /*!40000 ALTER TABLE `wp_gmp_modules_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_options` -- DROP TABLE IF EXISTS `wp_gmp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_options` ( `id` int(11) NOT NULL auto_increment, `code` varchar(64) character set latin1 NOT NULL, `value` text, `label` varchar(128) character set latin1 default NULL, `description` text character set latin1, `htmltype_id` smallint(2) NOT NULL default '1', `params` text, `cat_id` mediumint(3) default '0', `sort_order` mediumint(3) default '0', `value_type` varchar(16) character set latin1 default NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`), KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_options` -- LOCK TABLES `wp_gmp_options` WRITE; /*!40000 ALTER TABLE `wp_gmp_options` DISABLE KEYS */; INSERT INTO `wp_gmp_options` VALUES (1,'save_statistic','0','Save Statistic',NULL,1,NULL,0,0,NULL),(2,'infowindow_size','a:2:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}','Info Window Size',NULL,1,NULL,0,0,'array'); /*!40000 ALTER TABLE `wp_gmp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_options_categories` -- DROP TABLE IF EXISTS `wp_gmp_options_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_options_categories` ( `id` int(11) NOT NULL auto_increment, `label` varchar(128) NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_options_categories` -- LOCK TABLES `wp_gmp_options_categories` WRITE; /*!40000 ALTER TABLE `wp_gmp_options_categories` DISABLE KEYS */; INSERT INTO `wp_gmp_options_categories` VALUES (1,'General'),(2,'Template'),(3,'Subscribe'),(4,'Social'); /*!40000 ALTER TABLE `wp_gmp_options_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gmp_usage_stat` -- DROP TABLE IF EXISTS `wp_gmp_usage_stat`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_gmp_usage_stat` ( `id` int(11) NOT NULL auto_increment, `code` varchar(64) NOT NULL, `visits` int(11) NOT NULL default '0', `spent_time` int(11) NOT NULL default '0', `modify_timestamp` timestamp NOT NULL default CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_gmp_usage_stat` -- LOCK TABLES `wp_gmp_usage_stat` WRITE; /*!40000 ALTER TABLE `wp_gmp_usage_stat` DISABLE KEYS */; INSERT INTO `wp_gmp_usage_stat` VALUES (1,'installed',1,0,'2014-10-09 02:15:26'); /*!40000 ALTER TABLE `wp_gmp_usage_stat` 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=2494 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://almaatahc.com/wphome','yes'),(2,'blogname','Alma-Ata Healthcare','yes'),(3,'blogdescription','"Healthcare for all. Salud para todos."','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','it@almaatahc.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','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','0','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','1','yes'),(18,'default_comment_status','closed','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','','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:3:{i:0;s:25:\"google-maps-ready/gmp.php\";i:1;s:81:\"image-horizontal-reel-scroll-slideshow/image-horizontal-reel-scroll-slideshow.php\";i:2;s:35:\"si-contact-form/si-contact-form.php\";}','yes'),(33,'home','http://almaatahc.com/wphome','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:119:\"\\\\WDP\\DFS\\30\\7\\2\\4\\3040017427\\user\\sites\\4148797.site\\www\\wphome/wp-content/plugins/si-contact-form/si-contact-form.php\";i:1;s:103:\"\\\\WDP\\DFS\\30\\7\\2\\4\\3040017427\\user\\sites\\4148797.site\\www\\wphome/wp-content/plugins/akismet/akismet.php\";i:2;s:100:\"\\\\WDP\\DFS\\30\\7\\2\\4\\3040017427\\user\\sites\\4148797.site\\www\\wphome/wp-content/themes/the-box/style.css\";i:3;s:165:\"\\\\WDP\\DFS\\30\\7\\2\\4\\3040017427\\user\\sites\\4148797.site\\www\\wphome/wp-content/plugins/image-horizontal-reel-scroll-slideshow/image-horizontal-reel-scroll-slideshow.php\";i:4;s:0:\"\";}','no'),(41,'template','the-box','yes'),(42,'stylesheet','the-box','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','29632','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','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','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:26:\"[si-contact-form form=\'1\']\";s:6:\"filter\";b:0;}}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','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:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:17:\"recent-comments-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";i:3;s:10:\"archives-2\";i:4;s:14:\"recent-posts-2\";i:5;s:8:\"search-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:4:{i:1457484397;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:1457484459;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:1457487151;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'),(135,'WPLANG','','yes'),(108,'_transient_random_seed','46982c85908ed37db54ae7cb86d9b1bd','yes'),(109,'auth_key','CafD&NS$Ah24u)Y]/lFKYMveo{c5l%_CuU0n1H,%O`*GI7PQ[R>:hcI=@7^#l27U','yes'),(136,'db_upgraded','','yes'),(443,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"it@almaatahc.com\";s:7:\"version\";s:6:\"4.0.10\";s:9:\"timestamp\";i:1454538841;}','yes'),(141,'_transient_twentyfourteen_category_count','1','yes'),(2489,'_site_transient_timeout_theme_roots','1457445055','yes'),(2490,'_site_transient_theme_roots','a:7:{s:6:\"enigma\";s:7:\"/themes\";s:6:\"simone\";s:7:\"/themes\";s:7:\"the-box\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";s:6:\"virtue\";s:7:\"/themes\";}','yes'),(110,'auth_salt','&#|^hTC`C+Enlep4 ceYba^LK8{{wstWB^*(@kup*r5AHec~FdWb<#ZkaM7}njC:','yes'),(111,'logged_in_key','5=`T]AHz^Q{m)$Kb?fV_^jo`d`J7hE)[.=Mzil&bX${h{*xY&2QoxX5L4he5&&=i','yes'),(112,'logged_in_salt','!f5,K6(&oc,j$IF44bU_Qo.wt9,$mwB`Lw:kWX2#v$9E&pfL`^`dt<CMP=J{p*8H','yes'),(113,'nonce_key','2aO$d9ol9q^_I&mUN&5phME~W4!!Ka*.nS*I{BD.+zWH<n|8yaAIi`}BMc=Vmqh-','yes'),(114,'nonce_salt','p/c ($;OWgD DP53*T!NYV{@[zsG7Z!p]xd0Oq5]$3G}1-*gUuoESd)O:){Mp-?n','yes'),(148,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1412816473;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(149,'current_theme','The Box','yes'),(150,'theme_mods_the-box','a:10:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"252525\";s:16:\"background_color\";s:6:\"f0f3f5\";s:12:\"header_image\";s:84:\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/cropped-Final-FULL-sign-0.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:5;s:3:\"url\";s:84:\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/cropped-Final-FULL-sign-0.jpg\";s:13:\"thumbnail_url\";s:84:\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/cropped-Final-FULL-sign-0.jpg\";s:6:\"height\";i:390;s:5:\"width\";i:980;}s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:6:\"scroll\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(151,'theme_switched','','yes'),(152,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(153,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(154,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(155,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(156,'color_primary','#0c4cad','yes'),(2493,'_transient_doing_cron','1489427507.7910680770874023437500','yes'),(168,'recently_activated','a:0:{}','yes'),(191,'thebox_theme_options','a:9:{s:7:\"hiderss\";i:1;s:11:\"facebookurl\";s:0:\"\";s:10:\"twitterurl\";s:0:\"\";s:13:\"googleplusurl\";s:0:\"\";s:11:\"linkedinurl\";s:0:\"\";s:12:\"instagramurl\";s:0:\"\";s:10:\"youtubeurl\";s:0:\"\";s:12:\"pinteresturl\";s:0:\"\";s:14:\"stumbleuponurl\";s:0:\"\";}','yes'),(190,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(174,'Ihrss_title','Horizontal Slideshow','yes'),(175,'Ihrss_sliderwidth','400','yes'),(176,'Ihrss_sliderheight','75','yes'),(177,'Ihrss_slidespeed','1','yes'),(178,'Ihrss_slidebgcolor','#ffffff','yes'),(179,'Ihrss_slideshowgap','10','yes'),(180,'Ihrss_random','YES','yes'),(181,'Ihrss_type','Widget','yes'),(230,'_transient_is_multi_author','0','yes'),(231,'_transient_all_the_cool_cats','1','yes'),(201,'wp_gmp_db_version','1.2.4','yes'),(202,'wp_gmp_db_installed','1','yes'),(203,'gmp_def_icons_installed','1','yes'),(204,'gmpchecked_reg_plugs_time','1489427507','yes'),(215,'fs_contact_global','a:11:{s:12:\"fscf_version\";s:6:\"4.0.30\";s:7:\"donated\";s:5:\"false\";s:18:\"vcita_auto_install\";s:5:\"false\";s:13:\"vcita_dismiss\";s:5:\"false\";s:17:\"vcita_initialized\";s:5:\"false\";s:22:\"vcita_show_disable_msg\";s:5:\"false\";s:10:\"vcita_site\";s:13:\"www.vcita.com\";s:19:\"enable_php_sessions\";s:5:\"false\";s:19:\"num_standard_fields\";s:1:\"4\";s:12:\"max_form_num\";s:1:\"2\";s:9:\"form_list\";a:2:{i:1;s:8:\"New Form\";i:2;s:6:\"Form 2\";}}','yes'),(234,'widget_image-horizontal-reel-scroll-slideshow','a:0:{}','yes'),(216,'fs_contact_form1','a:166:{s:9:\"form_name\";s:8:\"New Form\";s:7:\"welcome\";s:41:\"<p>Comments or questions are welcome.</p>\";s:8:\"email_to\";s:21:\"Support@almaatahc.com\";s:9:\"email_bcc\";s:0:\"\";s:13:\"email_subject\";s:28:\"Alma-Ata Healthcare Contact:\";s:10:\"email_from\";s:0:\"\";s:14:\"email_reply_to\";s:0:\"\";s:6:\"fields\";a:4:{i:0;a:21:{s:8:\"standard\";s:1:\"1\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:5:\"Name:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:9:\"full_name\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:1;a:21:{s:8:\"standard\";s:1:\"2\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:6:\"Email:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:5:\"email\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:2;a:21:{s:8:\"standard\";s:1:\"3\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:8:\"Subject:\";s:4:\"type\";s:4:\"text\";s:4:\"slug\";s:7:\"subject\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}i:3;a:21:{s:8:\"standard\";s:1:\"4\";s:6:\"delete\";s:5:\"false\";s:5:\"label\";s:8:\"Message:\";s:4:\"type\";s:8:\"textarea\";s:4:\"slug\";s:7:\"message\";s:3:\"req\";s:4:\"true\";s:7:\"default\";s:0:\"\";s:7:\"options\";s:0:\"\";s:7:\"max_len\";s:0:\"\";s:10:\"attributes\";s:0:\"\";s:5:\"regex\";s:0:\"\";s:11:\"regex_error\";s:0:\"\";s:9:\"label_css\";s:0:\"\";s:9:\"input_css\";s:0:\"\";s:5:\"notes\";s:0:\"\";s:11:\"notes_after\";s:0:\"\";s:7:\"disable\";s:5:\"false\";s:6:\"follow\";s:5:\"false\";s:6:\"inline\";s:5:\"false\";s:10:\"hide_label\";s:5:\"false\";s:11:\"placeholder\";s:5:\"false\";}}s:11:\"name_format\";s:4:\"name\";s:16:\"auto_fill_enable\";s:4:\"true\";s:11:\"date_format\";s:10:\"mm/dd/yyyy\";s:13:\"cal_start_day\";s:1:\"0\";s:11:\"time_format\";s:2:\"12\";s:12:\"attach_types\";s:33:\"doc,docx,pdf,txt,gif,jpg,jpeg,png\";s:11:\"attach_size\";s:3:\"1mb\";s:12:\"title_border\";s:12:\"Contact Form\";s:14:\"external_style\";s:5:\"false\";s:10:\"form_style\";s:27:\"width:99%; max-width:555px;\";s:14:\"left_box_style\";s:39:\"float:left; width:55%; max-width:270px;\";s:15:\"right_box_style\";s:24:\"float:left; width:235px;\";s:11:\"clear_style\";s:11:\"clear:both;\";s:16:\"field_left_style\";s:70:\"clear:left; float:left; width:99%; max-width:550px; margin-right:10px;\";s:18:\"field_follow_style\";s:58:\"float:left; padding-left:10px; width:99%; max-width:250px;\";s:21:\"field_prefollow_style\";s:70:\"clear:left; float:left; width:99%; max-width:250px; margin-right:10px;\";s:11:\"title_style\";s:33:\"text-align:left; padding-top:5px;\";s:15:\"field_div_style\";s:16:\"text-align:left;\";s:20:\"captcha_div_style_sm\";s:42:\"width:175px; height:50px; padding-top:2px;\";s:19:\"captcha_div_style_m\";s:42:\"width:250px; height:65px; padding-top:2px;\";s:19:\"captcha_image_style\";s:72:\"border-style:none; margin:0; padding:0px; padding-right:5px; float:left;\";s:26:\"captcha_reload_image_style\";s:64:\"border-style:none; margin:0; padding:0px; vertical-align:bottom;\";s:16:\"submit_div_style\";s:46:\"text-align:left; clear:both; padding-top:15px;\";s:12:\"border_style\";s:65:\"border:1px solid black; width:99%; max-width:550px; padding:10px;\";s:14:\"required_style\";s:16:\"text-align:left;\";s:19:\"required_text_style\";s:16:\"text-align:left;\";s:10:\"hint_style\";s:38:\"font-size:x-small; font-weight:normal;\";s:11:\"error_style\";s:27:\"text-align:left; color:red;\";s:14:\"redirect_style\";s:16:\"text-align:left;\";s:14:\"fieldset_style\";s:65:\"border:1px solid black; width:97%; max-width:500px; padding:10px;\";s:11:\"label_style\";s:16:\"text-align:left;\";s:18:\"option_label_style\";s:15:\"display:inline;\";s:11:\"field_style\";s:54:\"text-align:left; margin:0; width:99%; max-width:250px;\";s:19:\"captcha_input_style\";s:38:\"text-align:left; margin:0; width:50px;\";s:14:\"textarea_style\";s:68:\"text-align:left; margin:0; width:99%; max-width:250px; height:120px;\";s:12:\"select_style\";s:16:\"text-align:left;\";s:14:\"checkbox_style\";s:11:\"width:13px;\";s:11:\"radio_style\";s:11:\"width:13px;\";s:17:\"placeholder_style\";s:27:\"opacity:0.6; color:#333333;\";s:12:\"button_style\";s:25:\"cursor:pointer; margin:0;\";s:11:\"reset_style\";s:25:\"cursor:pointer; margin:0;\";s:18:\"vcita_button_style\";s:156:\"text-decoration:none; display:block; text-align:center; background:linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); color:#fff !important; padding:8px;\";s:22:\"vcita_div_button_style\";s:63:\"border-left:1px dashed #ccc; margin-top:25px; padding:8px 20px;\";s:16:\"powered_by_style\";s:74:\"font-size:x-small; font-weight:normal; padding-top:5px; text-align:center;\";s:22:\"req_field_label_enable\";s:4:\"true\";s:16:\"tooltip_required\";s:0:\"\";s:26:\"req_field_indicator_enable\";s:4:\"true\";s:19:\"req_field_indicator\";s:1:\"*\";s:10:\"title_dept\";s:0:\"\";s:12:\"title_select\";s:0:\"\";s:10:\"title_name\";s:0:\"\";s:11:\"title_fname\";s:0:\"\";s:11:\"title_lname\";s:0:\"\";s:11:\"title_mname\";s:0:\"\";s:12:\"title_miname\";s:0:\"\";s:11:\"title_email\";s:0:\"\";s:12:\"title_email2\";s:0:\"\";s:10:\"title_subj\";s:0:\"\";s:10:\"title_mess\";s:0:\"\";s:10:\"title_capt\";s:0:\"\";s:12:\"title_submit\";s:0:\"\";s:16:\"title_submitting\";s:0:\"\";s:11:\"title_reset\";s:0:\"\";s:16:\"title_areyousure\";s:0:\"\";s:17:\"text_message_sent\";s:0:\"\";s:17:\"text_print_button\";s:0:\"\";s:15:\"tooltip_captcha\";s:0:\"\";s:15:\"tooltip_refresh\";s:0:\"\";s:17:\"tooltip_filetypes\";s:0:\"\";s:16:\"tooltip_filesize\";s:0:\"\";s:13:\"error_correct\";s:0:\"\";s:20:\"error_contact_select\";s:0:\"\";s:13:\"error_subject\";s:0:\"\";s:10:\"error_name\";s:0:\"\";s:11:\"error_field\";s:0:\"\";s:12:\"error_select\";s:0:\"\";s:11:\"error_email\";s:0:\"\";s:17:\"error_email_check\";s:0:\"\";s:12:\"error_email2\";s:0:\"\";s:9:\"error_url\";s:0:\"\";s:10:\"error_date\";s:0:\"\";s:10:\"error_time\";s:0:\"\";s:12:\"error_maxlen\";s:0:\"\";s:19:\"error_captcha_blank\";s:0:\"\";s:19:\"error_captcha_wrong\";s:0:\"\";s:13:\"error_spambot\";s:0:\"\";s:11:\"error_input\";s:0:\"\";s:14:\"captcha_enable\";s:4:\"true\";s:18:\"captcha_perm_level\";s:4:\"read\";s:19:\"akismet_send_anyway\";s:4:\"true\";s:14:\"domain_protect\";s:4:\"true\";s:20:\"domain_protect_names\";s:0:\"\";s:22:\"auto_respond_from_name\";s:19:\"Alma-Ata Healthcare\";s:23:\"auto_respond_from_email\";s:21:\"Support@almaatahc.com\";s:21:\"auto_respond_reply_to\";s:21:\"Support@almaatahc.com\";s:20:\"auto_respond_subject\";s:12:\"Contact form\";s:20:\"auto_respond_message\";s:0:\"\";s:15:\"redirect_enable\";s:4:\"true\";s:16:\"redirect_seconds\";i:3;s:12:\"redirect_url\";s:27:\"http://almaatahc.com/wphome\";s:15:\"redirect_ignore\";s:0:\"\";s:15:\"redirect_rename\";s:0:\"\";s:12:\"redirect_add\";s:0:\"\";s:17:\"php_mailer_enable\";s:9:\"wordpress\";s:17:\"submit_attributes\";s:0:\"\";s:15:\"form_attributes\";s:0:\"\";s:13:\"anchor_enable\";s:4:\"true\";s:18:\"sender_info_enable\";s:4:\"true\";s:22:\"enable_submit_oneclick\";s:4:\"true\";s:15:\"after_form_note\";s:0:\"\";s:17:\"success_page_html\";s:0:\"\";s:11:\"silent_send\";s:3:\"off\";s:10:\"silent_url\";s:0:\"\";s:13:\"silent_ignore\";s:0:\"\";s:13:\"silent_rename\";s:0:\"\";s:10:\"silent_add\";s:0:\"\";s:24:\"silent_conditional_field\";s:0:\"\";s:24:\"silent_conditional_value\";s:0:\"\";s:13:\"export_ignore\";s:0:\"\";s:13:\"export_rename\";s:0:\"\";s:10:\"export_add\";s:0:\"\";s:14:\"vcita_approved\";s:5:\"false\";s:9:\"vcita_uid\";s:0:\"\";s:11:\"vcita_email\";s:0:\"\";s:15:\"vcita_email_new\";s:21:\"support@almaatahc.com\";s:16:\"vcita_first_name\";s:0:\"\";s:15:\"vcita_last_name\";s:0:\"\";s:29:\"vcita_scheduling_button_label\";s:23:\"Schedule an Appointment\";s:26:\"vcita_scheduling_link_text\";s:68:\"Click above to schedule an appointment using vCita Online Scheduling\";s:19:\"email_from_enforced\";s:5:\"false\";s:21:\"preserve_space_enable\";s:5:\"false\";s:12:\"double_email\";s:5:\"false\";s:16:\"name_case_enable\";s:5:\"false\";s:15:\"email_check_dns\";s:5:\"false\";s:10:\"email_html\";s:5:\"false\";s:15:\"akismet_disable\";s:5:\"false\";s:13:\"captcha_small\";s:5:\"false\";s:16:\"email_hide_empty\";s:5:\"false\";s:22:\"email_keep_attachments\";s:5:\"false\";s:17:\"print_form_enable\";s:5:\"false\";s:12:\"captcha_perm\";s:5:\"false\";s:15:\"honeypot_enable\";s:5:\"false\";s:14:\"redirect_query\";s:5:\"false\";s:18:\"redirect_email_off\";s:5:\"false\";s:16:\"silent_email_off\";s:5:\"false\";s:16:\"export_email_off\";s:5:\"false\";s:19:\"ex_fields_after_msg\";s:5:\"false\";s:18:\"email_inline_label\";s:5:\"false\";s:19:\"textarea_html_allow\";s:5:\"false\";s:17:\"enable_areyousure\";s:5:\"false\";s:19:\"auto_respond_enable\";s:5:\"false\";s:17:\"auto_respond_html\";s:5:\"false\";s:13:\"border_enable\";s:5:\"false\";s:13:\"aria_required\";s:5:\"false\";s:12:\"enable_reset\";s:5:\"false\";s:18:\"enable_credit_link\";s:5:\"false\";s:23:\"vcita_scheduling_button\";s:5:\"false\";s:10:\"vcita_link\";s:5:\"false\";}','yes'),(2327,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.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.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.2.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.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.2\";s:7:\"version\";s:5:\"4.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.3\";s:7:\"version\";s:5:\"4.3.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.7.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.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.2.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.2.7\";s:7:\"version\";s:5:\"4.2.7\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.1.10\";s:7:\"version\";s:6:\"4.1.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}}s:12:\"last_checked\";i:1457443253;s:15:\"version_checked\";s:6:\"4.0.10\";s:12:\"translations\";a:0:{}}','yes'),(2491,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1457443258;s:7:\"checked\";a:7:{s:6:\"enigma\";s:3:\"1.2\";s:6:\"simone\";s:6:\"1.0.10\";s:7:\"the-box\";s:5:\"1.3.5\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";s:6:\"virtue\";s:5:\"2.2.5\";}s:8:\"response\";a:7:{s:6:\"enigma\";a:4:{s:5:\"theme\";s:6:\"enigma\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:36:\"https://wordpress.org/themes/enigma/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/theme/enigma.2.2.zip\";}s:6:\"simone\";a:4:{s:5:\"theme\";s:6:\"simone\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:36:\"https://wordpress.org/themes/simone/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/simone.2.1.1.zip\";}s:7:\"the-box\";a:4:{s:5:\"theme\";s:7:\"the-box\";s:11:\"new_version\";s:7:\"1.4.2.1\";s:3:\"url\";s:37:\"https://wordpress.org/themes/the-box/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/the-box.1.4.2.1.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.6.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.7.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.9.zip\";}s:6:\"virtue\";a:4:{s:5:\"theme\";s:6:\"virtue\";s:11:\"new_version\";s:5:\"2.6.6\";s:3:\"url\";s:36:\"https://wordpress.org/themes/virtue/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/virtue.2.6.6.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(2492,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1457443257;s:8:\"response\";a:3:{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.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.8.zip\";}s:35:\"si-contact-form/si-contact-form.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"9891\";s:4:\"slug\";s:15:\"si-contact-form\";s:6:\"plugin\";s:35:\"si-contact-form/si-contact-form.php\";s:11:\"new_version\";s:6:\"4.0.41\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/si-contact-form/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/si-contact-form.zip\";}s:81:\"image-horizontal-reel-scroll-slideshow/image-horizontal-reel-scroll-slideshow.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"22427\";s:4:\"slug\";s:38:\"image-horizontal-reel-scroll-slideshow\";s:6:\"plugin\";s:81:\"image-horizontal-reel-scroll-slideshow/image-horizontal-reel-scroll-slideshow.php\";s:11:\"new_version\";s:4:\"11.8\";s:3:\"url\";s:69:\"https://wordpress.org/plugins/image-horizontal-reel-scroll-slideshow/\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/plugin/image-horizontal-reel-scroll-slideshow.zip\";s:14:\"upgrade_notice\";s:16:\"Tested up to 4.4\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}}}','yes'),(235,'widget_gmpmapswidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(266,'category_children','a:0:{}','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`) ) ENGINE=MyISAM AUTO_INCREMENT=122 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','2014/10/Final-FULL-sign-0.jpg'),(3,4,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:1728;s:4:\"file\";s:29:\"2014/10/Final-FULL-sign-0.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Final-FULL-sign-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:29:\"Final-FULL-sign-0-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:30:\"Final-FULL-sign-0-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:29:\"Final-FULL-sign-0-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;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;}}'),(4,5,'_wp_attached_file','2014/10/cropped-Final-FULL-sign-0.jpg'),(5,5,'_wp_attachment_context','custom-header'),(6,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:390;s:4:\"file\";s:37:\"2014/10/cropped-Final-FULL-sign-0.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Final-FULL-sign-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:37:\"cropped-Final-FULL-sign-0-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-Final-FULL-sign-0-600x238.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:238;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;}}'),(7,5,'_wp_attachment_custom_header_last_used_the-box','1412823610'),(8,5,'_wp_attachment_is_custom_header','the-box'),(9,2,'_edit_lock','1412818332:1'),(10,2,'_edit_last','1'),(11,7,'_edit_last','1'),(12,7,'_edit_lock','1412820285:1'),(13,8,'_wp_attached_file','2014/10/drrcf.jpg'),(14,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:574;s:6:\"height\";i:661;s:4:\"file\";s:17:\"2014/10/drrcf.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"drrcf-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:\"drrcf-260x300.jpg\";s:5:\"width\";i:260;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:1;}}'),(15,9,'_wp_attached_file','2014/10/DRARJ.jpg'),(16,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:640;s:4:\"file\";s:17:\"2014/10/DRARJ.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"DRARJ-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:\"DRARJ-240x300.jpg\";s:5:\"width\";i:240;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;}}'),(17,1,'_edit_lock','1412819253:1'),(18,1,'_edit_last','1'),(21,18,'_menu_item_type','custom'),(22,18,'_menu_item_menu_item_parent','0'),(23,18,'_menu_item_object_id','18'),(24,18,'_menu_item_object','custom'),(25,18,'_menu_item_target',''),(26,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(27,18,'_menu_item_xfn',''),(28,18,'_menu_item_url','http://almaatahc.com/wphome/'),(29,18,'_menu_item_orphaned','1412819382'),(30,19,'_menu_item_type','post_type'),(31,19,'_menu_item_menu_item_parent','0'),(32,19,'_menu_item_object_id','2'),(33,19,'_menu_item_object','page'),(34,19,'_menu_item_target',''),(35,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(36,19,'_menu_item_xfn',''),(37,19,'_menu_item_url',''),(38,19,'_menu_item_orphaned','1412819382'),(39,20,'_menu_item_type','post_type'),(40,20,'_menu_item_menu_item_parent','0'),(41,20,'_menu_item_object_id','7'),(42,20,'_menu_item_object','page'),(43,20,'_menu_item_target',''),(44,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(45,20,'_menu_item_xfn',''),(46,20,'_menu_item_url',''),(47,20,'_menu_item_orphaned','1412819382'),(48,22,'_edit_last','1'),(49,22,'_edit_lock','1412822593:1'),(50,24,'_menu_item_type','custom'),(51,24,'_menu_item_menu_item_parent','0'),(52,24,'_menu_item_object_id','24'),(53,24,'_menu_item_object','custom'),(54,24,'_menu_item_target',''),(55,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(56,24,'_menu_item_xfn',''),(57,24,'_menu_item_url','http://almaatahc.com/wphome/'),(58,24,'_menu_item_orphaned','1412820617'),(59,25,'_menu_item_type','post_type'),(60,25,'_menu_item_menu_item_parent','0'),(61,25,'_menu_item_object_id','2'),(62,25,'_menu_item_object','page'),(63,25,'_menu_item_target',''),(64,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(65,25,'_menu_item_xfn',''),(66,25,'_menu_item_url',''),(67,25,'_menu_item_orphaned','1412820617'),(68,26,'_menu_item_type','post_type'),(69,26,'_menu_item_menu_item_parent','0'),(70,26,'_menu_item_object_id','22'),(71,26,'_menu_item_object','page'),(72,26,'_menu_item_target',''),(73,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(74,26,'_menu_item_xfn',''),(75,26,'_menu_item_url',''),(76,26,'_menu_item_orphaned','1412820617'),(77,27,'_menu_item_type','post_type'),(78,27,'_menu_item_menu_item_parent','0'),(79,27,'_menu_item_object_id','7'),(80,27,'_menu_item_object','page'),(81,27,'_menu_item_target',''),(82,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,27,'_menu_item_xfn',''),(84,27,'_menu_item_url',''),(85,27,'_menu_item_orphaned','1412820617'),(86,28,'_menu_item_type','custom'),(87,28,'_menu_item_menu_item_parent','0'),(88,28,'_menu_item_object_id','28'),(89,28,'_menu_item_object','custom'),(90,28,'_menu_item_target',''),(91,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,28,'_menu_item_xfn',''),(93,28,'_menu_item_url','http://almaatahc.com/wphome/'),(95,29,'_menu_item_type','post_type'),(96,29,'_menu_item_menu_item_parent','0'),(97,29,'_menu_item_object_id','2'),(98,29,'_menu_item_object','page'),(99,29,'_menu_item_target',''),(100,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,29,'_menu_item_xfn',''),(102,29,'_menu_item_url',''),(104,30,'_menu_item_type','post_type'),(105,30,'_menu_item_menu_item_parent','0'),(106,30,'_menu_item_object_id','22'),(107,30,'_menu_item_object','page'),(108,30,'_menu_item_target',''),(109,30,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,30,'_menu_item_xfn',''),(111,30,'_menu_item_url',''),(113,31,'_menu_item_type','post_type'),(114,31,'_menu_item_menu_item_parent','0'),(115,31,'_menu_item_object_id','7'),(116,31,'_menu_item_object','page'),(117,31,'_menu_item_target',''),(118,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(119,31,'_menu_item_xfn',''),(120,31,'_menu_item_url',''); /*!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 `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=39 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','<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">Contact us at <a href=\"mailto:Support@AlmaAtaHC.com\" data-link-type=\"website\"><span style=\"color: #428bca;\">Support</span></a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">This Site Is Under Construction</span></p>\r\n ','This page is under contruction','','publish','open','open','','hello-world','','','2014-10-09 01:47:32','2014-10-09 01:47:32','',0,'http://almaatahc.com/wphome/?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:\r\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>\r\n...or something like this:\r\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>\r\nAs a new WordPress user, you should go to <a href=\"http://almaatahc.com/wphome/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','About Us','','publish','open','open','','sample-page','','','2014-10-09 01:32:11','2014-10-09 01:32:11','',0,'http://almaatahc.com/wphome/?page_id=2',0,'page','',0),(4,1,'2014-10-09 01:14:22','2014-10-09 01:14:22','','Logo','','inherit','open','open','','final-full-sign-0','','','2014-10-09 01:14:56','2014-10-09 01:14:56','',0,'http://almaatahc.com/wphome/wp-content/uploads/2014/10/Final-FULL-sign-0.jpg',0,'attachment','image/jpeg',0),(5,1,'2014-10-09 01:15:43','2014-10-09 01:15:43','http://almaatahc.com/wphome/wp-content/uploads/2014/10/cropped-Final-FULL-sign-0.jpg','cropped-Final-FULL-sign-0.jpg','','inherit','open','open','','cropped-final-full-sign-0-jpg','','','2014-10-09 01:15:43','2014-10-09 01:15:43','',0,'http://almaatahc.com/wphome/wp-content/uploads/2014/10/cropped-Final-FULL-sign-0.jpg',0,'attachment','image/jpeg',0),(6,1,'2014-10-09 01:32:11','2014-10-09 01:32:11','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:\r\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>\r\n...or something like this:\r\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>\r\nAs a new WordPress user, you should go to <a href=\"http://almaatahc.com/wphome/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','About Us','','inherit','open','open','','2-revision-v1','','','2014-10-09 01:32:11','2014-10-09 01:32:11','',2,'http://almaatahc.com/wphome/?p=6',0,'revision','',0),(7,1,'2014-10-09 01:38:02','2014-10-09 01:38:02','<p style=\"text-align: center;\"><a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a> <a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg\"><img class=\"alignnone size-medium wp-image-9\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ-240x300.jpg\" alt=\"DRARJ\" width=\"240\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\">Richard Cuello-Fuentes M.D. Alicia Rodriguez-Jorge M.D.</p>\r\n ','Doctors','','publish','open','open','','doctors','','','2014-10-09 02:04:45','2014-10-09 02:04:45','',0,'http://almaatahc.com/wphome/?page_id=7',0,'page','',0),(8,1,'2014-10-09 01:36:23','2014-10-09 01:36:23','','drrcf','','inherit','open','open','','drrcf','','','2014-10-09 01:36:23','2014-10-09 01:36:23','',7,'http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg',0,'attachment','image/jpeg',0),(9,1,'2014-10-09 01:36:30','2014-10-09 01:36:30','','DRARJ','','inherit','open','open','','drarj','','','2014-10-09 01:36:30','2014-10-09 01:36:30','',7,'http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg',0,'attachment','image/jpeg',0),(11,1,'2014-10-09 01:38:02','2014-10-09 01:38:02','<a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a>\r\n\r\nRichard Cuello-Fuentes M.D.\r\n\r\n ','Doctors','','inherit','open','open','','7-revision-v1','','','2014-10-09 01:38:02','2014-10-09 01:38:02','',7,'http://almaatahc.com/wphome/?p=11',0,'revision','',0),(10,1,'2014-10-09 01:37:05','2014-10-09 01:37:05','<a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a> <a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg\"><img class=\"alignnone size-medium wp-image-9\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ-240x300.jpg\" alt=\"DRARJ\" width=\"240\" height=\"300\" /></a>\r\n\r\n ','Doctors','','inherit','open','open','','7-revision-v1','','','2014-10-09 01:37:05','2014-10-09 01:37:05','',7,'http://almaatahc.com/wphome/?p=10',0,'revision','',0),(12,1,'2014-10-09 01:39:16','2014-10-09 01:39:16','<a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a> <a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg\"><img class=\"alignnone size-medium wp-image-9\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ-240x300.jpg\" alt=\"DRARJ\" width=\"240\" height=\"300\" /></a>\n\nRichard Cuello-Fuentes M.D. Alicia Rodriguez-Jorge M.D.\n\n ','Doctors','','inherit','open','open','','7-autosave-v1','','','2014-10-09 01:39:16','2014-10-09 01:39:16','',7,'http://almaatahc.com/wphome/?p=12',0,'revision','',0),(13,1,'2014-10-09 01:39:35','2014-10-09 01:39:35','<a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a> <a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg\"><img class=\"alignnone size-medium wp-image-9\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ-240x300.jpg\" alt=\"DRARJ\" width=\"240\" height=\"300\" /></a>\r\n\r\nRichard Cuello-Fuentes M.D. Alicia Rodriguez-Jorge M.D.\r\n\r\n ','Doctors','','inherit','open','open','','7-revision-v1','','','2014-10-09 01:39:35','2014-10-09 01:39:35','',7,'http://almaatahc.com/wphome/?p=13',0,'revision','',0),(14,1,'2014-10-09 01:40:08','2014-10-09 01:40:08','<a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a> <a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg\"><img class=\"alignnone size-medium wp-image-9\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ-240x300.jpg\" alt=\"DRARJ\" width=\"240\" height=\"300\" /></a>\r\n<p style=\"text-align: left;\"> Richard Cuello-Fuentes M.D. Alicia Rodriguez-Jorge M.D.</p>\r\n ','Doctors','','inherit','open','open','','7-revision-v1','','','2014-10-09 01:40:08','2014-10-09 01:40:08','',7,'http://almaatahc.com/wphome/?p=14',0,'revision','',0),(15,1,'2014-10-09 01:40:29','2014-10-09 01:40:29','<p style=\"text-align: center;\"><a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a> <a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg\"><img class=\"alignnone size-medium wp-image-9\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ-240x300.jpg\" alt=\"DRARJ\" width=\"240\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\"> Richard Cuello-Fuentes M.D. Alicia Rodriguez-Jorge M.D.</p>\r\n ','Doctors','','inherit','open','open','','7-revision-v1','','','2014-10-09 01:40:29','2014-10-09 01:40:29','',7,'http://almaatahc.com/wphome/?p=15',0,'revision','',0),(16,1,'2014-10-09 01:47:26','2014-10-09 01:47:26','<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">Contact us at <a href=\"mailto:Support@AlmaAtaHC.com\" data-link-type=\"website\"><span style=\"color: #428bca;\">Support</span></a></span></p>\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">This Site Is Under Construction</span></p>\n ','This page is under contruction','','inherit','open','open','','1-autosave-v1','','','2014-10-09 01:47:26','2014-10-09 01:47:26','',1,'http://almaatahc.com/wphome/?p=16',0,'revision','',0),(17,1,'2014-10-09 01:47:32','2014-10-09 01:47:32','<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">Contact us at <a href=\"mailto:Support@AlmaAtaHC.com\" data-link-type=\"website\"><span style=\"color: #428bca;\">Support</span></a></span></p>\r\n<p style=\"text-align: center;\"><span style=\"color: #000000; font-size: x-large;\">This Site Is Under Construction</span></p>\r\n ','This page is under contruction','','inherit','open','open','','1-revision-v1','','','2014-10-09 01:47:32','2014-10-09 01:47:32','',1,'http://almaatahc.com/wphome/?p=17',0,'revision','',0),(18,1,'2014-10-09 01:49:42','0000-00-00 00:00:00','','Home','','draft','open','open','','','','','2014-10-09 01:49:42','0000-00-00 00:00:00','',0,'http://almaatahc.com/wphome/?p=18',1,'nav_menu_item','',0),(19,1,'2014-10-09 01:49:42','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-10-09 01:49:42','0000-00-00 00:00:00','',0,'http://almaatahc.com/wphome/?p=19',1,'nav_menu_item','',0),(20,1,'2014-10-09 01:49:42','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-10-09 01:49:42','0000-00-00 00:00:00','',0,'http://almaatahc.com/wphome/?p=20',1,'nav_menu_item','',0),(21,1,'2014-10-09 02:04:45','2014-10-09 02:04:45','<p style=\"text-align: center;\"><a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf.jpg\"><img class=\"alignnone size-medium wp-image-8\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/drrcf-260x300.jpg\" alt=\"drrcf\" width=\"260\" height=\"300\" /></a> <a href=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ.jpg\"><img class=\"alignnone size-medium wp-image-9\" src=\"http://almaatahc.com/wphome/wp-content/uploads/2014/10/DRARJ-240x300.jpg\" alt=\"DRARJ\" width=\"240\" height=\"300\" /></a></p>\r\n<p style=\"text-align: center;\">Richard Cuello-Fuentes M.D. Alicia Rodriguez-Jorge M.D.</p>\r\n ','Doctors','','inherit','open','open','','7-revision-v1','','','2014-10-09 02:04:45','2014-10-09 02:04:45','',7,'http://almaatahc.com/wphome/?p=21',0,'revision','',0),(22,1,'2014-10-09 02:08:56','2014-10-09 02:08:56','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3593.1568583120615!2d-80.241469!3d25.765381999999995!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b7066e14241b%3A0x6ed0fda6e3732112!2s2921+SW+8th+St%2C+Miami%2C+FL+33135!5e0!3m2!1sen!2sus!4v1412821528553\" width=\"600\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe> <iframe style=\"border: 0px currentColor;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3595.9418343564516!2d-80.4415545!3d25.673222799999994!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c1ce66aed5f9%3A0x405a6cb88d0281a9!2s10201+Hammocks+Blvd+%23123%2C+Hammocks+Plaza%2C+Miami%2C+FL+33196!5e0!3m2!1sen!2sus!4v1412821402691\" width=\"600\" height=\"300\" frameborder=\"0\"></iframe> <iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3592.6155834390097!2d-80.140617!3d25.783258000000003!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b48985b6b6f9%3A0xd3c104d4ae720ee8!2s1225+Alton+Rd%2C+Miami+Beach%2C+FL+33139!5e0!3m2!1sen!2sus!4v1412821672756\" width=\"600\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>','Contact Us','','publish','closed','open','','contact-us','','','2014-10-09 02:30:18','2014-10-09 02:30:18','',0,'http://almaatahc.com/wphome/?page_id=22',0,'page','',0),(23,1,'2014-10-09 02:08:56','2014-10-09 02:08:56','','Contact Us','','inherit','closed','open','','22-revision-v1','','','2014-10-09 02:08:56','2014-10-09 02:08:56','',22,'http://almaatahc.com/wphome/?p=23',0,'revision','',0),(24,1,'2014-10-09 02:10:17','0000-00-00 00:00:00','','Home','','draft','closed','open','','','','','2014-10-09 02:10:17','0000-00-00 00:00:00','',0,'http://almaatahc.com/wphome/?p=24',1,'nav_menu_item','',0),(25,1,'2014-10-09 02:10:17','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-10-09 02:10:17','0000-00-00 00:00:00','',0,'http://almaatahc.com/wphome/?p=25',1,'nav_menu_item','',0),(26,1,'2014-10-09 02:10:17','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-10-09 02:10:17','0000-00-00 00:00:00','',0,'http://almaatahc.com/wphome/?p=26',1,'nav_menu_item','',0),(27,1,'2014-10-09 02:10:17','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-10-09 02:10:17','0000-00-00 00:00:00','',0,'http://almaatahc.com/wphome/?p=27',1,'nav_menu_item','',0),(28,1,'2014-10-09 02:11:34','2014-10-09 02:11:34','','Home','','publish','closed','open','','home','','','2014-10-09 02:12:58','2014-10-09 02:12:58','',0,'http://almaatahc.com/wphome/?p=28',1,'nav_menu_item','',0),(29,1,'2014-10-09 02:11:34','2014-10-09 02:11:34',' ','','','publish','closed','open','','29','','','2014-10-09 02:12:58','2014-10-09 02:12:58','',0,'http://almaatahc.com/wphome/?p=29',2,'nav_menu_item','',0),(30,1,'2014-10-09 02:11:34','2014-10-09 02:11:34',' ','','','publish','closed','open','','30','','','2014-10-09 02:12:58','2014-10-09 02:12:58','',0,'http://almaatahc.com/wphome/?p=30',4,'nav_menu_item','',0),(31,1,'2014-10-09 02:11:34','2014-10-09 02:11:34',' ','','','publish','closed','open','','31','','','2014-10-09 02:12:58','2014-10-09 02:12:58','',0,'http://almaatahc.com/wphome/?p=31',3,'nav_menu_item','',0),(33,1,'2014-10-09 02:29:04','2014-10-09 02:29:04','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3593.1568583120615!2d-80.241469!3d25.765381999999995!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b7066e14241b%3A0x6ed0fda6e3732112!2s2921+SW+8th+St%2C+Miami%2C+FL+33135!5e0!3m2!1sen!2sus!4v1412821528553\" width=\"500\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe> <iframe style=\"border: 0px currentColor;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3595.9418343564516!2d-80.4415545!3d25.673222799999994!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c1ce66aed5f9%3A0x405a6cb88d0281a9!2s10201+Hammocks+Blvd+%23123%2C+Hammocks+Plaza%2C+Miami%2C+FL+33196!5e0!3m2!1sen!2sus!4v1412821402691\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe> <iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3592.6155834390097!2d-80.140617!3d25.783258000000003!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b48985b6b6f9%3A0xd3c104d4ae720ee8!2s1225+Alton+Rd%2C+Miami+Beach%2C+FL+33139!5e0!3m2!1sen!2sus!4v1412821672756\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>','Contact Us','','inherit','closed','open','','22-autosave-v1','','','2014-10-09 02:29:04','2014-10-09 02:29:04','',22,'http://almaatahc.com/wphome/?p=33',0,'revision','',0),(34,1,'2014-10-09 02:28:02','2014-10-09 02:28:02','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3593.1568583120615!2d-80.241469!3d25.765381999999995!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b7066e14241b%3A0x6ed0fda6e3732112!2s2921+SW+8th+St%2C+Miami%2C+FL+33135!5e0!3m2!1sen!2sus!4v1412821528553\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe> <iframe style=\"border: 0px currentColor;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3595.9418343564516!2d-80.4415545!3d25.673222799999994!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c1ce66aed5f9%3A0x405a6cb88d0281a9!2s10201+Hammocks+Blvd+%23123%2C+Hammocks+Plaza%2C+Miami%2C+FL+33196!5e0!3m2!1sen!2sus!4v1412821402691\" width=\"400\" height=\"300\" frameborder=\"0\"></iframe> <iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3592.6155834390097!2d-80.140617!3d25.783258000000003!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b48985b6b6f9%3A0xd3c104d4ae720ee8!2s1225+Alton+Rd%2C+Miami+Beach%2C+FL+33139!5e0!3m2!1sen!2sus!4v1412821672756\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>','Contact Us','','inherit','closed','open','','22-revision-v1','','','2014-10-09 02:28:02','2014-10-09 02:28:02','',22,'http://almaatahc.com/wphome/?p=34',0,'revision','',0),(35,1,'2014-10-09 02:29:19','2014-10-09 02:29:19','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3593.1568583120615!2d-80.241469!3d25.765381999999995!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b7066e14241b%3A0x6ed0fda6e3732112!2s2921+SW+8th+St%2C+Miami%2C+FL+33135!5e0!3m2!1sen!2sus!4v1412821528553\" width=\"500\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe> <iframe style=\"border: 0px currentColor;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3595.9418343564516!2d-80.4415545!3d25.673222799999994!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c1ce66aed5f9%3A0x405a6cb88d0281a9!2s10201+Hammocks+Blvd+%23123%2C+Hammocks+Plaza%2C+Miami%2C+FL+33196!5e0!3m2!1sen!2sus!4v1412821402691\" width=\"500\" height=\"300\" frameborder=\"0\"></iframe> <iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3592.6155834390097!2d-80.140617!3d25.783258000000003!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b48985b6b6f9%3A0xd3c104d4ae720ee8!2s1225+Alton+Rd%2C+Miami+Beach%2C+FL+33139!5e0!3m2!1sen!2sus!4v1412821672756\" width=\"500\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>','Contact Us','','inherit','closed','open','','22-revision-v1','','','2014-10-09 02:29:19','2014-10-09 02:29:19','',22,'http://almaatahc.com/wphome/?p=35',0,'revision','',0),(36,1,'2014-10-09 02:30:06','2014-10-09 02:30:06','<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3593.1568583120615!2d-80.241469!3d25.765381999999995!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b7066e14241b%3A0x6ed0fda6e3732112!2s2921+SW+8th+St%2C+Miami%2C+FL+33135!5e0!3m2!1sen!2sus!4v1412821528553\" width=\"600\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe> <iframe style=\"border: 0px currentColor;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3595.9418343564516!2d-80.4415545!3d25.673222799999994!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c1ce66aed5f9%3A0x405a6cb88d0281a9!2s10201+Hammocks+Blvd+%23123%2C+Hammocks+Plaza%2C+Miami%2C+FL+33196!5e0!3m2!1sen!2sus!4v1412821402691\" width=\"600\" height=\"300\" frameborder=\"0\"></iframe> <iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3592.6155834390097!2d-80.140617!3d25.783258000000003!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b48985b6b6f9%3A0xd3c104d4ae720ee8!2s1225+Alton+Rd%2C+Miami+Beach%2C+FL+33139!5e0!3m2!1sen!2sus!4v1412821672756\" width=\"600\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>','Contact Us','','inherit','closed','open','','22-revision-v1','','','2014-10-09 02:30:06','2014-10-09 02:30:06','',22,'http://almaatahc.com/wphome/?p=36',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; 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 (1,1,0),(28,2,0),(29,2,0),(31,2,0),(30,2,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=3 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 (1,1,'category','',0,1),(2,2,'nav_menu','',0,4); /*!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`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=3 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 (1,'Uncategorized','uncategorized',0),(2,'Menu 1','menu-1',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`) ) ENGINE=MyISAM AUTO_INCREMENT=21 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','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','3'),(15,1,'session_tokens','a:1:{s:64:\"8d55e66de09917131f3ca478d14eaa2e4d616fc7e913946dad5c42b6f872d2a3\";i:1412988677;}'),(16,1,'wp_user-settings','libraryContent=browse&imgsize=medium&editor=html&hidetb=1'),(17,1,'wp_user-settings-time','1412821585'),(18,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\";}'),(19,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\";}'),(20,1,'nav_menu_recently_edited','2'); /*!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=2 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,'admin','$P$BAOnbhuusK.RpIHjBO/2QC7j4CQ9r5.','admin','it@almaatahc.com','','2014-08-13 15:26:49','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03b867b_2' -- 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 2019-02-02 22:23:54