0byt3m1n1
Path:
/
data
/
6
/
5
/
114
/
121
/
5114284
/
meta
/
6148095
/
mysql.backup
/
[
Home
]
File: netripplesorgdb.mysqlcluster26.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster26 Database: netripplesorgdb -- ------------------------------------------------------ -- Server version 5.6.39-83.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci 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) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_image_storage` -- DROP TABLE IF EXISTS `wp_nextend2_image_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_image_storage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `hash` varchar(32) NOT NULL, `image` text NOT NULL, `value` mediumtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hash` (`hash`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_image_storage` -- LOCK TABLES `wp_nextend2_image_storage` WRITE; /*!40000 ALTER TABLE `wp_nextend2_image_storage` DISABLE KEYS */; INSERT INTO `wp_nextend2_image_storage` VALUES (1,'7148fa26ad6dd9ee953b6c3f5f30c99d','https://smartslider3.com/sample/programmer.jpg','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='),(2,'80610d7afb2b7dafea3d35ffcd74636d','$upload$/2018/02/construction-home.png','eyJkZXNrdG9wIjp7InNpemUiOiIwfCp8MCJ9LCJkZXNrdG9wLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJ0YWJsZXQiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwidGFibGV0LXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9LCJtb2JpbGUiOnsiaW1hZ2UiOiIiLCJzaXplIjoiMHwqfDAifSwibW9iaWxlLXJldGluYSI6eyJpbWFnZSI6IiIsInNpemUiOiIwfCp8MCJ9fQ=='); /*!40000 ALTER TABLE `wp_nextend2_image_storage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_section_storage` -- DROP TABLE IF EXISTS `wp_nextend2_section_storage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_section_storage` ( `id` int(11) NOT NULL AUTO_INCREMENT, `application` varchar(20) NOT NULL, `section` varchar(128) NOT NULL, `referencekey` varchar(128) NOT NULL, `value` mediumtext NOT NULL, `system` int(11) NOT NULL DEFAULT '0', `editable` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `application` (`application`,`section`,`referencekey`), KEY `application_2` (`application`,`section`) ) ENGINE=InnoDB AUTO_INCREMENT=10002 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_section_storage` -- LOCK TABLES `wp_nextend2_section_storage` WRITE; /*!40000 ALTER TABLE `wp_nextend2_section_storage` DISABLE KEYS */; INSERT INTO `wp_nextend2_section_storage` VALUES (10000,'system','global','n2_ss3_version','3.2.13',1,1),(10001,'smartslider','sliderChanged','1','0',0,1); /*!40000 ALTER TABLE `wp_nextend2_section_storage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_generators` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_generators`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_generators` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` varchar(254) NOT NULL, `type` varchar(254) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_generators` -- LOCK TABLES `wp_nextend2_smartslider3_generators` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_generators` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_sliders` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_sliders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `alias` varchar(255) DEFAULT NULL, `title` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `params` mediumtext NOT NULL, `time` datetime NOT NULL, `thumbnail` varchar(255) NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_sliders` -- LOCK TABLES `wp_nextend2_smartslider3_sliders` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` DISABLE KEYS */; INSERT INTO `wp_nextend2_smartslider3_sliders` VALUES (1,NULL,'Sample Slider','simple','{\"controlsScroll\":\"0\",\"controlsDrag\":\"1\",\"controlsTouch\":\"horizontal\",\"controlsKeyboard\":\"1\",\"thumbnail\":\"\",\"align\":\"normal\",\"backgroundMode\":\"fill\",\"animation\":\"horizontal\",\"animation-duration\":\"600\",\"background-animation\":\"\",\"background-animation-speed\":\"normal\",\"width\":\"1200\",\"height\":\"400\",\"fontsize\":\"16\",\"margin\":\"0|*|0|*|0|*|0\",\"responsive-mode\":\"fullwidth\",\"responsiveSliderHeightMin\":\"0\",\"responsiveSliderHeightMax\":\"3000\",\"responsiveForceFull\":\"1\",\"responsiveForceFullOverflowX\":\"body\",\"responsiveForceFullHorizontalSelector\":\"body\",\"responsiveSliderOrientation\":\"width_and_height\",\"responsiveSlideWidth\":\"1\",\"responsiveSlideWidthMax\":\"3000\",\"responsiveSlideWidthDesktopLandscape\":\"0\",\"responsiveSlideWidthMaxDesktopLandscape\":\"1600\",\"responsiveSlideWidthTablet\":\"0\",\"responsiveSlideWidthMaxTablet\":\"980\",\"responsiveSlideWidthTabletLandscape\":\"0\",\"responsiveSlideWidthMaxTabletLandscape\":\"1200\",\"responsiveSlideWidthMobile\":\"0\",\"responsiveSlideWidthMaxMobile\":\"480\",\"responsiveSlideWidthMobileLandscape\":\"0\",\"responsiveSlideWidthMaxMobileLandscape\":\"740\",\"responsiveSlideWidthConstrainHeight\":\"0\",\"autoplay\":\"1\",\"autoplayDuration\":\"8000\",\"autoplayStopClick\":\"1\",\"autoplayStopMouse\":\"0\",\"autoplayStopMedia\":\"1\",\"optimize\":\"0\",\"optimize-quality\":\"70\",\"optimize-background-image-custom\":\"0\",\"optimize-background-image-width\":\"800\",\"optimize-background-image-height\":\"600\",\"optimizeThumbnailWidth\":\"100\",\"optimizeThumbnailHeight\":\"60\",\"playWhenVisible\":\"1\",\"playWhenVisibleAt\":\"50\",\"dependency\":\"\",\"delay\":\"0\",\"is-delayed\":\"0\",\"overflow-hidden-page\":\"0\",\"clear-both\":\"0\",\"callbacks\":\"\",\"widgetarrow\":\"imageEmpty\",\"widget-arrow-display-hover\":\"0\",\"widget-arrow-previous\":\"$ss$\\/plugins\\/widgetarrow\\/image\\/image\\/previous\\/thin-horizontal.svg\",\"widget-arrow-previous-color\":\"ffffffcc\",\"widget-arrow-previous-hover\":\"0\",\"widget-arrow-previous-hover-color\":\"ffffffcc\",\"widget-arrow-style\":\"\",\"widget-arrow-previous-position-mode\":\"simple\",\"widget-arrow-previous-position-area\":\"6\",\"widget-arrow-previous-position-stack\":\"1\",\"widget-arrow-previous-position-offset\":\"15\",\"widget-arrow-previous-position-horizontal\":\"left\",\"widget-arrow-previous-position-horizontal-position\":\"0\",\"widget-arrow-previous-position-horizontal-unit\":\"px\",\"widget-arrow-previous-position-vertical\":\"top\",\"widget-arrow-previous-position-vertical-position\":\"0\",\"widget-arrow-previous-position-vertical-unit\":\"px\",\"widget-arrow-next-position-mode\":\"simple\",\"widget-arrow-next-position-area\":\"7\",\"widget-arrow-next-position-stack\":\"1\",\"widget-arrow-next-position-offset\":\"15\",\"widget-arrow-next-position-horizontal\":\"left\",\"widget-arrow-next-position-horizontal-position\":\"0\",\"widget-arrow-next-position-horizontal-unit\":\"px\",\"widget-arrow-next-position-vertical\":\"top\",\"widget-arrow-next-position-vertical-position\":\"0\",\"widget-arrow-next-position-vertical-unit\":\"px\",\"widget-arrow-previous-alt\":\"previous arrow\",\"widget-arrow-next-alt\":\"next arrow\",\"widgetbullet\":\"transition\",\"widget-bullet-display-hover\":\"0\",\"widget-bullet-thumbnail-show-image\":\"1\",\"widget-bullet-thumbnail-width\":\"120\",\"widget-bullet-thumbnail-height\":\"81\",\"widget-bullet-thumbnail-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwODAiLCJwYWRkaW5nIjoiM3wqfDN8KnwzfCp8M3wqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiIzIiwiZXh0cmEiOiJtYXJnaW46IDVweDsifV19\",\"widget-bullet-thumbnail-side\":\"before\",\"widget-bullet-position-mode\":\"simple\",\"widget-bullet-position-area\":\"12\",\"widget-bullet-position-stack\":\"1\",\"widget-bullet-position-offset\":\"10\",\"widget-bullet-position-horizontal\":\"left\",\"widget-bullet-position-horizontal-position\":\"0\",\"widget-bullet-position-horizontal-unit\":\"px\",\"widget-bullet-position-vertical\":\"top\",\"widget-bullet-position-vertical-position\":\"0\",\"widget-bullet-position-vertical-unit\":\"px\",\"widget-bullet-style\":\"eyJuYW1lIjoiU3RhdGljIiwiZGF0YSI6W3siYmFja2dyb3VuZGNvbG9yIjoiMDAwMDAwYWIiLCJwYWRkaW5nIjoiNXwqfDV8Knw1fCp8NXwqfHB4IiwiYm94c2hhZG93IjoiMHwqfDB8KnwwfCp8MHwqfDAwMDAwMGZmIiwiYm9yZGVyIjoiMHwqfHNvbGlkfCp8MDAwMDAwZmYiLCJib3JkZXJyYWRpdXMiOiI1MCIsImV4dHJhIjoibWFyZ2luOiA0cHg7In0seyJleHRyYSI6IiIsImJhY2tncm91bmRjb2xvciI6IjA5YjQ3NGZmIn1dfQ==\",\"widget-bullet-bar\":\"\",\"widgetautoplay\":\"disabled\",\"widget-autoplay-display-hover\":\"0\",\"widgetbar\":\"disabled\",\"widget-bar-display-hover\":\"0\",\"widgetthumbnail\":\"disabled\",\"widget-thumbnail-display-hover\":\"0\",\"widget-thumbnail-width\":\"100\",\"widget-thumbnail-height\":\"60\",\"widgetshadow\":\"disabled\",\"widgets\":\"arrow\"}','2015-11-01 14:14:20','',0); /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_sliders_xref` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_sliders_xref`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_sliders_xref` ( `group_id` int(11) NOT NULL, `slider_id` int(11) NOT NULL, `ordering` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`group_id`,`slider_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_sliders_xref` -- LOCK TABLES `wp_nextend2_smartslider3_sliders_xref` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_sliders_xref` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nextend2_smartslider3_slides` -- DROP TABLE IF EXISTS `wp_nextend2_smartslider3_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nextend2_smartslider3_slides` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(200) NOT NULL, `slider` int(11) NOT NULL, `publish_up` datetime NOT NULL, `publish_down` datetime NOT NULL, `published` tinyint(1) NOT NULL, `first` int(11) NOT NULL, `slide` longtext, `description` text NOT NULL, `thumbnail` varchar(255) NOT NULL, `params` text NOT NULL, `ordering` int(11) NOT NULL, `generator_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nextend2_smartslider3_slides` -- LOCK TABLES `wp_nextend2_smartslider3_slides` WRITE; /*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` DISABLE KEYS */; INSERT INTO `wp_nextend2_smartslider3_slides` VALUES (1,'Slide One',1,'2015-11-01 12:27:34','2025-11-11 12:27:34',1,0,'[{\"type\":\"content\",\"lastplacement\":\"content\",\"desktopportraitfontsize\":100,\"desktopportraitmaxwidth\":0,\"desktopportraitinneralign\":\"inherit\",\"desktopportraitpadding\":\"10|*|10|*|10|*|10|*|px+\",\"desktopportraitselfalign\":\"inherit\",\"mobileportraitfontsize\":60,\"opened\":1,\"id\":null,\"class\":\"\",\"crop\":\"visible\",\"rotation\":0,\"parallax\":0,\"adaptivefont\":1,\"generatorvisible\":\"\",\"desktopportrait\":1,\"desktoplandscape\":1,\"tabletportrait\":1,\"tabletlandscape\":1,\"mobileportrait\":1,\"mobilelandscape\":1,\"name\":\"Content\",\"namesynced\":1,\"bgimage\":\"\",\"bgimagex\":50,\"bgimagey\":50,\"bgimageparallax\":0,\"bgcolor\":\"00000000\",\"bgcolorgradient\":\"off\",\"bgcolorgradientend\":\"00000000\",\"verticalalign\":\"center\",\"layers\":[]}]','','https://smartslider3.com/sample/developerthumbnail.jpg','{\"background-type\":\"image\",\"backgroundImage\":\"$upload$\\/2018\\/02\\/construction-home.png\",\"backgroundFocusX\":\"50\",\"backgroundFocusY\":\"50\",\"backgroundImageOpacity\":\"100\",\"backgroundImageBlur\":\"0\",\"backgroundAlt\":\"\",\"backgroundColor\":\"ffffff00\",\"backgroundGradient\":\"off\",\"backgroundColorEnd\":\"ffffff00\",\"backgroundMode\":\"default\",\"background-animation\":\"\",\"background-animation-speed\":\"default\",\"thumbnailType\":\"default\",\"link\":\"|*|_self\",\"guides\":\"eyJob3Jpem9udGFsIjpbXSwidmVydGljYWwiOltdfQ==\",\"first\":\"0\",\"static-slide\":\"0\",\"slide-duration\":\"0\",\"version\":\"3.2.13\"}',0,0); /*!40000 ALTER TABLE `wp_nextend2_smartslider3_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=965 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.netripples.org','yes'),(2,'home','http://www.netripples.org','yes'),(3,'blogname','Netripples','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','kitkarimnagar@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','','yes'),(29,'rewrite_rules','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:1;s:23:\"slider-wd/slider-wd.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:101:\"\\\\WDP\\DFS\\30\\2\\9\\1\\3042676192\\user\\sites\\6148095.site\\www/wp-content/themes/twentythirteen/footer.php\";i:1;s:100:\"\\\\WDP\\DFS\\30\\2\\9\\1\\3042676192\\user\\sites\\6148095.site\\www/wp-content/themes/twentythirteen/style.css\";i:2;s:101:\"\\\\WDP\\DFS\\30\\2\\9\\1\\3042676192\\user\\sites\\6148095.site\\www/wp-content/themes/twentythirteen/header.php\";i:3;s:100:\"\\\\WDP\\DFS\\30\\2\\9\\1\\3042676192\\user\\sites\\6148095.site\\www/wp-content/themes/twentythirteen/index.php\";i:5;s:0:\"\";}','no'),(40,'template','twentythirteen','yes'),(41,'stylesheet','twentythirteen','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','wp-content/uploads','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'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'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:69:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:42:{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:7:\"nextend\";b:1;s:14:\"nextend_config\";b:1;s:19:\"nextend_visual_edit\";b:1;s:21:\"nextend_visual_delete\";b:1;s:11:\"smartslider\";b:1;s:18:\"smartslider_config\";b:1;s:16:\"smartslider_edit\";b:1;s:18:\"smartslider_delete\";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'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'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'),(96,'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'),(97,'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'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:7:{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:19:\"wppb-login-widget-2\";}s:9:\"sidebar-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:4:{i:1525714805;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:1525758022;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1525758618;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'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1519364480;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'),(114,'_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.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1525674275;s:15:\"version_checked\";s:5:\"4.9.5\";s:12:\"translations\";a:0:{}}','no'),(128,'recently_activated','a:0:{}','yes'),(129,'can_compress_scripts','1','no'),(143,'current_theme','Twenty Thirteen','yes'),(144,'theme_mods_twentythirteen','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(145,'theme_switched','','yes'),(146,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1525674277;s:7:\"checked\";a:1:{s:14:\"twentythirteen\";s:3:\"2.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(154,'widget_wppb-login-widget','a:2:{i:2;a:4:{s:5:\"title\";s:5:\"Login\";s:8:\"redirect\";s:37:\"http://localhost/netripples/about-us/\";s:8:\"register\";s:0:\"\";s:8:\"lostpass\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(155,'wppb_version','2.7.6','yes'),(156,'wppb_manage_fields','a:5:{i:0;a:44:{s:11:\"field-title\";s:4:\"Name\";s:5:\"field\";s:18:\"Default - Username\";s:9:\"meta-name\";s:0:\"\";s:2:\"id\";s:1:\"2\";s:11:\"description\";s:0:\"\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:16:\"captcha-pb-forms\";s:0:\"\";s:16:\"captcha-wp-forms\";s:0:\"\";s:10:\"user-roles\";s:0:\"\";s:21:\"user-roles-sort-order\";s:41:\", editor, author, contributor, subscriber\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:22:\"default-option-country\";s:0:\"\";s:23:\"default-option-timezone\";s:32:\"(GMT -12:00) Eniwetok, Kwajalein\";s:23:\"default-option-currency\";s:1:\"0\";s:20:\"show-currency-symbol\";s:2:\"No\";s:3:\"cpt\";s:4:\"post\";s:26:\"validation-possible-values\";s:0:\"\";s:20:\"custom-error-message\";s:0:\"\";s:11:\"time-format\";s:2:\"12\";s:11:\"map-api-key\";s:0:\"\";s:15:\"map-default-lat\";s:0:\"\";s:15:\"map-default-lng\";s:0:\"\";s:16:\"map-default-zoom\";s:0:\"\";s:10:\"map-height\";s:0:\"\";s:15:\"default-content\";s:0:\"\";s:12:\"html-content\";s:0:\"\";s:12:\"phone-format\";s:0:\"\";s:11:\"heading-tag\";s:2:\"h1\";s:16:\"min-number-value\";s:0:\"\";s:16:\"max-number-value\";s:0:\"\";s:17:\"number-step-value\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";}i:1;a:21:{s:2:\"id\";i:6;s:5:\"field\";s:34:\"Default - Display name publicly as\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:24:\"Display name publicly as\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:2:\"No\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:2;a:21:{s:2:\"id\";i:8;s:5:\"field\";s:16:\"Default - E-mail\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:6:\"E-mail\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:3;a:21:{s:2:\"id\";i:12;s:5:\"field\";s:18:\"Default - Password\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:8:\"Password\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}i:4;a:21:{s:2:\"id\";i:13;s:5:\"field\";s:25:\"Default - Repeat Password\";s:9:\"meta-name\";s:0:\"\";s:11:\"field-title\";s:15:\"Repeat Password\";s:11:\"description\";s:0:\"\";s:8:\"required\";s:3:\"Yes\";s:18:\"overwrite-existing\";s:2:\"No\";s:9:\"row-count\";s:1:\"5\";s:24:\"allowed-image-extensions\";s:2:\".*\";s:25:\"allowed-upload-extensions\";s:2:\".*\";s:11:\"avatar-size\";s:3:\"100\";s:11:\"date-format\";s:8:\"mm/dd/yy\";s:18:\"terms-of-agreement\";s:0:\"\";s:7:\"options\";s:0:\"\";s:6:\"labels\";s:0:\"\";s:10:\"public-key\";s:0:\"\";s:11:\"private-key\";s:0:\"\";s:13:\"default-value\";s:0:\"\";s:14:\"default-option\";s:0:\"\";s:15:\"default-options\";s:0:\"\";s:15:\"default-content\";s:0:\"\";}}','yes'),(157,'wppb_general_settings','a:7:{s:17:\"extraFieldsLayout\";s:7:\"default\";s:17:\"emailConfirmation\";s:2:\"no\";s:21:\"activationLandingPage\";s:0:\"\";s:13:\"adminApproval\";s:2:\"no\";s:9:\"loginWith\";s:13:\"usernameemail\";s:11:\"rolesEditor\";s:2:\"no\";s:18:\"contentRestriction\";s:2:\"no\";}','yes'),(160,'team_member_social_field','a:10:{s:6:\"mobile\";a:5:{s:4:\"name\";s:6:\"Mobile\";s:8:\"meta_key\";s:6:\"mobile\";s:4:\"icon\";s:0:\"\";s:10:\"visibility\";s:1:\"1\";s:10:\"can_remove\";s:2:\"no\";}s:7:\"website\";a:5:{s:4:\"name\";s:7:\"Website\";s:8:\"meta_key\";s:7:\"website\";s:4:\"icon\";s:0:\"\";s:10:\"visibility\";s:1:\"1\";s:10:\"can_remove\";s:2:\"no\";}s:5:\"email\";a:5:{s:4:\"name\";s:5:\"Email\";s:8:\"meta_key\";s:5:\"email\";s:4:\"icon\";s:0:\"\";s:10:\"visibility\";s:1:\"1\";s:10:\"can_remove\";s:2:\"no\";}s:5:\"skype\";a:4:{s:4:\"name\";s:5:\"Skype\";s:8:\"meta_key\";s:5:\"skype\";s:4:\"icon\";s:0:\"\";s:10:\"can_remove\";s:2:\"no\";}s:8:\"facebook\";a:5:{s:4:\"name\";s:8:\"Facebook\";s:8:\"meta_key\";s:8:\"facebook\";s:4:\"icon\";s:0:\"\";s:10:\"visibility\";s:1:\"1\";s:10:\"can_remove\";s:3:\"yes\";}s:7:\"twitter\";a:5:{s:4:\"name\";s:7:\"Twitter\";s:8:\"meta_key\";s:7:\"twitter\";s:4:\"icon\";s:0:\"\";s:10:\"visibility\";s:1:\"1\";s:10:\"can_remove\";s:3:\"yes\";}s:10:\"googleplus\";a:5:{s:4:\"name\";s:11:\"Google plus\";s:8:\"meta_key\";s:10:\"googleplus\";s:4:\"icon\";s:0:\"\";s:10:\"visibility\";s:1:\"1\";s:10:\"can_remove\";s:3:\"yes\";}s:9:\"pinterest\";a:4:{s:4:\"name\";s:9:\"Pinterest\";s:8:\"meta_key\";s:9:\"pinterest\";s:4:\"icon\";s:0:\"\";s:10:\"can_remove\";s:3:\"yes\";}s:8:\"linkedin\";a:5:{s:4:\"name\";s:8:\"Linkedin\";s:8:\"meta_key\";s:8:\"linkedin\";s:4:\"icon\";s:0:\"\";s:10:\"visibility\";s:1:\"1\";s:10:\"can_remove\";s:3:\"yes\";}s:5:\"vimeo\";a:4:{s:4:\"name\";s:5:\"Vimeo\";s:8:\"meta_key\";s:5:\"vimeo\";s:4:\"icon\";s:0:\"\";s:10:\"can_remove\";s:3:\"yes\";}}','yes'),(163,'WPLANG','','yes'),(164,'new_admin_email','kitkarimnagar@gmail.com','yes'),(167,'wppb_display_admin_settings','a:0:{}','yes'),(168,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(178,'team_group_children','a:0:{}','yes'),(183,'team_member_slug','','yes'),(184,'team_member_meta_fields','a:1:{s:7:\"address\";a:2:{s:4:\"name\";s:7:\"Address\";s:8:\"meta_key\";s:12:\"team_address\";}}','yes'),(205,'nav_menu_roles_db_version','1.9.1','yes'),(209,'n2_ss3_version','3.2.13','yes'),(210,'widget_smartslider3','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(213,'wds_global_options','{\"default_layer_fweight\":\"normal\",\"default_layer_start\":1000,\"default_layer_effect_in\":\"none\",\"default_layer_duration_eff_in\":1000,\"default_layer_infinite_in\":1,\"default_layer_end\":3000,\"default_layer_effect_out\":\"none\",\"default_layer_duration_eff_out\":1000,\"default_layer_infinite_out\":1,\"default_layer_add_class\":\"\",\"default_layer_ffamily\":\"arial\",\"default_layer_google_fonts\":0,\"loading_gif\":0,\"register_scripts\":0,\"spider_uploader\":0,\"possib_add_ffamily\":\"\",\"possib_add_ffamily_google\":\"\"}','yes'),(214,'wds_version','1.2.7','no'),(215,'wds_version_1.0.46','1','no'),(216,'wds_theme_version','1.0.0','no'),(217,'widget_wdslider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(218,'wds_admin_notice','a:1:{s:15:\"two_week_review\";a:3:{s:5:\"start\";s:8:\"3/9/2018\";s:3:\"int\";i:14;s:9:\"dismissed\";i:1;}}','yes'),(219,'wds_subscribe_done','1','yes'),(290,'wds_io_notice_status','1','no'),(369,'category_children','a:0:{}','yes'),(385,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1525674276;s:8:\"response\";a:2:{s:23:\"slider-wd/slider-wd.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/slider-wd\";s:4:\"slug\";s:9:\"slider-wd\";s:6:\"plugin\";s:23:\"slider-wd/slider-wd.php\";s:11:\"new_version\";s:5:\"1.2.9\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/slider-wd/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/slider-wd.1.2.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/slider-wd/assets/icon-128x128.png?rev=1508787\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/slider-wd/assets/banner-772x250.png?rev=1512780\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:13:\"team/team.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:18:\"w.org/plugins/team\";s:4:\"slug\";s:4:\"team\";s:6:\"plugin\";s:13:\"team/team.php\";s:11:\"new_version\";s:6:\"1.21.4\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/team/\";s:7:\"package\";s:47:\"https://downloads.wordpress.org/plugin/team.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://ps.w.org/team/assets/icon-256x256.png?rev=1637867\";s:2:\"1x\";s:57:\"https://ps.w.org/team/assets/icon-128x128.png?rev=1637867\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/team/assets/banner-1544x500.png?rev=1637867\";s:2:\"1x\";s:59:\"https://ps.w.org/team/assets/banner-772x250.png?rev=1637867\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";N;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";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\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(852,'_site_transient_timeout_browser_791450fe6bd589455d951095911280be','1525753351','no'),(853,'_site_transient_browser_791450fe6bd589455d951095911280be','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.139\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(873,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"041956d.netsolhost.com\";s:8:\"username\";s:17:\"netripplesorguser\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(899,'_site_transient_timeout_browser_f866cfaddd4aa8279cd03cfb8c0b7010','1525841894','no'),(900,'_site_transient_browser_f866cfaddd4aa8279cd03cfb8c0b7010','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.186\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(921,'_site_transient_timeout_browser_ee99ef407e95158daba60122bae1ce95','1525862400','no'),(922,'_site_transient_browser_ee99ef407e95158daba60122bae1ce95','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.139\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(951,'_transient_is_multi_author','0','yes'),(963,'_site_transient_timeout_theme_roots','1525676077','no'),(964,'_site_transient_theme_roots','a:1:{s:14:\"twentythirteen\";s:7:\"/themes\";}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=340 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (26,7,'_menu_item_type','custom'),(27,7,'_menu_item_menu_item_parent','0'),(28,7,'_menu_item_object_id','7'),(29,7,'_menu_item_object','custom'),(30,7,'_menu_item_target',''),(31,7,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(32,7,'_menu_item_xfn',''),(33,7,'_menu_item_url','http://www.netripples.org/'),(35,8,'_edit_last','1'),(36,8,'_edit_lock','1525237655:1'),(37,10,'_edit_last','1'),(38,10,'_edit_lock','1525510018:1'),(43,16,'_edit_last','1'),(44,16,'_edit_lock','1524654686:1'),(72,21,'_menu_item_type','post_type'),(73,21,'_menu_item_menu_item_parent','0'),(74,21,'_menu_item_object_id','10'),(75,21,'_menu_item_object','page'),(76,21,'_menu_item_target',''),(77,21,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(78,21,'_menu_item_xfn',''),(79,21,'_menu_item_url',''),(99,25,'_edit_last','1'),(100,25,'_edit_lock','1519383727:1'),(101,26,'_wp_attached_file','2018/02/678821503.jpg'),(102,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:682;s:4:\"file\";s:21:\"2018/02/678821503.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"678821503-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:\"678821503-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:21:\"678821503-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"678821503-532x270.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"©Peathegee Inc/Blend Images LLC\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,25,'_thumbnail_id','26'),(104,25,'team_member_position','FOUNDER, PRESIDENT AND MANAGING DIRECTOR'),(105,25,'team_member_link_to_post',''),(106,25,'team_member_skill','a:2:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}}'),(107,25,'team_address',''),(108,25,'team_member_social_links','a:7:{s:6:\"mobile\";s:0:\"\";s:7:\"website\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:36:\"https://www.facebook.com/add.a.link/\";s:7:\"twitter\";s:25:\"https://twitter.com/login\";s:10:\"googleplus\";s:52:\"https://support.google.com/plus/answer/2676340?hl=en\";s:8:\"linkedin\";s:100:\"https://www.linkedin.com/help/linkedin/answer/49315/finding-your-linkedin-public-profile-url?lang=en\";}'),(109,28,'_edit_last','1'),(110,28,'team_bg_img',''),(111,28,'team_container_bg_color',''),(112,28,'team_themes','thumbrounded'),(113,28,'team_social_icon_style','rounded'),(114,28,'team_masonry_enable','no'),(115,28,'team_grid_item_align','left'),(116,28,'team_item_text_align','center'),(117,28,'team_total_items','3'),(118,28,'team_query_order','ASC'),(119,28,'team_query_orderby','none'),(120,28,'team_query_orderby_meta_key',''),(121,28,'team_items_content','excerpt'),(122,28,'team_items_excerpt_count','22'),(123,28,'team_items_excerpt_text','Read More'),(124,28,'team_taxonomy_terms','a:1:{i:8;s:1:\"8\";}'),(125,28,'team_items_title_color','#333'),(126,28,'team_items_title_font_size','15px'),(127,28,'team_items_title_font_family','Roboto'),(128,28,'team_items_position_color','#333'),(129,28,'team_items_position_font_size','13px'),(130,28,'team_items_content_color','#333'),(131,28,'team_items_content_font_size','14px'),(132,28,'team_pagination_bg_color','#2eb3f8'),(133,28,'team_pagination_active_bg_color','#249bd9'),(134,28,'team_items_thumb_size','thumbnail'),(135,28,'team_items_link_to_post','no'),(136,28,'team_items_max_width','31%'),(137,28,'team_items_width_mobile','100%'),(138,28,'team_items_width_tablet','45%'),(139,28,'team_items_thumb_max_hieght','150px'),(140,28,'team_items_thumb_max_hieght_tablet',''),(141,28,'team_items_thumb_max_hieght_mobile',''),(142,28,'team_items_margin','10px'),(143,28,'team_items_social_icon_type','image_icon'),(144,28,'team_items_social_icon_width','25px'),(145,28,'team_items_social_icon_height','25px'),(146,28,'team_items_custom_css','.team-container #team-28{} .team-container #team-28 .team-item{} .team-container #team-28 .team-thumb{} .team-container #team-28 .team-title{} .team-container #team-28 .team-content{}'),(147,28,'team_items_popup_content','full'),(148,28,'team_items_popup_excerpt_count','25'),(149,28,'team_items_popup_excerpt_text','Read More'),(150,28,'team_items_popup_width','80%'),(151,28,'team_items_popup_height','70%'),(152,28,'team_items_popup_thumb_size','thumbnail'),(153,28,'team_items_post_per_page_mixitup','3'),(154,28,'team_items_default_filter_mixitup','management'),(155,28,'team_grid_items','a:8:{s:9:\"thumbnail\";s:9:\"thumbnail\";s:5:\"title\";s:5:\"title\";s:8:\"position\";s:8:\"position\";s:7:\"content\";s:7:\"content\";s:6:\"social\";s:6:\"social\";s:5:\"popup\";s:5:\"popup\";s:4:\"meta\";s:4:\"meta\";s:5:\"skill\";s:5:\"skill\";}'),(156,28,'team_grid_items_hide','a:0:{}'),(157,28,'team_grid_meta_keys',NULL),(158,28,'team_items_skill_bg_color','#399fe7'),(159,28,'team_pagination_prev_text','« Previous'),(160,28,'team_pagination_next_text','Next »'),(161,28,'team_grid_style','grid'),(162,28,'team_pagination_type','none'),(163,28,'team_filter_bg_color','#d6d6d6'),(164,28,'team_filter_active_bg_color','#adadad'),(165,28,'team_filter_text_color','#666666'),(166,28,'team_filter_scroll_top','no'),(167,28,'team_column_number','3'),(168,28,'team_column_number_mobile','1'),(169,28,'team_column_number_tablet','2'),(170,28,'team_auto_play','true'),(171,28,'team_stop_on_hover','true'),(172,28,'team_slider_navigation','true'),(173,28,'team_slider_navigation_position','middle'),(174,28,'team_slide_speed','1000'),(175,28,'team_slider_pagination','true'),(176,28,'team_pagination_slide_speed','1000'),(177,28,'team_slider_pagination_count','false'),(178,28,'team_slider_pagination_bg','#1eb286'),(179,28,'team_slider_pagination_text_color','#fff'),(180,28,'team_slider_touch_drag','true'),(181,28,'team_slider_mouse_drag','true'),(182,28,'_edit_lock','1519461160:1'),(183,31,'_edit_last','1'),(184,31,'_edit_lock','1519383608:1'),(185,32,'_wp_attached_file','2018/02/694016783.jpg'),(186,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:619;s:6:\"height\";i:630;s:4:\"file\";s:21:\"2018/02/694016783.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"694016783-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:\"694016783-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:21:\"694016783-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"694016783-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(187,31,'_thumbnail_id','32'),(188,31,'team_member_position','Director'),(189,31,'team_member_link_to_post',''),(190,31,'team_member_skill','a:2:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}}'),(191,31,'team_address',''),(192,31,'team_member_social_links','a:7:{s:6:\"mobile\";s:0:\"\";s:7:\"website\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:36:\"https://www.facebook.com/add.a.link/\";s:7:\"twitter\";s:25:\"https://twitter.com/login\";s:10:\"googleplus\";s:52:\"https://support.google.com/plus/answer/2676340?hl=en\";s:8:\"linkedin\";s:100:\"https://www.linkedin.com/help/linkedin/answer/49315/finding-your-linkedin-public-profile-url?lang=en\";}'),(193,33,'_edit_last','1'),(194,33,'_edit_lock','1519383340:1'),(195,34,'_wp_attached_file','2018/02/900247058.jpg'),(196,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:677;s:4:\"file\";s:21:\"2018/02/900247058.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"900247058-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:\"900247058-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:21:\"900247058-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"900247058-561x270.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"bartekszewczyk.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(197,33,'_thumbnail_id','34'),(198,33,'team_member_position','Director'),(199,33,'team_member_link_to_post',''),(200,33,'team_member_skill','a:2:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}}'),(201,33,'team_address',''),(202,33,'team_member_social_links','a:7:{s:6:\"mobile\";s:0:\"\";s:7:\"website\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:36:\"https://www.facebook.com/add.a.link/\";s:7:\"twitter\";s:25:\"https://twitter.com/login\";s:10:\"googleplus\";s:52:\"https://support.google.com/plus/answer/2676340?hl=en\";s:8:\"linkedin\";s:100:\"https://www.linkedin.com/help/linkedin/answer/49315/finding-your-linkedin-public-profile-url?lang=en\";}'),(203,16,'_wp_page_template','annaulreports.php'),(204,35,'_edit_last','1'),(205,35,'_edit_lock','1520398799:1'),(206,36,'_wp_attached_file','2018/02/AAS-EXEMPTION.pdf'),(223,48,'_wp_attached_file','2018/02/construction-home.png'),(224,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1345;s:6:\"height\";i:538;s:4:\"file\";s:29:\"2018/02/construction-home.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"construction-home-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:29:\"construction-home-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"construction-home-768x307.png\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"construction-home-1024x410.png\";s:5:\"width\";i:1024;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:29:\"construction-home-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"construction-home-604x270.png\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(225,50,'_wp_attached_file','2018/02/bloodbanksoft.jpg'),(226,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:25:\"2018/02/bloodbanksoft.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bloodbanksoft-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:\"bloodbanksoft-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:25:\"bloodbanksoft-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,51,'_wp_attached_file','2018/02/diagnostic-soft.jpg'),(228,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:27:\"2018/02/diagnostic-soft.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"diagnostic-soft-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:\"diagnostic-soft-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:27:\"diagnostic-soft-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(229,52,'_menu_item_type','post_type'),(230,52,'_menu_item_menu_item_parent','0'),(231,52,'_menu_item_object_id','16'),(232,52,'_menu_item_object','page'),(233,52,'_menu_item_target',''),(234,52,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(235,52,'_menu_item_xfn',''),(236,52,'_menu_item_url',''),(238,53,'_edit_last','1'),(239,53,'_edit_lock','1519731070:1'),(254,55,'_edit_last','1'),(255,55,'_edit_lock','1525515274:1'),(256,55,'_wp_page_template','default'),(257,57,'_menu_item_type','post_type'),(258,57,'_menu_item_menu_item_parent','0'),(259,57,'_menu_item_object_id','55'),(260,57,'_menu_item_object','page'),(261,57,'_menu_item_target',''),(262,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(263,57,'_menu_item_xfn',''),(264,57,'_menu_item_url',''),(266,8,'_wp_page_template','default'),(267,10,'_wp_page_template','default'),(268,80,'_wp_attached_file','2018/02/Homeopathy.jpg'),(269,80,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2018/02/Homeopathy.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Homeopathy-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:\"Homeopathy-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:22:\"Homeopathy-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(270,81,'_wp_attached_file','2018/02/hospital.jpg'),(271,81,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:20:\"2018/02/hospital.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"hospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hospital-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:20:\"hospital-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(272,82,'_wp_attached_file','2018/02/new-clinic-hospital.jpg'),(273,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2018/02/new-clinic-hospital.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"new-clinic-hospital-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:\"new-clinic-hospital-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:31:\"new-clinic-hospital-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(274,83,'_wp_attached_file','2018/02/nursing-homes-maternity-soft.jpg'),(275,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:40:\"2018/02/nursing-homes-maternity-soft.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"nursing-homes-maternity-soft-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:40:\"nursing-homes-maternity-soft-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:40:\"nursing-homes-maternity-soft-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(276,84,'_wp_attached_file','2018/02/pediatricchidren-hospital.jpg'),(277,84,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2018/02/pediatricchidren-hospital.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pediatricchidren-hospital-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:\"pediatricchidren-hospital-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:37:\"pediatricchidren-hospital-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(278,85,'_wp_attached_file','2018/02/pharmacy-soft.jpg'),(279,85,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:250;s:4:\"file\";s:25:\"2018/02/pharmacy-soft.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pharmacy-soft-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:\"pharmacy-soft-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:25:\"pharmacy-soft-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(280,86,'_edit_last','1'),(281,86,'_edit_lock','1519458371:1'),(282,86,'team_member_position','Director'),(283,86,'team_member_link_to_post',''),(284,86,'team_member_skill','a:2:{i:0;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";}}'),(285,86,'team_address',''),(286,86,'team_member_social_links','a:7:{s:6:\"mobile\";s:0:\"\";s:7:\"website\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:36:\"https://www.facebook.com/add.a.link/\";s:7:\"twitter\";s:25:\"https://twitter.com/login\";s:10:\"googleplus\";s:52:\"https://support.google.com/plus/answer/2676340?hl=en\";s:8:\"linkedin\";s:100:\"https://www.linkedin.com/help/linkedin/answer/49315/finding-your-linkedin-public-profile-url?lang=en\";}'),(287,86,'_thumbnail_id','34'),(288,89,'_wp_attached_file','2018/02/bloodbanksoft-1.jpg'),(289,89,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:27:\"2018/02/bloodbanksoft-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"bloodbanksoft-1-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:\"bloodbanksoft-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"bloodbanksoft-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"bloodbanksoft-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:27:\"bloodbanksoft-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"bloodbanksoft-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(290,90,'_wp_attached_file','2018/02/diagnostic-soft-1.jpg'),(291,90,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:29:\"2018/02/diagnostic-soft-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"diagnostic-soft-1-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:28:\"diagnostic-soft-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"diagnostic-soft-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"diagnostic-soft-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:29:\"diagnostic-soft-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"diagnostic-soft-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(292,91,'_wp_attached_file','2018/02/Homeopathy-1.jpg'),(293,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:24:\"2018/02/Homeopathy-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Homeopathy-1-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:23:\"Homeopathy-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Homeopathy-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Homeopathy-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:24:\"Homeopathy-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Homeopathy-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(294,92,'_wp_attached_file','2018/02/hospital-1.jpg'),(295,92,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:22:\"2018/02/hospital-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hospital-1-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:\"hospital-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"hospital-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"hospital-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:22:\"hospital-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"hospital-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(296,93,'_wp_attached_file','2018/02/new-clinic-hospital-1.jpg'),(297,93,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:33:\"2018/02/new-clinic-hospital-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"new-clinic-hospital-1-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:32:\"new-clinic-hospital-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"new-clinic-hospital-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"new-clinic-hospital-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:33:\"new-clinic-hospital-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"new-clinic-hospital-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(298,94,'_wp_attached_file','2018/02/nursing-homes-maternity-soft-1.jpg'),(299,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:42:\"2018/02/nursing-homes-maternity-soft-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"nursing-homes-maternity-soft-1-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:41:\"nursing-homes-maternity-soft-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"nursing-homes-maternity-soft-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"nursing-homes-maternity-soft-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:42:\"nursing-homes-maternity-soft-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"nursing-homes-maternity-soft-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(300,95,'_wp_attached_file','2018/02/pediatricchidren-hospital-1.jpg'),(301,95,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:39:\"2018/02/pediatricchidren-hospital-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pediatricchidren-hospital-1-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:\"pediatricchidren-hospital-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"pediatricchidren-hospital-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"pediatricchidren-hospital-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:39:\"pediatricchidren-hospital-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"pediatricchidren-hospital-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(302,96,'_wp_attached_file','2018/02/pharmacy-soft-1.jpg'),(303,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:404;s:4:\"file\";s:27:\"2018/02/pharmacy-soft-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pharmacy-soft-1-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:\"pharmacy-soft-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"pharmacy-soft-1-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"pharmacy-soft-1-1024x303.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"team-500px\";a:4:{s:4:\"file\";s:27:\"pharmacy-soft-1-500x404.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"pharmacy-soft-1-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(307,99,'_wp_attached_file','2018/02/NETRIPPLES-ALL-CA-CERTIFICATES-23022018.pdf'),(323,102,'_menu_item_type','custom'),(324,102,'_menu_item_menu_item_parent','0'),(325,102,'_menu_item_object_id','102'),(326,102,'_menu_item_object','custom'),(327,102,'_menu_item_target',''),(328,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(329,102,'_menu_item_xfn',''),(330,102,'_menu_item_url','http://netripples.com'),(332,109,'_wp_attached_file','2018/02/Mazar.jpg'),(333,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:132;s:6:\"height\";i:178;s:4:\"file\";s:17:\"2018/02/Mazar.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Mazar-132x150.jpg\";s:5:\"width\";i:132;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(338,123,'_edit_lock','1525260500:1'),(339,123,'_edit_last','1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci 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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (7,1,'2018-02-23 05:50:10','2018-02-23 05:50:10','','Home','','publish','closed','closed','','home','','','2018-02-27 10:18:32','2018-02-27 10:18:32','',0,'http://www.netripples.org/?p=7',1,'nav_menu_item','',0),(8,1,'2018-02-23 05:50:40','2018-02-23 05:50:40','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n<h4>The Netripples Story</h4>\r\n<p>A company established in 13th May 1993 under Company Act was which was into Software Training and Development with excellent Track Record was taken over by Founder President Mr.Mazhar Pasha in year 1999 and coined the name as Netripples.com Software P.Ltd and then later on changed to Netripples Software Limited in year 2000. Further to this Netripples has gone for IPO in the regional Stock exchanges in Hyderabad, Bangalore and Ahmadabad in August 2000.Presently the company is proposing to get Listed in Bombay Stock Exchange</p>\r\n<p>From the year 2000, the company was founded on the principle of building and implementing great ideas that drive progress for clients and enhance lives through enterprise solutions. We have been a company focused on bringing to life great ideas and enterprise solutions that drive progress for our clients. with a focus on Healthcare and Education.</p>\r\n<p>We recognize the importance of nurturing relationships that reflect our culture of unwavering ethics and mutual respect.</p>\r\n<p>At Netripples, we believe our responsibilities extend beyond business. That is why we established the Netripples Healthcare Foundation – to provide assistance to some of the more socially and economically depressed sectors of the communities in which we work. And that is why we behave ethically and honestly in all our interactions – with our clients, our partners and our employee.</p>\r\n','About Us','','publish','closed','closed','','about-us','','','2018-05-02 05:05:17','2018-05-02 05:05:17','',0,'http://www.netripples.org/?page_id=8',0,'page','',0),(9,1,'2018-02-23 05:50:40','2018-02-23 05:50:40','coming soon','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 05:50:40','2018-02-23 05:50:40','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(10,1,'2018-02-23 05:51:05','2018-02-23 05:51:05','<h4>Chairman and Managing Director </h4>\r\n<img src=\"http://www.netripples.org/wp-content/uploads/2018/02/Mazar.jpg\" alt=\"\" width=\"132\" height=\"178\" class=\"alignnone size-full wp-image-109\" />\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n<h4>Directors</h4>\r\n\r\n<strong>Jameela Afreen</strong>\r\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\r\n\r\n<strong>Sameer Sohrab</strong>\r\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\r\n\r\n<strong>Dr. Sajid Salman</strong>\r\n<p>A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.</p>\r\n','Management Team','','publish','closed','closed','','management-team','','','2018-02-27 11:11:43','2018-02-27 11:11:43','',0,'http://www.netripples.org/?page_id=10',0,'page','',0),(11,1,'2018-02-23 05:51:05','2018-02-23 05:51:05','coming soon','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 05:51:05','2018-02-23 05:51:05','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(16,1,'2018-02-23 05:52:51','2018-02-23 05:52:51','','Investor Information','','publish','closed','closed','','investor-information','','','2018-04-18 07:08:21','2018-04-18 07:08:21','',0,'http://www.netripples.org/?page_id=16',0,'page','',0),(17,1,'2018-02-23 05:52:51','2018-02-23 05:52:51','','Annual Reports','','inherit','closed','closed','','16-revision-v1','','','2018-02-23 05:52:51','2018-02-23 05:52:51','',16,'http://www.netripples.org/2018/02/23/16-revision-v1/',0,'revision','',0),(21,1,'2018-02-23 05:54:56','2018-02-23 05:54:56',' ','','','publish','closed','closed','','21','','','2018-02-27 10:18:32','2018-02-27 10:18:32','',0,'http://www.netripples.org/?p=21',2,'nav_menu_item','',0),(24,1,'2018-02-23 06:04:47','2018-02-23 06:04:47','<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p>\r\n\r\n<p> it is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>\r\n\r\n\r\n<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p>','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 06:04:47','2018-02-23 06:04:47','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(25,1,'2018-02-23 06:14:34','2018-02-23 06:14:34','One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.Key architect for HIS – End to end ERP application covering all facets of healthcare provider. Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.\r\n','HAJI MAZHAR PASHA','','publish','closed','closed','','name-vaneer-kalyan','','','2018-02-23 11:04:13','2018-02-23 11:04:13','',0,'http://www.netripples.org/?post_type=team_member&p=25',0,'team_member','',0),(26,1,'2018-02-23 06:14:16','2018-02-23 06:14:16','','678821503','','inherit','open','closed','','678821503','','','2018-02-23 06:14:16','2018-02-23 06:14:16','',25,'http://www.netripples.org/wp-content/uploads/2018/02/678821503.jpg',0,'attachment','image/jpeg',0),(28,1,'2018-02-23 06:18:18','2018-02-23 06:18:18','','Management Team','','publish','closed','closed','','management-team','','','2018-02-24 07:51:30','2018-02-24 07:51:30','',0,'http://www.netripples.org/?post_type=team&p=28',0,'team','',0),(31,1,'2018-02-23 06:26:09','2018-02-23 06:26:09','A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.','Sameer Sohrab','','publish','closed','closed','','name-vaneer-kalyan-2','','','2018-02-23 11:02:20','2018-02-23 11:02:20','',0,'http://www.netripples.org/?post_type=team_member&p=31',0,'team_member','',0),(32,1,'2018-02-23 06:25:28','2018-02-23 06:25:28','','694016783','','inherit','open','closed','','694016783','','','2018-02-23 06:25:28','2018-02-23 06:25:28','',31,'http://www.netripples.org/wp-content/uploads/2018/02/694016783.jpg',0,'attachment','image/jpeg',0),(33,1,'2018-02-23 06:27:40','2018-02-23 06:27:40','<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>','Jameela Afreen','','publish','closed','closed','','name-vaneer-kalyan-3','','','2018-02-23 10:56:03','2018-02-23 10:56:03','',0,'http://www.netripples.org/?post_type=team_member&p=33',0,'team_member','',0),(34,1,'2018-02-23 06:26:43','2018-02-23 06:26:43','','900247058','','inherit','open','closed','','900247058','','','2018-02-23 06:26:43','2018-02-23 06:26:43','',33,'http://www.netripples.org/wp-content/uploads/2018/02/900247058.jpg',0,'attachment','image/jpeg',0),(35,1,'2018-02-23 06:40:02','2018-02-23 06:40:02','<a href=\"http://www.netripples.org/wp-content/uploads/2018/02/AAS-EXEMPTION.pdf\">File Name january-2017</a>','File Name january-2017','','publish','open','open','','file-name-january-2017','','','2018-03-07 05:01:55','2018-03-07 05:01:55','',0,'http://www.netripples.org/?p=35',0,'post','',0),(36,1,'2018-02-23 06:39:43','2018-02-23 06:39:43','','AAS EXEMPTION','','inherit','open','closed','','aas-exemption','','','2018-02-23 06:39:43','2018-02-23 06:39:43','',35,'http://www.netripples.org/wp-content/uploads/2018/02/AAS-EXEMPTION.pdf',0,'attachment','application/pdf',0),(37,1,'2018-02-23 06:40:02','2018-02-23 06:40:02','<a href=\"http://www.netripples.org/wp-content/uploads/2018/02/AAS-EXEMPTION.pdf\">File Name january-2017</a>','File Name january-2017','','inherit','closed','closed','','35-revision-v1','','','2018-02-23 06:40:02','2018-02-23 06:40:02','',35,'http://www.netripples.org/2018/02/23/35-revision-v1/',0,'revision','',0),(48,1,'2018-02-23 07:37:12','2018-02-23 07:37:12','','construction-home','','inherit','open','closed','','construction-home','','','2018-02-23 07:37:12','2018-02-23 07:37:12','',0,'http://www.netripples.org/wp-content/uploads/2018/02/construction-home.png',0,'attachment','image/png',0),(49,1,'2018-02-23 10:11:38','2018-02-23 10:11:38','[SliderPreview]','Preview','','publish','closed','closed','','preview','','','2018-02-23 10:11:38','2018-02-23 10:11:38','',0,'http://www.netripples.org/wds-slider/preview/',0,'wds-slider','',0),(50,1,'2018-02-23 10:13:00','2018-02-23 10:13:00','','bloodbanksoft','','inherit','open','closed','','bloodbanksoft','','','2018-02-23 10:13:00','2018-02-23 10:13:00','',0,'http://www.netripples.org/wp-content/uploads/2018/02/bloodbanksoft.jpg',0,'attachment','image/jpeg',0),(51,1,'2018-02-23 10:14:00','2018-02-23 10:14:00','','diagnostic-soft','','inherit','open','closed','','diagnostic-soft','','','2018-02-23 10:14:00','2018-02-23 10:14:00','',0,'http://www.netripples.org/wp-content/uploads/2018/02/diagnostic-soft.jpg',0,'attachment','image/jpeg',0),(52,1,'2018-02-23 10:24:36','2018-02-23 10:24:36',' ','','','publish','closed','closed','','52','','','2018-02-27 10:18:32','2018-02-27 10:18:32','',0,'http://www.netripples.org/?p=52',4,'nav_menu_item','',0),(53,1,'2018-02-23 10:30:45','2018-02-23 10:30:45','<a href=\"http://www.netripples.org/wp-content/uploads/2018/02/AAS-EXEMPTION.pdf\">File Name October-2017</a>','File Name October-2017','','publish','open','open','','file-name-october-2017','','','2018-02-23 10:37:24','2018-02-23 10:37:24','',0,'http://www.netripples.org/?p=53',0,'post','',0),(54,1,'2018-02-23 10:30:45','2018-02-23 10:30:45','<a href=\"http://www.netripples.org/wp-content/uploads/2018/02/AAS-EXEMPTION.pdf\">File Name October-2017</a>','File Name October-2017','','inherit','closed','closed','','53-revision-v1','','','2018-02-23 10:30:45','2018-02-23 10:30:45','',53,'http://www.netripples.org/2018/02/23/53-revision-v1/',0,'revision','',0),(55,1,'2018-02-23 10:42:57','2018-02-23 10:42:57','<h6>Registered Office</h6>\r\n“Goodlife Retreat” 1-2-36/2 Street no 4, Kakateeyanagar, \r\nHabsiguda, Hyderabad -500007, Telangana State .\r\nEmail : info@netripples.org\r\nWhatsapp : 00919666999885\r\nCall : 9666999885, 9666999800\r\n\r\n<h6>Investor Compliance Officer</h6>\r\nEmail : cs@netripples.org\r\nCall/Whatsaup : 00919666999885\r\n\r\n<h6>Registrars and Transfer Agents</h6>\r\nBigshare services P.Ltd\r\n306, Right Wing 3rd Floor\r\nAmrutha Ville, Opp, Yashoda Hospital\r\nRaj Bhavan Road, Somajiguda Hyderabad -Telangana State 500002.\r\n','Contact Us','','publish','closed','closed','','contact-us','','','2018-02-27 11:38:20','2018-02-27 11:38:20','',0,'http://www.netripples.org/?page_id=55',0,'page','',0),(56,1,'2018-02-23 10:42:57','2018-02-23 10:42:57','-Registered Office \r\n“Goodlife Retreat” 1-2-36/2 Street no 4, Kakateeyanagar, \r\nHabsiguda, Hyderabad -500007, Telangana State \r\nEmail : info@netripples.org\r\nWhatsaup : 00919666999885\r\nCall : 9666999885, 9666999800\r\n- Investor Compliance Officer\r\nEmail : cs@netripples.org\r\nCall/Whatsaup : 00919666999885\r\n\r\n- Registrars and Transfer Agents \r\no Bigshare services P.Ltd\r\n306, Right Wing 3rd Floor\r\nAmrutha Ville, Opp, Yashoda Hospital\r\nRaj Bhavan Road, Somajiguda Hyderabad -Telangana State 500002\r\n','Contact Us','','inherit','closed','closed','','55-revision-v1','','','2018-02-23 10:42:57','2018-02-23 10:42:57','',55,'http://www.netripples.org/2018/02/23/55-revision-v1/',0,'revision','',0),(57,1,'2018-02-23 10:43:09','2018-02-23 10:43:09',' ','','','publish','closed','closed','','57','','','2018-02-27 10:18:32','2018-02-27 10:18:32','',0,'http://www.netripples.org/?p=57',5,'nav_menu_item','',0),(58,1,'2018-02-23 10:43:43','2018-02-23 10:43:43','-Registered Office \r\n“Goodlife Retreat” 1-2-36/2 Street no 4, Kakateeyanagar, \r\nHabsiguda, Hyderabad -500007, Telangana State \r\nEmail : info@netripples.org\r\nWhatsaup : 00919666999885\r\nCall : 9666999885, 9666999800\r\n\r\n- Investor Compliance Officer\r\nEmail : cs@netripples.org\r\nCall/Whatsaup : 00919666999885\r\n\r\n- Registrars and Transfer Agents \r\nBigshare services P.Ltd\r\n306, Right Wing 3rd Floor\r\nAmrutha Ville, Opp, Yashoda Hospital\r\nRaj Bhavan Road, Somajiguda Hyderabad -Telangana State 500002\r\n','Contact Us','','inherit','closed','closed','','55-revision-v1','','','2018-02-23 10:43:43','2018-02-23 10:43:43','',55,'http://www.netripples.org/2018/02/23/55-revision-v1/',0,'revision','',0),(59,1,'2018-02-23 10:44:33','2018-02-23 10:44:33','<h6>Registered Office</h6>\r\n“Goodlife Retreat” 1-2-36/2 Street no 4, Kakateeyanagar, \r\nHabsiguda, Hyderabad -500007, Telangana State \r\nEmail : info@netripples.org\r\nWhatsaup : 00919666999885\r\nCall : 9666999885, 9666999800\r\n\r\n<h6>Investor Compliance Officer</h6>\r\nEmail : cs@netripples.org\r\nCall/Whatsaup : 00919666999885\r\n\r\n<h6>Registrars and Transfer Agents</h6>\r\nBigshare services P.Ltd\r\n306, Right Wing 3rd Floor\r\nAmrutha Ville, Opp, Yashoda Hospital\r\nRaj Bhavan Road, Somajiguda Hyderabad -Telangana State 500002\r\n','Contact Us','','inherit','closed','closed','','55-revision-v1','','','2018-02-23 10:44:33','2018-02-23 10:44:33','',55,'http://www.netripples.org/2018/02/23/55-revision-v1/',0,'revision','',0),(61,1,'2018-02-23 10:47:47','2018-02-23 10:47:47','Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.\r\nToday Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.\r\nWe are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 10:47:47','2018-02-23 10:47:47','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(63,1,'2018-02-23 11:03:38','2018-02-23 11:03:38','One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.\nKey architect for HIS – End to end ERP application covering all facets of healthcare provider. Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.\n','HAJI MAZHAR PASHA','','inherit','closed','closed','','25-autosave-v1','','','2018-02-23 11:03:38','2018-02-23 11:03:38','',25,'http://www.netripples.org/2018/02/23/25-autosave-v1/',0,'revision','',0),(65,1,'2018-02-23 11:11:13','2018-02-23 11:11:13','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 11:11:13','2018-02-23 11:11:13','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(66,1,'2018-02-23 11:16:34','2018-02-23 11:16:34','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 11:16:34','2018-02-23 11:16:34','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(67,1,'2018-02-23 11:18:33','2018-02-23 11:18:33','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h6>Key Products and Services</h6>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 11:18:33','2018-02-23 11:18:33','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(68,1,'2018-02-23 11:18:49','2018-02-23 11:18:49','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 11:18:49','2018-02-23 11:18:49','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(69,1,'2018-02-23 11:20:16','2018-02-23 11:20:16','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n<h4>The Netripples Story</h4>\r\n<p>A company established in 13th May 1993 under Company Act was which was into Software Training and Development with excellent Track Record was taken over by Founder President Mr.Mazhar Pasha in year 1999 and coined the name as Netripples.com Software P.Ltd and then later on changed to Netripples Software Limited in year 2000. Further to this Netripples has gone for IPO in the regional Stock exchanges in Hyderabad, Bangalore and Ahmadabad in August 2000.Presently the company is proposing to get Listed in Bombay Stock Exchange</p>\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 11:20:16','2018-02-23 11:20:16','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(70,1,'2018-02-23 11:23:48','2018-02-23 11:23:48','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n<h4>The Netripples Story</h4>\r\n<p>A company established in 13th May 1993 under Company Act was which was into Software Training and Development with excellent Track Record was taken over by Founder President Mr.Mazhar Pasha in year 1999 and coined the name as Netripples.com Software P.Ltd and then later on changed to Netripples Software Limited in year 2000. Further to this Netripples has gone for IPO in the regional Stock exchanges in Hyderabad, Bangalore and Ahmadabad in August 2000.Presently the company is proposing to get Listed in Bombay Stock Exchange</p>\r\n<p>From the year 2000, the company was founded on the principle of building and implementing great ideas that drive progress for clients and enhance lives through enterprise solutions. We have been a company focused on bringing to life great ideas and enterprise solutions that drive progress for our clients. with a focus on Healthcare and Education.</p>\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 11:23:48','2018-02-23 11:23:48','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(71,1,'2018-02-23 11:24:31','2018-02-23 11:24:31','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n<h4>The Netripples Story</h4>\r\n<p>A company established in 13th May 1993 under Company Act was which was into Software Training and Development with excellent Track Record was taken over by Founder President Mr.Mazhar Pasha in year 1999 and coined the name as Netripples.com Software P.Ltd and then later on changed to Netripples Software Limited in year 2000. Further to this Netripples has gone for IPO in the regional Stock exchanges in Hyderabad, Bangalore and Ahmadabad in August 2000.Presently the company is proposing to get Listed in Bombay Stock Exchange</p>\r\n<p>From the year 2000, the company was founded on the principle of building and implementing great ideas that drive progress for clients and enhance lives through enterprise solutions. We have been a company focused on bringing to life great ideas and enterprise solutions that drive progress for our clients. with a focus on Healthcare and Education.</p>\r\n<p>We recognize the importance of nurturing relationships that reflect our culture of unwavering ethics and mutual respect.</p>\r\n<p>At Netripples, we believe our responsibilities extend beyond business. That is why we established the Netripples Healthcare Foundation – to provide assistance to some of the more socially and economically depressed sectors of the communities in which we work. And that is why we behave ethically and honestly in all our interactions – with our clients, our partners and our employee.</p>\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-02-23 11:24:31','2018-02-23 11:24:31','',8,'http://www.netripples.org/2018/02/23/8-revision-v1/',0,'revision','',0),(73,1,'2018-02-23 11:29:38','2018-02-23 11:29:38','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n\r\n\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 11:29:38','2018-02-23 11:29:38','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(74,1,'2018-02-23 11:30:51','2018-02-23 11:30:51','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n\r\n\r\n\r\n\r\n\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 11:30:51','2018-02-23 11:30:51','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(75,1,'2018-02-23 11:32:20','2018-02-23 11:32:20','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n\r\n\r\n\r\n\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 11:32:20','2018-02-23 11:32:20','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(76,1,'2018-02-23 11:33:12','2018-02-23 11:33:12','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n\r\n\r\n\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 11:33:12','2018-02-23 11:33:12','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(77,1,'2018-02-23 11:33:44','2018-02-23 11:33:44','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 11:33:44','2018-02-23 11:33:44','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(78,1,'2018-02-23 11:35:47','2018-02-23 11:35:47','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n\r\n\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 11:35:47','2018-02-23 11:35:47','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(79,1,'2018-02-23 11:47:31','2018-02-23 11:47:31','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n<h4>Directors</h4>\r\n\r\n<h4>Jameela Afreen </h4>\r\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\r\n\r\n<h4>Sameer Sohrab</h4>\r\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-23 11:47:31','2018-02-23 11:47:31','',10,'http://www.netripples.org/2018/02/23/10-revision-v1/',0,'revision','',0),(80,1,'2018-02-24 05:44:34','2018-02-24 05:44:34','','Homeopathy','','inherit','open','closed','','homeopathy','','','2018-02-24 05:44:34','2018-02-24 05:44:34','',0,'http://www.netripples.org/wp-content/uploads/2018/02/Homeopathy.jpg',0,'attachment','image/jpeg',0),(81,1,'2018-02-24 05:44:36','2018-02-24 05:44:36','','hospital','','inherit','open','closed','','hospital','','','2018-02-24 05:44:36','2018-02-24 05:44:36','',0,'http://www.netripples.org/wp-content/uploads/2018/02/hospital.jpg',0,'attachment','image/jpeg',0),(82,1,'2018-02-24 05:44:38','2018-02-24 05:44:38','','new-clinic-hospital','','inherit','open','closed','','new-clinic-hospital','','','2018-02-24 05:44:38','2018-02-24 05:44:38','',0,'http://www.netripples.org/wp-content/uploads/2018/02/new-clinic-hospital.jpg',0,'attachment','image/jpeg',0),(83,1,'2018-02-24 05:44:39','2018-02-24 05:44:39','','nursing-homes-maternity-soft','','inherit','open','closed','','nursing-homes-maternity-soft','','','2018-02-24 05:44:39','2018-02-24 05:44:39','',0,'http://www.netripples.org/wp-content/uploads/2018/02/nursing-homes-maternity-soft.jpg',0,'attachment','image/jpeg',0),(84,1,'2018-02-24 05:44:41','2018-02-24 05:44:41','','pediatric&chidren-hospital','','inherit','open','closed','','pediatricchidren-hospital','','','2018-02-24 05:44:41','2018-02-24 05:44:41','',0,'http://www.netripples.org/wp-content/uploads/2018/02/pediatricchidren-hospital.jpg',0,'attachment','image/jpeg',0),(85,1,'2018-02-24 05:44:42','2018-02-24 05:44:42','','pharmacy-soft','','inherit','open','closed','','pharmacy-soft','','','2018-02-24 05:44:42','2018-02-24 05:44:42','',0,'http://www.netripples.org/wp-content/uploads/2018/02/pharmacy-soft.jpg',0,'attachment','image/jpeg',0),(86,1,'2018-02-24 07:32:12','2018-02-24 07:32:12','A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.','Dr. Sajid Salman','','publish','closed','closed','','dr-sajid-salman','','','2018-02-24 07:48:27','2018-02-24 07:48:27','',0,'http://www.netripples.org/?post_type=team_member&p=86',0,'team_member','',0),(87,1,'2018-02-24 07:47:25','2018-02-24 07:47:25','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\nmazhar.pasha@gmail.com\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n<h4>Directors</h4>\r\n\r\n<h4>Jameela Afreen </h4>\r\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\r\n\r\n<h4>Sameer Sohrab</h4>\r\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\r\n\r\n<h4>Dr. Sajid Salman</h4>\r\n<p>A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.</p>\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-24 07:47:25','2018-02-24 07:47:25','',10,'http://www.netripples.org/2018/02/24/10-revision-v1/',0,'revision','',0),(89,1,'2018-02-24 09:50:01','2018-02-24 09:50:01','','bloodbanksoft','','inherit','open','closed','','bloodbanksoft-2','','','2018-02-24 09:50:01','2018-02-24 09:50:01','',0,'http://www.netripples.org/wp-content/uploads/2018/02/bloodbanksoft-1.jpg',0,'attachment','image/jpeg',0),(90,1,'2018-02-24 09:50:03','2018-02-24 09:50:03','','diagnostic-soft','','inherit','open','closed','','diagnostic-soft-2','','','2018-02-24 09:50:03','2018-02-24 09:50:03','',0,'http://www.netripples.org/wp-content/uploads/2018/02/diagnostic-soft-1.jpg',0,'attachment','image/jpeg',0),(91,1,'2018-02-24 09:50:04','2018-02-24 09:50:04','','Homeopathy','','inherit','open','closed','','homeopathy-2','','','2018-02-24 09:50:04','2018-02-24 09:50:04','',0,'http://www.netripples.org/wp-content/uploads/2018/02/Homeopathy-1.jpg',0,'attachment','image/jpeg',0),(92,1,'2018-02-24 09:50:06','2018-02-24 09:50:06','','hospital','','inherit','open','closed','','hospital-2','','','2018-02-24 09:50:06','2018-02-24 09:50:06','',0,'http://www.netripples.org/wp-content/uploads/2018/02/hospital-1.jpg',0,'attachment','image/jpeg',0),(93,1,'2018-02-24 09:50:08','2018-02-24 09:50:08','','new-clinic-hospital','','inherit','open','closed','','new-clinic-hospital-2','','','2018-02-24 09:50:08','2018-02-24 09:50:08','',0,'http://www.netripples.org/wp-content/uploads/2018/02/new-clinic-hospital-1.jpg',0,'attachment','image/jpeg',0),(94,1,'2018-02-24 09:50:09','2018-02-24 09:50:09','','nursing-homes-maternity-soft','','inherit','open','closed','','nursing-homes-maternity-soft-2','','','2018-02-24 09:50:09','2018-02-24 09:50:09','',0,'http://www.netripples.org/wp-content/uploads/2018/02/nursing-homes-maternity-soft-1.jpg',0,'attachment','image/jpeg',0),(95,1,'2018-02-24 09:50:11','2018-02-24 09:50:11','','pediatricchidren-hospital','','inherit','open','closed','','pediatricchidren-hospital-2','','','2018-02-24 09:50:11','2018-02-24 09:50:11','',0,'http://www.netripples.org/wp-content/uploads/2018/02/pediatricchidren-hospital-1.jpg',0,'attachment','image/jpeg',0),(96,1,'2018-02-24 09:50:13','2018-02-24 09:50:13','','pharmacy-soft','','inherit','open','closed','','pharmacy-soft-2','','','2018-02-24 09:50:13','2018-02-24 09:50:13','',0,'http://www.netripples.org/wp-content/uploads/2018/02/pharmacy-soft-1.jpg',0,'attachment','image/jpeg',0),(99,1,'2018-02-27 09:35:27','2018-02-27 09:35:27','','NETRIPPLES-ALL CA CERTIFICATES-23022018','','inherit','open','closed','','netripples-all-ca-certificates-23022018','','','2018-04-18 07:07:53','2018-04-18 07:07:53','',16,'http://www.netripples.org/wp-content/uploads/2018/02/NETRIPPLES-ALL-CA-CERTIFICATES-23022018.pdf',0,'attachment','application/pdf',0),(102,1,'2018-02-27 10:17:02','2018-02-27 10:17:02','','Products and Services','','publish','closed','closed','','products-and-services','','','2018-02-27 10:18:32','2018-02-27 10:18:32','',0,'http://www.netripples.org/?p=102',3,'nav_menu_item','',0),(103,1,'2018-02-27 10:18:18','2018-02-27 10:18:18','','Investor Information','','inherit','closed','closed','','16-revision-v1','','','2018-02-27 10:18:18','2018-02-27 10:18:18','',16,'http://www.netripples.org/2018/02/27/16-revision-v1/',0,'revision','',0),(104,1,'2018-02-27 10:36:52','2018-02-27 10:36:52','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n<h4>Directors</h4>\r\n\r\n<h4>Jameela Afreen </h4>\r\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\r\n\r\n<h4>Sameer Sohrab</h4>\r\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\r\n\r\n<h4>Dr. Sajid Salman</h4>\r\n<p>A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.</p>\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-27 10:36:52','2018-02-27 10:36:52','',10,'http://www.netripples.org/2018/02/27/10-revision-v1/',0,'revision','',0),(106,1,'2018-02-27 10:38:35','2018-02-27 10:38:35','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n<h4>Directors</h4>\r\n\r\n<h5>Jameela Afreen </h5>\r\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\r\n\r\n<h5>Sameer Sohrab</h5>\r\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\r\n\r\n<h5>Dr. Sajid Salman</h5>\r\n<p>A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.</p>\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-27 10:38:35','2018-02-27 10:38:35','',10,'http://www.netripples.org/2018/02/27/10-revision-v1/',0,'revision','',0),(107,1,'2018-02-27 10:39:29','2018-02-27 10:39:29','<h4>Chairman and Managing Director </h4>\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n<h4>Directors</h4>\r\n\r\n<strong>Jameela Afreen</strong>\r\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\r\n\r\n<strong>Sameer Sohrab</strong>\r\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\r\n\r\n<strong>Dr. Sajid Salman</strong>\r\n<p>A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.</p>\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-27 10:39:29','2018-02-27 10:39:29','',10,'http://www.netripples.org/2018/02/27/10-revision-v1/',0,'revision','',0),(108,1,'2018-02-27 11:03:44','2018-02-27 11:03:44','<h4>Chairman and Managing Director </h4>\n\n<strong>HAJI MAZHAR PASHA</strong>\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\n\n<h4>Significant Contributions to Health care Industry :</h4>\n<ul>\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\n\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\n\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\n\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\n\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\n\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\n\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\n\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\n\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\n\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\n\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\n\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\n\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\n\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\n\n <li>Founder President for Netripples Software Group.</li>\n\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\n\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\n\n</ul>\n<h4>Academic Background :</h4>\n <ul>\n<li>Qualified Engineer in Mechanical Stream.</li>\n\n <li>PG in Computer Science, Marketing and Sales Management.</li>\n\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\n\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\n<h4>Health Care Segment:</h4>\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\n\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\n\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\n\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\n\n\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\n <ul>\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\n\n <li>MECOM 08,09 Dubai.</li>\n\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\n\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\n\n <li>Gitex Dubai and Hyderabad.</li>\n\n <li>COMDEX 2001 South Korea.</li>\n\n <li>Bangalore IT.COM, India.</li>\n\n <li>Delhi IT.com, held at Delhi</li>\n\n <li>Supercom 2000 at Hyderabad etc.,</li>\n\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\n</ul>\n\n<h4>Directors</h4>\n\n<strong>Jameela Afreen</strong>\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\n\n<strong>Sameer Sohrab</strong>\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\n\n<strong>Dr. Sajid Salman</strong>\n<p>A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.</p>\n','Management Team','','inherit','closed','closed','','10-autosave-v1','','','2018-02-27 11:03:44','2018-02-27 11:03:44','',10,'http://www.netripples.org/2018/02/27/10-autosave-v1/',0,'revision','',0),(109,1,'2018-02-27 11:11:32','2018-02-27 11:11:32','','Mazar','','inherit','open','closed','','mazar','','','2018-02-27 11:11:32','2018-02-27 11:11:32','',10,'http://www.netripples.org/wp-content/uploads/2018/02/Mazar.jpg',0,'attachment','image/jpeg',0),(110,1,'2018-02-27 11:11:43','2018-02-27 11:11:43','<h4>Chairman and Managing Director </h4>\r\n<img src=\"http://www.netripples.org/wp-content/uploads/2018/02/Mazar.jpg\" alt=\"\" width=\"132\" height=\"178\" class=\"alignnone size-full wp-image-109\" />\r\n<strong>HAJI MAZHAR PASHA</strong>\r\n<em>FOUNDER, PRESIDENT AND MANAGING DIRECTOR</em>\r\n\r\n<h4>Significant Contributions to Health care Industry :</h4>\r\n<ul>\r\n <li>One of the Prominent health care Technical Consultant to Ministry of health, Malaysia, UAE, Saudi Arabia, Kuwait , Ministry of Iran, Bahrain and other host of 10 more countries across the world.</li>\r\n\r\n <li>Key architect for HIS – End to end ERP application covering all facets of healthcare provider.</li>\r\n\r\n <li>Designed and developed architecture for Blood Banking Network in Malaysia under ministry of health.</li>\r\n\r\n <li>Designed the Cord Blood Banking and Stem cell therapy system using IT in Dubai Cord Blood Bank Center. UAE.</li>\r\n\r\n <li>Prominent Technical and Functional and Administration Consultant in major health care groups.</li>\r\n\r\n <li>Designed and developed Technical IT architecture for Large 1 billion US dollar Hospital Corporate Group with over 21 hospitals in South east Asia called KPJ group for their advanced Web based Laboratory information System.</li>\r\n\r\n <li>Designed Standard Operating Procedures and Processes for Health care network. Blood bank network and specialized hospital administration systems.</li>\r\n\r\n <li>Implemented Standards of ICD 10 AM. ISBT, Bar code and insurance standards across majore health care installations.</li>\r\n\r\n <li>Technical Implementation and process setup for the state of art Blood Bank for the Govt of Uttaranchal Sponsored IMA Blood Bank in Uttarkand State North India.</li>\r\n\r\n<li>Implemented State of Art Blood Bank floor Saudi German Group in Saudi Arabia for their network of 20 Hospitals across Middle East.</li>\r\n\r\n <li>Over 300 installations cross the world with over 75 patented applications valid in 155 countries.</li>\r\n\r\n <li>Published scientific articles in major magazines across the world relevant to IT Health care.</li>\r\n\r\n <li>Prominent Speaker for Arab Health Dubai, MeCOM, Dubai, Saudi E-Conferences Saudi Arabia and South East Asia segment health Conferences.</li>\r\n\r\n <li>Travelled across continents and designed a network of 21 world markets for Flag ship company called Netripples Software Limited.</li>\r\n\r\n <li>Founder President for Netripples Software Group.</li>\r\n\r\n <li>President for Non Profit Organization called NR Health care Foundation to provide services, systems at no profit to health care industry across the world.</li>\r\n\r\n <li>Prominent Member for social and voluntary Organizations across the world.</li>\r\n\r\n</ul>\r\n<h4>Academic Background :</h4>\r\n <ul>\r\n<li>Qualified Engineer in Mechanical Stream.</li>\r\n\r\n <li>PG in Computer Science, Marketing and Sales Management.</li>\r\n\r\n <li>Lead Assessor under Nigel Baur United Kingdom in ISO.</li>\r\n\r\n <li>Hospital Administration by American Academy of Continued Medical Education under IRCMI.</li></ul>\r\n<h4>Health Care Segment:</h4>\r\n<p>Last 25 years of Special Focus on Health Care Segment and IT enablement of Hospital Systems, Blood Banks, Online Patient Management systems. His expertise includes the prestigious assignments across countries in USA, Middle East, India and many parts of Europe. Was involved in Design and Architecture for large Ministries of health including MOH, Malaysia for the PDN( Pusat Dara Negara), Saudi German Hospitals Group. Dubai Health Authority, KPJ Hospitals and Cosmo point IT University etc in Malaysia. He is widely traveled all over the world and has hands on experience in installing IT solutions in over 30 countries.</p>\r\n\r\n<p>He has a total of 25 years of experience to his credit that includes <strong>last15 years special focus on Utilizing Information technology Tools and developing suitable applications, Project Management, Human Resources Deployment, Onsite Consultancy support, HR training, Operational Efficiency and back end analysis</strong> of the division wise productivity.</p>\r\n\r\n<p>Prominent Assignments in Health Care segment includes prestigious clients like <strong>American Red Cross Blood Bank.</strong></p>\r\n\r\n<p><strong>A renowned Speaker at Events and Conducted Seminars, Workshops and Training assignments.</strong></p>\r\n\r\n\r\nMr. Mazhar Pasha has presented papers and conducted workshops on Software and as well been a speaker at many prestigious IT Events, to name a few:\r\n <ul>\r\n<li>Arab Health Dubai 2005, 06,07 and 08,09, 10.</li>\r\n\r\n <li>MECOM 08,09 Dubai.</li>\r\n\r\n <li>SAUDI E-Conference 2008, Riyadh, Saudi Arabia.</li>\r\n\r\n <li>SAN HOSE Health Care Howmedica Conference California USA,</li>\r\n\r\n <li>Gitex Dubai and Hyderabad.</li>\r\n\r\n <li>COMDEX 2001 South Korea.</li>\r\n\r\n <li>Bangalore IT.COM, India.</li>\r\n\r\n <li>Delhi IT.com, held at Delhi</li>\r\n\r\n <li>Supercom 2000 at Hyderabad etc.,</li>\r\n\r\n <li>He is major contributor in scientific Presentations, Donor recruitment at blood Banks, Hospital Administration key result areas across the world.</li>\r\n</ul>\r\n\r\n<h4>Directors</h4>\r\n\r\n<strong>Jameela Afreen</strong>\r\n<p>Being a Bacholor of Science and Bacholor of Education Qualification with over 20 years of Experience in Handling Operations, Finance, Administration, Human Resource Management and other Stratigic Corporate Planning experiences with a experience in Information technology Basics and Accounts and Administration Management</p>\r\n\r\n<strong>Sameer Sohrab</strong>\r\n<p>A Bacholor in Engineering with Electronics and Communication with over 8 Years experience in Information Technology, Web Technologies, System Administration, Network management, Client Management brings in value added knowledge in the evoling technologies and mobile and convergence of Information communication Technologies of the future.</p>\r\n\r\n<strong>Dr. Sajid Salman</strong>\r\n<p>A MBBS graduate from Dr. NTR university with expertise in Information technology by way of usage of the software on various hospitals, clinics, pharmacies labs and blood banks forming a bridge between customers and doctors and pathologists and Blood Bank technologist for exploring the best use of Information technology in complimenting their day to day work and operations including streamlining the process and increase productivity, enhance accuracy, update mundane jobs , data record and update with Audit trail.</p>\r\n','Management Team','','inherit','closed','closed','','10-revision-v1','','','2018-02-27 11:11:43','2018-02-27 11:11:43','',10,'http://www.netripples.org/2018/02/27/10-revision-v1/',0,'revision','',0),(112,1,'2018-02-27 17:56:47','2018-02-27 17:56:47','<h6>Registered Office</h6>\n“Goodlife Retreat” 1-2-36/2 Street no 4, Kakateeyanagar, \nHabsiguda, Hyderabad -500007, Telangana State .\nEmail : info@netripples.org\nWhatsapp : 0091847706507\nCall : 9666999885, 9666999800\n\n<h6>Investor Compliance Officer</h6>\nEmail : cs@netripples.org\nCall/Whatsaup : 00919666999885\n\n<h6>Registrars and Transfer Agents</h6>\nBigshare services P.Ltd\n306, Right Wing 3rd Floor\nAmrutha Ville, Opp, Yashoda Hospital\nRaj Bhavan Road, Somajiguda Hyderabad -Telangana State 500002.\n','Contact Us','','inherit','closed','closed','','55-autosave-v1','','','2018-02-27 17:56:47','2018-02-27 17:56:47','',55,'http://www.netripples.org/2018/02/27/55-autosave-v1/',0,'revision','',0),(113,1,'2018-02-27 11:38:20','2018-02-27 11:38:20','<h6>Registered Office</h6>\r\n“Goodlife Retreat” 1-2-36/2 Street no 4, Kakateeyanagar, \r\nHabsiguda, Hyderabad -500007, Telangana State .\r\nEmail : info@netripples.org\r\nWhatsapp : 00919666999885\r\nCall : 9666999885, 9666999800\r\n\r\n<h6>Investor Compliance Officer</h6>\r\nEmail : cs@netripples.org\r\nCall/Whatsaup : 00919666999885\r\n\r\n<h6>Registrars and Transfer Agents</h6>\r\nBigshare services P.Ltd\r\n306, Right Wing 3rd Floor\r\nAmrutha Ville, Opp, Yashoda Hospital\r\nRaj Bhavan Road, Somajiguda Hyderabad -Telangana State 500002.\r\n','Contact Us','','inherit','closed','closed','','55-revision-v1','','','2018-02-27 11:38:20','2018-02-27 11:38:20','',55,'http://www.netripples.org/2018/02/27/55-revision-v1/',0,'revision','',0),(123,1,'2018-04-30 04:26:36','2018-04-30 04:26:36','','testing','','publish','open','open','','testing','','','2018-05-02 11:10:00','2018-05-02 11:10:00','',0,'http://www.netripples.org/?p=123',0,'post','',0),(124,1,'2018-04-30 04:26:36','2018-04-30 04:26:36','','testing','','inherit','closed','closed','','123-revision-v1','','','2018-04-30 04:26:36','2018-04-30 04:26:36','',123,'http://www.netripples.org/?p=124',0,'revision','',0),(125,1,'2018-05-01 11:17:48','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-01 11:17:48','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=125',0,'post','',0),(126,1,'2018-05-01 11:18:15','2018-05-01 11:18:15','<a href=\"http://www.netripples.org/wp-content/uploads/2018/02/NETRIPPLES-ALL-CA-CERTIFICATES-23022018.pdf\">NETRIPPLES-ALL CA CERTIFICATES-23022018</a>','testing','','inherit','closed','closed','','123-revision-v1','','','2018-05-01 11:18:15','2018-05-01 11:18:15','',123,'http://www.netripples.org/?p=126',0,'revision','',0),(128,1,'2018-05-01 11:23:54','2018-05-01 11:23:54','','testing','','inherit','closed','closed','','123-revision-v1','','','2018-05-01 11:23:54','2018-05-01 11:23:54','',123,'http://www.netripples.org/?p=128',0,'revision','',0),(129,1,'2018-05-01 12:06:50','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-01 12:06:50','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=129',0,'post','',0),(130,1,'2018-05-01 12:24:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-01 12:24:42','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=130',0,'post','',0),(131,1,'2018-05-02 05:05:05','2018-05-02 05:05:05','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Servics.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n<h4>The Netripples Story</h4>\r\n<p>A company established in 13th May 1993 under Company Act was which was into Software Training and Development with excellent Track Record was taken over by Founder President Mr.Mazhar Pasha in year 1999 and coined the name as Netripples.com Software P.Ltd and then later on changed to Netripples Software Limited in year 2000. Further to this Netripples has gone for IPO in the regional Stock exchanges in Hyderabad, Bangalore and Ahmadabad in August 2000.Presently the company is proposing to get Listed in Bombay Stock Exchange</p>\r\n<p>From the year 2000, the company was founded on the principle of building and implementing great ideas that drive progress for clients and enhance lives through enterprise solutions. We have been a company focused on bringing to life great ideas and enterprise solutions that drive progress for our clients. with a focus on Healthcare and Education.</p>\r\n<p>We recognize the importance of nurturing relationships that reflect our culture of unwavering ethics and mutual respect.</p>\r\n<p>At Netripples, we believe our responsibilities extend beyond business. That is why we established the Netripples Healthcare Foundation – to provide assistance to some of the more socially and economically depressed sectors of the communities in which we work. And that is why we behave ethically and honestly in all our interactions – with our clients, our partners and our employee.</p>\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-05-02 05:05:05','2018-05-02 05:05:05','',8,'http://www.netripples.org/?p=131',0,'revision','',0),(132,1,'2018-05-02 05:05:17','2018-05-02 05:05:17','<p>Netripples is a leading Organization in Healthcare and Education Informatics worldwide. A leader in Consulting in Technology and outsourcing and next-generation services with focus on Healthcare and Education since 1993. We enable our Healthcare Providers and Education Segment clients in more than 20 countries to outperform the competition and stay ahead of the innovation curve. As on year 2015, Netripples products and services are in use over 20 countries and 10 ministries of health and over 3000 Clients worldwide use Netripples products and Services.</p>\r\n\r\n<p>Today Netripples has World’s largest medical Informatics Store with over 75 products and services especially in Healthcare Informatics and the Only Store in the world which has the DIOMS ( Downloadable, Instantanous Installations, Operate, Maintenance and Services and Support Online.</p>\r\n\r\n<p>We are helping enterprises renew themselves while also creating new avenues to generate value. We provide enterprises with strategic insights on what lies ahead. We help enterprises transform and thrive in a changing world through strategic consulting, operational leadership, and the co-creation of breakthrough solutions, including those in mobility, sustainability, big data, and cloud computing.</p>\r\n<h4>Key Products and Services</h4>\r\n<ol>\r\n <li>Ready to use Healthcare Informatics products.</li>\r\n\r\n <li>Consulting on Blood Bank and Blood Bank Networking and Standard Operating procedures.</li>\r\n\r\n <li>Outsourcing on Healthcare and Education and Supply Chain Software Development, Maintenance and Support.</li>\r\n\r\n <li>Project Migration from Client Server Technologies to Web based Technologies, Mobile Technologies, and Cloud based Environment Deployment services.</li>\r\n\r\n <li>Data Migration, Data Storage, Data Center Management and Infrastructure Services.</li>\r\n\r\n <li>Online and E-commerce Store Setup, Establishment, and Training and Deployments.</li>\r\n\r\n <li>Franchise Establishment and Channel network support and services for the Netripples Products and Services.</li>\r\n\r\n</ol>\r\n<h4>The Netripples Story</h4>\r\n<p>A company established in 13th May 1993 under Company Act was which was into Software Training and Development with excellent Track Record was taken over by Founder President Mr.Mazhar Pasha in year 1999 and coined the name as Netripples.com Software P.Ltd and then later on changed to Netripples Software Limited in year 2000. Further to this Netripples has gone for IPO in the regional Stock exchanges in Hyderabad, Bangalore and Ahmadabad in August 2000.Presently the company is proposing to get Listed in Bombay Stock Exchange</p>\r\n<p>From the year 2000, the company was founded on the principle of building and implementing great ideas that drive progress for clients and enhance lives through enterprise solutions. We have been a company focused on bringing to life great ideas and enterprise solutions that drive progress for our clients. with a focus on Healthcare and Education.</p>\r\n<p>We recognize the importance of nurturing relationships that reflect our culture of unwavering ethics and mutual respect.</p>\r\n<p>At Netripples, we believe our responsibilities extend beyond business. That is why we established the Netripples Healthcare Foundation – to provide assistance to some of the more socially and economically depressed sectors of the communities in which we work. And that is why we behave ethically and honestly in all our interactions – with our clients, our partners and our employee.</p>\r\n','About Us','','inherit','closed','closed','','8-revision-v1','','','2018-05-02 05:05:17','2018-05-02 05:05:17','',8,'http://www.netripples.org/?p=132',0,'revision','',0),(133,1,'2018-05-02 05:10:21','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-02 05:10:21','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=133',0,'post','',0),(134,1,'2018-05-02 10:48:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-02 10:48:56','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=134',0,'post','',0),(135,1,'2018-05-02 10:48:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-02 10:48:56','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=135',0,'post','',0),(136,1,'2018-05-02 10:50:11','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-02 10:50:11','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=136',0,'post','',0),(137,1,'2018-05-05 08:40:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2018-05-05 08:40:45','0000-00-00 00:00:00','',0,'http://www.netripples.org/?p=137',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (7,2,0),(21,2,0),(25,8,0),(31,8,0),(33,8,0),(35,3,0),(52,2,0),(53,3,0),(57,2,0),(86,8,0),(102,2,0),(123,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,5),(3,3,'category','Annual Reports',0,2),(8,8,'team_group','',0,4); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(3,'Investor Information','investor-information',0),(8,'Management','management',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(17,1,'wp_dashboard_quick_press_last_post_id','137'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"103.96.18.0\";}'),(19,1,'wppb_pms_cross_promo_dismiss_notification','true'),(20,1,'wppb_new_add_on_woocommerce_dismiss_notification','true'),(21,1,'wppb_anyone_can_register_dismiss_notification','true'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:3:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";i:2;s:14:\"add-team_group\";}'),(24,1,'wp_user-settings','editor=html&libraryContent=browse'),(25,1,'wp_user-settings-time','1524638472'),(26,1,'nav_menu_recently_edited','2'),(30,1,'closedpostboxes_dashboard','a:0:{}'),(31,1,'metaboxhidden_dashboard','a:4:{i:0;s:19:\"dashboard_right_now\";i:1;s:18:\"dashboard_activity\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),(32,2,'nickname','mazhar'),(33,2,'first_name','Mazhar'),(34,2,'last_name','PAsha'),(35,2,'description','test page'),(36,2,'rich_editing','true'),(37,2,'syntax_highlighting','true'),(38,2,'comment_shortcuts','false'),(39,2,'admin_color','blue'),(40,2,'use_ssl','0'),(41,2,'show_admin_bar_front','true'),(42,2,'locale',''),(43,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(44,2,'wp_user_level','0'),(45,2,'default_password_nag',''),(46,2,'session_tokens','a:2:{s:64:\"ef1b7a3495a2a5895c04f6e18aaf2ec17ac54f9081a5422f77b66e0cd20cc4b7\";a:4:{s:10:\"expiration\";i:1519659986;s:2:\"ip\";s:13:\"183.82.228.34\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36\";s:5:\"login\";i:1519487186;}s:64:\"0366edbce3cc899086adf31a7f32bdfb40676629bce2453e587d865049c9648a\";a:4:{s:10:\"expiration\";i:1519660203;s:2:\"ip\";s:13:\"183.82.228.34\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36\";s:5:\"login\";i:1519487403;}}'),(47,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"183.82.228.0\";}'),(48,1,'wpcf7_hide_welcome_panel_on','a:1:{i:0;s:3:\"5.0\";}'),(84,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"902b0ccf03af2fbb3daf1d60d1a0e094\";s:8:\"newemail\";s:19:\"info@netripples.org\";}'),(89,1,'closedpostboxes_page','a:0:{}'),(90,1,'metaboxhidden_page','a:6:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";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`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BQ2KO52hWn41lshSvao2drFCtLngQn.','admin','kitkarimnagar@gmail.com','','2018-02-23 05:40:02','',0,'admin'),(2,'mazhar','$P$B8awBoLBy9HDAe1BiUd70/a3l3ty6o0','mazhar','mazhar.pasha@netripples.com','http://www.netripples.com','2018-02-24 15:44:16','',0,'mazhar'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wdslayer` -- DROP TABLE IF EXISTS `wp_wdslayer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wdslayer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext NOT NULL, `slide_id` bigint(20) NOT NULL, `type` varchar(8) NOT NULL, `depth` bigint(20) NOT NULL, `text` mediumtext NOT NULL, `link` mediumtext NOT NULL, `left` int(4) NOT NULL, `top` int(4) NOT NULL, `start` bigint(20) NOT NULL, `end` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `color` varchar(8) NOT NULL, `size` bigint(20) NOT NULL, `ffamily` varchar(32) NOT NULL, `fweight` varchar(8) NOT NULL, `padding` varchar(32) NOT NULL, `fbgcolor` varchar(8) NOT NULL, `transparent` int(4) NOT NULL, `border_width` int(4) NOT NULL, `border_style` varchar(16) NOT NULL, `border_color` varchar(8) NOT NULL, `border_radius` varchar(32) NOT NULL, `shadow` varchar(127) NOT NULL, `image_url` mediumtext NOT NULL, `image_width` int(4) NOT NULL, `image_height` int(4) NOT NULL, `image_scale` varchar(8) NOT NULL, `alt` varchar(127) NOT NULL, `imgtransparent` int(4) NOT NULL, `social_button` varchar(16) NOT NULL, `hover_color` varchar(8) NOT NULL, `layer_effect_in` varchar(32) NOT NULL, `duration_eff_in` bigint(20) NOT NULL, `layer_effect_out` varchar(32) NOT NULL, `duration_eff_out` bigint(20) NOT NULL, `target_attr_layer` tinyint(1) NOT NULL, `hotp_width` int(4) NOT NULL, `hotp_fbgcolor` varchar(8) NOT NULL, `hotp_border_width` int(4) NOT NULL, `hotp_border_style` varchar(16) NOT NULL, `hotp_border_color` varchar(8) NOT NULL, `hotp_border_radius` varchar(32) NOT NULL, `hotp_text_position` varchar(6) NOT NULL, `google_fonts` int(1) NOT NULL, `add_class` varchar(127) NOT NULL, `layer_video_loop` tinyint(1) NOT NULL, `youtube_rel_layer_video` tinyint(1) NOT NULL, `hotspot_animation` tinyint(1) NOT NULL, `layer_callback_list` varchar(32) NOT NULL, `hotspot_text_display` varchar(8) NOT NULL, `hover_color_text` varchar(8) NOT NULL, `text_alignment` varchar(8) NOT NULL, `link_to_slide` int(4) NOT NULL, `align_layer` tinyint(1) NOT NULL, `static_layer` tinyint(1) NOT NULL, `infinite_in` int(4) NOT NULL DEFAULT '1', `infinite_out` int(4) NOT NULL DEFAULT '1', `min_size` int(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wdslayer` -- LOCK TABLES `wp_wdslayer` WRITE; /*!40000 ALTER TABLE `wp_wdslayer` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wdslayer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wdsslide` -- DROP TABLE IF EXISTS `wp_wdsslide`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wdsslide` ( `id` int(11) NOT NULL AUTO_INCREMENT, `slider_id` bigint(20) NOT NULL, `title` longtext NOT NULL, `type` varchar(128) NOT NULL, `image_url` mediumtext NOT NULL, `thumb_url` mediumtext NOT NULL, `published` tinyint(1) NOT NULL, `link` mediumtext NOT NULL, `order` bigint(20) NOT NULL, `target_attr_slide` tinyint(1) NOT NULL, `youtube_rel_video` tinyint(1) NOT NULL, `video_loop` tinyint(1) NOT NULL, `fillmode` varchar(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wdsslide` -- LOCK TABLES `wp_wdsslide` WRITE; /*!40000 ALTER TABLE `wp_wdsslide` DISABLE KEYS */; INSERT INTO `wp_wdsslide` VALUES (11,1,'{\"title\":\"Slide 3\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/bloodbanksoft-1.jpg','{site_url}/wp-content/uploads/2018/02/bloodbanksoft-1-150x150.jpg',1,'https://www.netripples.com',3,1,0,0,'fill'),(12,1,'{\"title\":\"Slide 4\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/diagnostic-soft-1.jpg','{site_url}/wp-content/uploads/2018/02/diagnostic-soft-1-150x150.jpg',1,'https://www.netripples.com',4,1,0,0,'fill'),(13,1,'{\"title\":\"Slide 5\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/Homeopathy-1.jpg','{site_url}/wp-content/uploads/2018/02/Homeopathy-1-150x150.jpg',1,'https://www.netripples.com',5,1,0,0,'fill'),(14,1,'{\"title\":\"Slide 6\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/hospital-1.jpg','{site_url}/wp-content/uploads/2018/02/hospital-1-150x150.jpg',1,'https://www.netripples.com',6,1,0,0,'fill'),(15,1,'{\"title\":\"Slide 7\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/new-clinic-hospital-1.jpg','{site_url}/wp-content/uploads/2018/02/new-clinic-hospital-1-150x150.jpg',1,'https://www.netripples.com',7,1,0,0,'fill'),(16,1,'{\"title\":\"Slide 8\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/nursing-homes-maternity-soft-1.jpg','{site_url}/wp-content/uploads/2018/02/nursing-homes-maternity-soft-1-150x150.jpg',1,'https://www.netripples.com',8,1,0,0,'fill'),(17,1,'{\"title\":\"Slide 9\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/pediatricchidren-hospital-1.jpg','{site_url}/wp-content/uploads/2018/02/pediatricchidren-hospital-1-150x150.jpg',1,'https://www.netripples.com',9,1,0,0,'fill'),(18,1,'{\"title\":\"Slide 10\",\"att_width\":\"\",\"att_height\":\"\",\"video_duration\":\"\"}','image','{site_url}/wp-content/uploads/2018/02/pharmacy-soft-1.jpg','{site_url}/wp-content/uploads/2018/02/pharmacy-soft-1-150x150.jpg',1,'https://www.netripples.com',10,1,0,0,'fill'); /*!40000 ALTER TABLE `wp_wdsslide` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wdsslider` -- DROP TABLE IF EXISTS `wp_wdsslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wdsslider` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(127) NOT NULL, `published` tinyint(1) NOT NULL, `full_width` tinyint(1) NOT NULL, `auto_height` tinyint(1) NOT NULL, `width` int(4) NOT NULL, `height` int(4) NOT NULL, `align` varchar(8) NOT NULL, `effect` varchar(16) NOT NULL, `time_intervval` int(4) NOT NULL, `autoplay` tinyint(1) NOT NULL, `shuffle` tinyint(1) NOT NULL, `music` tinyint(1) NOT NULL, `music_url` mediumtext NOT NULL, `preload_images` tinyint(1) NOT NULL, `background_color` varchar(8) NOT NULL, `background_transparent` int(4) NOT NULL, `glb_border_width` int(4) NOT NULL, `glb_border_style` varchar(16) NOT NULL, `glb_border_color` varchar(8) NOT NULL, `glb_border_radius` varchar(32) NOT NULL, `glb_margin` int(4) NOT NULL, `glb_box_shadow` varchar(127) NOT NULL, `image_right_click` tinyint(1) NOT NULL, `layer_out_next` tinyint(1) NOT NULL, `prev_next_butt` tinyint(1) NOT NULL, `play_paus_butt` tinyint(1) NOT NULL, `navigation` varchar(16) NOT NULL, `rl_butt_style` varchar(16) NOT NULL, `rl_butt_size` int(4) NOT NULL, `pp_butt_size` int(4) NOT NULL, `butts_color` varchar(8) NOT NULL, `butts_transparent` int(4) NOT NULL, `hover_color` varchar(8) NOT NULL, `nav_border_width` int(4) NOT NULL, `nav_border_style` varchar(16) NOT NULL, `nav_border_color` varchar(8) NOT NULL, `nav_border_radius` varchar(32) NOT NULL, `nav_bg_color` varchar(8) NOT NULL, `bull_position` varchar(16) NOT NULL, `bull_style` varchar(20) NOT NULL, `bull_size` int(4) NOT NULL, `bull_color` varchar(8) NOT NULL, `bull_act_color` varchar(8) NOT NULL, `bull_margin` int(4) NOT NULL, `film_pos` varchar(16) NOT NULL, `film_thumb_width` int(4) NOT NULL, `film_thumb_height` int(4) NOT NULL, `film_bg_color` varchar(8) NOT NULL, `film_tmb_margin` int(4) NOT NULL, `film_act_border_width` int(4) NOT NULL, `film_act_border_style` varchar(16) NOT NULL, `film_act_border_color` varchar(8) NOT NULL, `film_dac_transparent` int(4) NOT NULL, `built_in_watermark_type` varchar(16) NOT NULL, `built_in_watermark_position` varchar(16) NOT NULL, `built_in_watermark_size` int(4) NOT NULL, `built_in_watermark_url` mediumtext NOT NULL, `built_in_watermark_text` mediumtext NOT NULL, `built_in_watermark_font_size` int(4) NOT NULL, `built_in_watermark_font` varchar(16) NOT NULL, `built_in_watermark_color` varchar(8) NOT NULL, `built_in_watermark_opacity` int(4) NOT NULL, `css` mediumtext NOT NULL, `timer_bar_type` varchar(16) NOT NULL, `timer_bar_size` int(4) NOT NULL, `timer_bar_color` varchar(8) NOT NULL, `timer_bar_transparent` int(4) NOT NULL, `spider_uploader` tinyint(1) NOT NULL, `stop_animation` tinyint(1) NOT NULL, `right_butt_url` varchar(255) NOT NULL, `left_butt_url` varchar(255) NOT NULL, `right_butt_hov_url` varchar(255) NOT NULL, `left_butt_hov_url` varchar(255) NOT NULL, `rl_butt_img_or_not` varchar(8) NOT NULL, `bullets_img_main_url` varchar(255) NOT NULL, `bullets_img_hov_url` varchar(255) NOT NULL, `bull_butt_img_or_not` varchar(8) NOT NULL, `play_paus_butt_img_or_not` varchar(8) NOT NULL, `play_butt_url` varchar(255) NOT NULL, `play_butt_hov_url` varchar(255) NOT NULL, `paus_butt_url` varchar(255) NOT NULL, `paus_butt_hov_url` varchar(255) NOT NULL, `start_slide_num` int(4) NOT NULL, `effect_duration` int(6) NOT NULL, `carousel` tinyint(1) NOT NULL, `carousel_image_counts` int(4) NOT NULL, `carousel_image_parameters` varchar(8) NOT NULL, `carousel_fit_containerWidth` tinyint(1) NOT NULL, `carousel_width` int(4) NOT NULL, `parallax_effect` tinyint(1) NOT NULL, `mouse_swipe_nav` tinyint(1) NOT NULL, `bull_hover` int(1) NOT NULL, `touch_swipe_nav` tinyint(1) NOT NULL, `mouse_wheel_nav` tinyint(1) NOT NULL, `keyboard_nav` tinyint(1) NOT NULL, `possib_add_ffamily` varchar(255) NOT NULL, `show_thumbnail` tinyint(1) NOT NULL, `thumb_size` varchar(8) NOT NULL, `fixed_bg` tinyint(1) NOT NULL, `smart_crop` tinyint(1) NOT NULL, `crop_image_position` varchar(16) NOT NULL, `javascript` text NOT NULL, `carousel_degree` int(4) NOT NULL, `carousel_grayscale` int(4) NOT NULL, `carousel_transparency` int(4) NOT NULL, `bull_back_act_color` varchar(8) NOT NULL, `bull_back_color` varchar(8) NOT NULL, `bull_radius` varchar(32) NOT NULL, `possib_add_google_fonts` tinyint(1) NOT NULL, `possib_add_ffamily_google` varchar(255) NOT NULL, `slider_loop` tinyint(1) NOT NULL, `hide_on_mobile` int(4) NOT NULL, `twoway_slideshow` tinyint(1) NOT NULL, `full_width_for_mobile` int(4) NOT NULL, `order_dir` varchar(4) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wdsslider` -- LOCK TABLES `wp_wdsslider` WRITE; /*!40000 ALTER TABLE `wp_wdsslider` DISABLE KEYS */; INSERT INTO `wp_wdsslider` VALUES (1,'Default slider',1,0,0,1365,400,'center','sliceH',5,1,0,0,'',1,'000000',100,0,'none','FFFFFF','',0,'',0,1,1,0,'hover','fa-angle',40,40,'FFFFFF',100,'CCCCCC',0,'none','FFFFFF','20px','FFFFFF','bottom','fa-square-o',20,'FFFFFF','FFFFFF',3,'none',100,50,'000000',0,0,'none','FFFFFF',50,'none','middle-center',15,'{site_url}/wp-content/plugins/slider-wd/images/watermark.png','web-dorado.com',20,'arial.ttf','FFFFFF',70,'','none',5,'FFFFFF',50,0,0,'{site_url}/wp-content/plugins/slider-wd/images/arrow/arrow11/1/2.png','{site_url}/wp-content/plugins/slider-wd/images/arrow/arrow11/1/1.png','{site_url}/wp-content/plugins/slider-wd/images/arrow/arrow11/1/4.png','{site_url}/wp-content/plugins/slider-wd/images/arrow/arrow11/1/3.png','style','{site_url}/wp-content/plugins/slider-wd/images/bullet/bullet1/1/1.png','{site_url}/wp-content/plugins/slider-wd/images/bullet/bullet1/1/2.png','style','style','{site_url}/wp-content/plugins/slider-wd/images/button/button4/1/1.png','{site_url}/wp-content/plugins/slider-wd/images/button/button4/1/2.png','{site_url}/wp-content/plugins/slider-wd/images/button/button4/1/3.png','{site_url}/wp-content/plugins/slider-wd/images/button/button4/1/4.png',1,800,0,7,'0.85',0,1000,0,0,1,1,0,0,'',0,'0.2',0,0,'center center','{}',0,0,0,'000000','CCCCCC','20px',0,'',1,0,0,0,'asc'); /*!40000 ALTER TABLE `wp_wdsslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'netripplesorgdb' -- /*!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 2018-07-04 3:45:08