0byt3m1n1
Path:
/
data
/
17
/
3
/
107
/
66
/
3596718
/
meta
/
4002927
/
mysql.backup
/
[
Home
]
File: 1_03a471c_0.mysqlv107.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv107 Database: 1_03a471c_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=10947 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://propelme.net/wordpress','yes'),(2,'blogname','Propel','yes'),(3,'blogdescription','Intuitive marketing','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','alexandra@alexandrago.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','1','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','/%postname%/','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:1:{i:0;s:29:\"gravityforms/gravityforms.php\";}','yes'),(33,'home','http://propelme.net/wordpress','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:2:{i:0;s:116:\"\\\\WDP\\DFS\\30\\7\\6\\3\\3059937367\\user\\sites\\4002927.site\\www\\wordpress/wp-content/plugins/gravityforms/gravityforms.php\";i:1;s:0:\"\";}','no'),(41,'template','suevafree','yes'),(42,'stylesheet','suevafree','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','1','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','27918','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:0:{}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','2','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:13:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-primary\";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:16:\"sidebar-footer-1\";a:0:{}s:16:\"sidebar-footer-2\";a:0:{}s:16:\"sidebar-footer-3\";a:0:{}s:14:\"sidebar-home-1\";a:0:{}s:14:\"sidebar-home-2\";a:0:{}s:14:\"sidebar-home-3\";a:0:{}s:13:\"array_version\";i:3;s:12:\"sidebar-area\";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:17:\"home_sidebar_area\";a:0:{}s:21:\"category-sidebar-area\";a:0:{}s:19:\"bottom-sidebar-area\";a:0:{}}','yes'),(96,'cron','a:5:{i:1447939574;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:1447951040;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1447960200;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1447982869;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(99,'_transient_random_seed','53c68e8c632013cd35d73a3284897013','yes'),(100,'auth_key','V.!%x/$,Q44:$g*mU+Xw]-&2Exvh#]>p&dA9]jJtw13bsl~bZwMqhX z,gV#C3aE','yes'),(101,'auth_salt','a_{ %X-uQE=8.anvmQ1!cMngUMg<phhZ{.<([iJ;IyD&~HbeVb@BGhBe!-W>tAx%','yes'),(102,'logged_in_key','O^ZrSu-)sDLIcbY_vVw#tqIYe^(=x$45J4NS.sh.=m(js;22vl1(c0{;1ks]:P9[','yes'),(103,'logged_in_salt','{5<!+{Ya0m&fe)*DrG~>&*<[+WmEJ1#_YePlE`I7g~;!q^~JFM!]u+6`S%|me(;!','yes'),(104,'nonce_key','VGSO7s4bM2a#=*xUy51t_rhar]bU;:@im` }`_wQLk~u$7{Dd&xSM{m1eYJA;9HB','yes'),(105,'nonce_salt','Ay:WLa]BIFqAcs,@T<v~Jm;_x.|p8*:pH5+=9my;oJ5^])[@5mT~ & b<LASJ#K:','yes'),(10942,'_site_transient_timeout_theme_roots','1447927216','yes'),(10943,'_site_transient_theme_roots','a:6:{s:2:\"b3\";s:7:\"/themes\";s:10:\"pilot-fish\";s:7:\"/themes\";s:9:\"suevafree\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(231,'recently_activated','a:0:{}','yes'),(232,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(233,'rg_form_version','1.8.9','yes'),(238,'rg_gforms_key','7aa9e79afbbcbe4ddf46144fd245998e','yes'),(239,'rg_gforms_disable_css','0','yes'),(240,'rg_gforms_enable_html5','0','yes'),(241,'gform_enable_noconflict','0','yes'),(242,'rg_gforms_enable_akismet','','yes'),(243,'rg_gforms_captcha_public_key','','yes'),(244,'rg_gforms_captcha_private_key','','yes'),(245,'rg_gforms_currency','USD','yes'),(246,'rg_gforms_message','<!--GFM-->','yes'),(249,'category_children','a:0:{}','yes'),(9165,'rewrite_rules','a:68:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(10946,'_transient_doing_cron','1450757435.9666221141815185546875','yes'),(296,'gform_email_count','25','yes'),(220,'theme_mods_b3','a:9:{i:0;b:0;s:16:\"background_color\";s:6:\"ffffff\";s:12:\"header_image\";s:89:\"http://propelme.net/wordpress/wp-content/uploads/2014/07/cropped-PropelSquare_120x108.png\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:14;s:3:\"url\";s:89:\"http://propelme.net/wordpress/wp-content/uploads/2014/07/cropped-PropelSquare_120x108.png\";s:13:\"thumbnail_url\";s:89:\"http://propelme.net/wordpress/wp-content/uploads/2014/07/cropped-PropelSquare_120x108.png\";s:6:\"height\";i:108;s:5:\"width\";i:120;}s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1406732980;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:11:\"sidebar-top\";a:0:{}s:14:\"sidebar-bottom\";a:0:{}}}}','yes'),(222,'_transient_all_the_cool_cats','1','yes'),(224,'theme_mods_pilot-fish','a:10:{i:0;b:0;s:16:\"header_textcolor\";s:5:\"blank\";s:16:\"background_color\";s:6:\"ffffff\";s:12:\"header_image\";s:90:\"http://propelme.net/wordpress/wp-content/uploads/2014/07/Propel_horizontal_tag_400x125.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:15;s:3:\"url\";s:90:\"http://propelme.net/wordpress/wp-content/uploads/2014/07/Propel_horizontal_tag_400x125.jpg\";s:13:\"thumbnail_url\";s:90:\"http://propelme.net/wordpress/wp-content/uploads/2014/07/Propel_horizontal_tag_400x125.jpg\";s:6:\"height\";i:125;s:5:\"width\";i:400;}s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1417792593;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"sidebar-primary\";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:16:\"sidebar-footer-1\";a:0:{}s:16:\"sidebar-footer-2\";a:0:{}s:16:\"sidebar-footer-3\";a:0:{}s:14:\"sidebar-home-1\";a:0:{}s:14:\"sidebar-home-2\";a:0:{}s:14:\"sidebar-home-3\";a:0:{}}}}','yes'),(225,'widget_widget_pilotfish_vcard','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(187,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(188,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(437,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"alexandra@alexandrago.com\";s:7:\"version\";s:5:\"3.9.9\";s:9:\"timestamp\";i:1442347585;}','yes'),(162,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1406564869;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'),(163,'current_theme','SuevaFree','yes'),(164,'theme_mods_twentytwelve','a:8:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"515151\";s:16:\"background_color\";s:6:\"e6e6e6\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1406732454;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'),(165,'theme_switched','','yes'),(3023,'theme_mods_suevafree','a:6:{i:0;b:0;s:16:\"background_color\";s:6:\"f3f3f3\";s:16:\"background_image\";s:57:\"http://propelme.net/wordpress/wp-content/themes/suevafree\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";}','yes'),(3024,'theme_switched_via_customizer','','yes'),(3025,'widget_gform_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3026,'widget_suevafree_search_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(3027,'suevafree_theme_settings','a:41:{s:15:\"suevafree_skins\";s:4:\"Blue\";s:19:\"suevafree_logo_font\";s:6:\"Allura\";s:24:\"suevafree_logo_font_size\";s:4:\"70px\";s:31:\"suevafree_logo_description_font\";s:4:\"Abel\";s:36:\"suevafree_logo_description_font_size\";s:4:\"14px\";s:19:\"suevafree_menu_font\";s:4:\"Abel\";s:24:\"suevafree_menu_font_size\";s:4:\"18px\";s:21:\"suevafree_titles_font\";s:4:\"Abel\";s:25:\"suevafree_text_font_color\";s:7:\"#616161\";s:30:\"suevafree_copyright_font_color\";s:7:\"#ffffff\";s:20:\"suevafree_link_color\";s:7:\"#0090ff\";s:26:\"suevafree_link_color_hover\";s:7:\"#0074cc\";s:22:\"suevafree_border_color\";s:7:\"#0090ff\";s:25:\"suevafree_body_background\";s:40:\"/images/background/patterns/pattern1.jpg\";s:32:\"suevafree_body_background_repeat\";s:6:\"repeat\";s:31:\"suevafree_body_background_color\";s:7:\"#f3f3f3\";s:27:\"suevafree_footer_background\";s:40:\"/images/background/patterns/pattern2.jpg\";s:34:\"suevafree_footer_background_repeat\";s:6:\"repeat\";s:33:\"suevafree_footer_background_color\";s:7:\"#f3f3f3\";s:12:\"home-default\";s:7:\"default\";s:32:\"suevafree_footer_facebook_button\";s:1:\"#\";s:31:\"suevafree_footer_twitter_button\";s:1:\"#\";s:29:\"suevafree_footer_skype_button\";s:1:\"#\";s:23:\"suevafree_view_comments\";s:2:\"on\";s:27:\"suevafree_footer_rss_button\";s:2:\"on\";s:25:\"suevafree_category_layout\";s:4:\"full\";s:14:\"suevafree_home\";s:4:\"full\";s:23:\"suevafree_view_readmore\";s:2:\"on\";s:25:\"suevafree_custom_css_code\";s:0:\"\";s:21:\"suevafree_custom_logo\";s:0:\"\";s:24:\"suevafree_custom_favicon\";s:0:\"\";s:24:\"suevafree_copyright_text\";s:0:\"\";s:30:\"suevafree_footer_flickr_button\";s:0:\"\";s:30:\"suevafree_footer_google_button\";s:0:\"\";s:32:\"suevafree_footer_linkedin_button\";s:0:\"\";s:31:\"suevafree_footer_myspace_button\";s:0:\"\";s:33:\"suevafree_footer_pinterest_button\";s:0:\"\";s:30:\"suevafree_footer_tumblr_button\";s:0:\"\";s:31:\"suevafree_footer_youtube_button\";s:0:\"\";s:29:\"suevafree_footer_vimeo_button\";s:0:\"\";s:29:\"suevafree_footer_email_button\";s:0:\"\";}','yes'),(8198,'db_upgraded','','yes'),(9457,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.3.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.3.1\";s:7:\"version\";s:5:\"4.3.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.2.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.2.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.2.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.2.5\";s:7:\"version\";s:5:\"4.2.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.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.1.8.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.1.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.1.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.1.8\";s:7:\"version\";s:5:\"4.1.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.8.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.0.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.0.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.0.8\";s:7:\"version\";s:5:\"4.0.8\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:13:\"support_email\";s:26:\"updatehelp42@wordpress.org\";}}s:12:\"last_checked\";i:1447925418;s:15:\"version_checked\";s:5:\"3.9.9\";s:12:\"translations\";a:0:{}}','yes'),(10944,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1447925419;s:7:\"checked\";a:6:{s:2:\"b3\";s:5:\"1.2.8\";s:10:\"pilot-fish\";s:5:\"0.3.5\";s:9:\"suevafree\";s:7:\"1.2.6.9\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:5:{s:10:\"pilot-fish\";a:4:{s:5:\"theme\";s:10:\"pilot-fish\";s:11:\"new_version\";s:5:\"0.4.1\";s:3:\"url\";s:40:\"https://wordpress.org/themes/pilot-fish/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/pilot-fish.0.4.1.zip\";}s:9:\"suevafree\";a:4:{s:5:\"theme\";s:9:\"suevafree\";s:11:\"new_version\";s:5:\"1.3.8\";s:3:\"url\";s:39:\"https://wordpress.org/themes/suevafree/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/theme/suevafree.1.3.8.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentyfourteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.5.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.1.6.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.1.8.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(10945,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1447925419;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.5.zip\";}}s:12:\"translations\";a:0:{}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=88 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,2,'_edit_lock','1421942411:1'),(3,2,'_edit_last','1'),(4,6,'_edit_last','2'),(5,6,'_edit_lock','1421946758:1'),(6,6,'_wp_page_template','default'),(7,8,'_edit_last','2'),(8,8,'_edit_lock','1406749449:2'),(9,8,'_wp_page_template','default'),(10,12,'_wp_attached_file','2014/07/PropelSquare.png'),(11,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3063;s:6:\"height\";i:3063;s:4:\"file\";s:24:\"2014/07/PropelSquare.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"PropelSquare-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:24:\"PropelSquare-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"PropelSquare-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(12,13,'_wp_attached_file','2014/07/PropelSquare_120x108.png'),(13,13,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:108;s:4:\"file\";s:32:\"2014/07/PropelSquare_120x108.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(14,14,'_wp_attached_file','2014/07/cropped-PropelSquare_120x108.png'),(15,14,'_wp_attachment_context','custom-header'),(16,14,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:108;s:4:\"file\";s:40:\"2014/07/cropped-PropelSquare_120x108.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(17,14,'_wp_attachment_custom_header_last_used_b3','1406732799'),(18,14,'_wp_attachment_is_custom_header','b3'),(19,15,'_wp_attached_file','2014/07/Propel_horizontal_tag_400x125.jpg'),(20,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:125;s:4:\"file\";s:41:\"2014/07/Propel_horizontal_tag_400x125.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Propel_horizontal_tag_400x125-150x125.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Propel_horizontal_tag_400x125-300x93.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Propel_horizontal_tag_400x125-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:6:\"Propel\";}}'),(21,15,'_wp_attachment_custom_header_last_used_pilot-fish','1406733723'),(22,15,'_wp_attachment_is_custom_header','pilot-fish'),(26,23,'_edit_lock','1410212889:2'),(25,23,'_edit_last','1'),(27,23,'_wp_page_template','default'),(38,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2620;s:6:\"height\";i:2100;s:4:\"file\";s:28:\"2014/07/red-wall-lighter.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"red-wall-lighter-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:\"red-wall-lighter-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"red-wall-lighter-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"red-wall-lighter-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:12:\"Amy Frontino\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1408966142;s:9:\"copyright\";s:24:\"Amy Frontino Photography\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";}}'),(37,39,'_wp_attached_file','2014/07/red-wall-lighter.jpg'),(39,47,'_menu_item_type','post_type'),(40,47,'_menu_item_menu_item_parent','0'),(41,47,'_menu_item_object_id','2'),(42,47,'_menu_item_object','page'),(43,47,'_menu_item_target',''),(44,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(45,47,'_menu_item_xfn',''),(46,47,'_menu_item_url',''),(47,47,'_menu_item_orphaned','1417797869'),(48,48,'_menu_item_type','post_type'),(49,48,'_menu_item_menu_item_parent','0'),(50,48,'_menu_item_object_id','2'),(51,48,'_menu_item_object','page'),(52,48,'_menu_item_target',''),(53,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(54,48,'_menu_item_xfn',''),(55,48,'_menu_item_url',''),(56,48,'_menu_item_orphaned','1417797869'),(57,49,'_menu_item_type','post_type'),(58,49,'_menu_item_menu_item_parent','0'),(59,49,'_menu_item_object_id','6'),(60,49,'_menu_item_object','page'),(61,49,'_menu_item_target',''),(62,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(63,49,'_menu_item_xfn',''),(64,49,'_menu_item_url',''),(65,49,'_menu_item_orphaned','1417797869'),(66,50,'_menu_item_type','post_type'),(67,50,'_menu_item_menu_item_parent','0'),(68,50,'_menu_item_object_id','8'),(69,50,'_menu_item_object','page'),(70,50,'_menu_item_target',''),(71,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(72,50,'_menu_item_xfn',''),(73,50,'_menu_item_url',''),(74,50,'_menu_item_orphaned','1417797869'),(75,51,'_menu_item_type','post_type'),(76,51,'_menu_item_menu_item_parent','0'),(77,51,'_menu_item_object_id','23'),(78,51,'_menu_item_object','page'),(79,51,'_menu_item_target',''),(80,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(81,51,'_menu_item_xfn',''),(82,51,'_menu_item_url',''),(83,51,'_menu_item_orphaned','1417797870'),(84,53,'_wp_attached_file','2014/07/SB2_1272_adjusted_square2_250.jpg'),(85,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:41:\"2014/07/SB2_1272_adjusted_square2_250.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"SB2_1272_adjusted_square2_250-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:\"SB2_1272_adjusted_square2_250-280x220.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:41:\"SB2_1272_adjusted_square2_250-211x150.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1320153634;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(86,55,'_wp_attached_file','2014/07/Propel_horizontal_tag_400x1251.jpg'),(87,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:125;s:4:\"file\";s:42:\"2014/07/Propel_horizontal_tag_400x1251.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Propel_horizontal_tag_400x1251-150x125.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Propel_horizontal_tag_400x1251-290x125.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"small\";a:4:{s:4:\"file\";s:42:\"Propel_horizontal_tag_400x1251-211x125.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:6:\"Propel\";}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=56 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2014-05-19 14:41:09','2014-05-19 14:41:09','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2014-05-19 14:41:09','2014-05-19 14:41:09','',0,'http://propelme.net/wordpress/?p=1',0,'post','',0),(2,1,'2014-05-19 14:41:09','2014-05-19 14:41:09','Owning our own business is exciting, empowering and scary — all at the same time. And, to make it a success, you need to find your unique voice, create your website, decide exactly what products and services you’ll offer and consider your marketing strategy.\r\n\r\nIf you’re feeling lost, confused or overwhelmed, you’ve come to the right place. We’re here to help guide you forward with the momentum you need to help your business grow. We’re experts in marketing strategy, branding, website development and social media — so you can take a deep breath and know that all of your marketing needs are covered.\r\n\r\nWhether you have your website ready to go and just need some marketing tips for launch, or you have a business idea but don\'t know how to get from concept to reality, or you’ve been doing this for a while but something isn’t quite clicking, the Propel team will help you find your way.\r\n\r\nWe’re open-minded, and we understand that presenting yourself in an authentic voice is the best way to connect with clients. It is our goal to help you market your business in a genuine, professional, distinctive way.\r\n\r\nOur intuitive clients feel comfortable working with us because we speak their language. We have a great appreciation of the intuitive arts, and our services bring together an understanding of that space combined with marketing guidance that delivers a clear plan of action.','Welcome!','','publish','closed','closed','','sample-page','','','2014-07-30 16:27:50','2014-07-30 16:27:50','',0,'http://propelme.net/wordpress/?page_id=2',1,'page','',0),(7,1,'2014-07-28 16:39:06','2014-07-28 16:39:06','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\r\n\r\n<strong>Marci Foster</strong>\r\nI started my career more than 20 years ago with the desire to help companies better understand their brand and develop clear, distinct messaging. I place huge value on authenticity in marketing and help clients get clarity so they can communicate in a way that resonates with customers. I have worked with companies across many industries, including healthcare, consumer goods, finance, IT and pharmaceuticals.\r\n\r\nI am an extrovert, writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n<strong>Alexandra Golaszewska</strong>\r\n<span style=\"line-height: 1.714285714; font-size: 1rem;\">I’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment. </span>\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','open','open','','6-revision-v1','','','2014-07-28 16:39:06','2014-07-28 16:39:06','',6,'http://propelme.net/wordpress/?p=7',0,'revision','',0),(4,1,'2014-07-28 16:34:53','2014-07-28 16:34:53','Welcome!\n\n \n\nOwning our own business is exciting, empowering and scary — all at the same time. And, to make it a success, you need to find your unique voice, create your website, decide exactly what products and services you’ll offer and consider your marketing strategy.\n\n \n\nIf you’re feeling lost, confused or overwhelmed, you’ve come to the right place. We’re here to help guide you forward with the momentum you need to help your business grow. We’re experts in marketing strategy, branding, website development and social media — so you can take a deep breath and know that all of your marketing needs are covered.\n\n \n\nWhether you have your website ready to go and just need some marketing tips for launch, or you have a business idea but don\'t know how to get from concept to reality, or you’ve been doing this for a while but something isn’t quite clicking, the Propel team will help you find your way.\n\nWe’re open-minded, and we understand that presenting yourself in an authentic voice is the best way to connect with clients. It is our goal to help you market your business in a genuine, professional, distinctive way.\n\n \n\nOur intuitive clients feel comfortable working with us because we speak their language. We have a great appreciation of the intuitive arts, and our services bring together an understanding of that space combined with marketing guidance that delivers a clear plan of action.','Home','','inherit','open','open','','2-autosave-v1','','','2014-07-28 16:34:53','2014-07-28 16:34:53','',2,'http://propelme.net/wordpress/?p=4',0,'revision','',0),(5,1,'2014-07-28 16:35:31','2014-07-28 16:35:31','Welcome!\r\n\r\nOwning our own business is exciting, empowering and scary — all at the same time. And, to make it a success, you need to find your unique voice, create your website, decide exactly what products and services you’ll offer and consider your marketing strategy.\r\n\r\nIf you’re feeling lost, confused or overwhelmed, you’ve come to the right place. We’re here to help guide you forward with the momentum you need to help your business grow. We’re experts in marketing strategy, branding, website development and social media — so you can take a deep breath and know that all of your marketing needs are covered.\r\n\r\nWhether you have your website ready to go and just need some marketing tips for launch, or you have a business idea but don\'t know how to get from concept to reality, or you’ve been doing this for a while but something isn’t quite clicking, the Propel team will help you find your way.\r\n\r\nWe’re open-minded, and we understand that presenting yourself in an authentic voice is the best way to connect with clients. It is our goal to help you market your business in a genuine, professional, distinctive way.\r\n\r\nOur intuitive clients feel comfortable working with us because we speak their language. We have a great appreciation of the intuitive arts, and our services bring together an understanding of that space combined with marketing guidance that delivers a clear plan of action.','Home','','inherit','open','open','','2-revision-v1','','','2014-07-28 16:35:31','2014-07-28 16:35:31','',2,'http://propelme.net/wordpress/?p=5',0,'revision','',0),(6,1,'2014-07-28 16:39:06','2014-07-28 16:39:06','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\r\n\r\n<img class=\"alignright wp-image-39\" src=\"http://propelme.net/wordpress/wp-content/uploads/2014/07/red-wall-lighter-300x240.jpg\" alt=\"red wall lighter\" width=\"261\" height=\"209\" />\r\n\r\n<strong>Marci Foster</strong>\r\nI help clients get clear on their unique talents and product offerings and develop distinctive messaging that reaches their idea customer. I value authenticity in marketing (and in life in general) and help clients confidently step into identifying themselves as a brand. I have worked with individuals and companies across many industries, including healthcare, consumer packaged goods, education, finance, sports, IT and pharmaceuticals.\r\n\r\nI am a lover of words, an extrovert, a writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n \r\n\r\n<strong>Alexandra Golaszewska</strong>\r\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','publish','closed','closed','','about-us','','','2014-09-03 13:53:38','2014-09-03 13:53:38','',0,'http://propelme.net/wordpress/?page_id=6',2,'page','',0),(26,1,'2014-07-30 16:29:51','2014-07-30 16:29:51','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\r\n\r\n<strong>Marci Foster</strong>\r\nI started my career more than 20 years ago with the desire to help companies better understand their brand and develop clear, distinct messaging. I place huge value on authenticity in marketing and help clients get clarity so they can communicate in a way that resonates with customers. I have worked with companies across many industries, including healthcare, consumer goods, finance, IT and pharmaceuticals.\r\n\r\nI am an extrovert, writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n<strong>Alexandra Golaszewska</strong>\r\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','closed','open','','6-revision-v1','','','2014-07-30 16:29:51','2014-07-30 16:29:51','',6,'http://propelme.net/wordpress/?p=26',0,'revision','',0),(8,1,'2014-07-28 16:40:47','2014-07-28 16:40:47','Our clients have different degrees of experience, from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via phone or Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour phone or Skype session, the Marketing Review is right for you if you have created your website and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business it can be a challenge to see how your communications look and feel to your prospective clients. We will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>A free-form, one-hour phone or Skype session during which we’ll concentrate on your priorities. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.\r\n\r\n<strong>What happens next?</strong>\r\nOnce you\'ve completed this form, you will receive an email with a link to a Paypal invoice. Then we\'ll send you some questions that will help us get to know you and better understand how we can help. Next, we\'ll schedule the date and time for your session. We prefer to meet over Skype, but a phone call is just fine with us, too.\r\n\r\nIf you\'d like to ask a question, please use the form on the <a title=\"Contact us\" href=\"http://propelme.net/wordpress/contact-us/\"><strong>contact us</strong></a> page.\r\n\r\n[gravityform id=\"2\" name=\"From Work with us\" title=\"false\" description=\"false\"]','Work with us','','publish','closed','closed','','work-with-us','','','2014-07-30 19:37:00','2014-07-30 19:37:00','',0,'http://propelme.net/wordpress/?page_id=8',3,'page','',0),(9,1,'2014-07-28 16:40:47','2014-07-28 16:40:47','Our clients have various degrees of experience, ranging from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development. Contact us (link to form) and we’ll get back to you within 48 hours to discuss how we can help.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour Skype session, the Marketing Review is designed for those of you who have created your websites and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business, it can be a challenge to see how your communications look and feel to your prospective clients\r\n\r\nWe will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n[Yes!] (purchase button that links to paypal)\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>This one-hour Skype session is an open forum during which we’ll concentrate on whatever you need. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.','Work with us','','inherit','open','open','','8-revision-v1','','','2014-07-28 16:40:47','2014-07-28 16:40:47','',8,'http://propelme.net/wordpress/?p=9',0,'revision','',0),(12,1,'2014-07-30 15:02:37','2014-07-30 15:02:37','','PropelSquare','','inherit','open','open','','propelsquare','','','2014-07-30 15:02:37','2014-07-30 15:02:37','',0,'http://propelme.net/wordpress/wp-content/uploads/2014/07/PropelSquare.png',0,'attachment','image/png',0),(13,1,'2014-07-30 15:06:19','2014-07-30 15:06:19','','PropelSquare_120x108','','inherit','open','open','','propelsquare_120x108','','','2014-07-30 15:06:19','2014-07-30 15:06:19','',0,'http://propelme.net/wordpress/wp-content/uploads/2014/07/PropelSquare_120x108.png',0,'attachment','image/png',0),(14,1,'2014-07-30 15:06:27','2014-07-30 15:06:27','http://propelme.net/wordpress/wp-content/uploads/2014/07/cropped-PropelSquare_120x108.png','cropped-PropelSquare_120x108.png','','inherit','open','open','','cropped-propelsquare_120x108-png','','','2014-07-30 15:06:27','2014-07-30 15:06:27','',0,'http://propelme.net/wordpress/wp-content/uploads/2014/07/cropped-PropelSquare_120x108.png',0,'attachment','image/png',0),(15,1,'2014-07-30 15:20:39','2014-07-30 15:20:39','','Propel','','inherit','open','open','','propel','','','2014-07-30 15:20:39','2014-07-30 15:20:39','',0,'http://propelme.net/wordpress/wp-content/uploads/2014/07/Propel_horizontal_tag_400x125.jpg',0,'attachment','image/jpeg',0),(17,1,'2014-07-30 15:23:51','2014-07-30 15:23:51','Owning our own business is exciting, empowering and scary — all at the same time. And, to make it a success, you need to find your unique voice, create your website, decide exactly what products and services you’ll offer and consider your marketing strategy.\r\n\r\nIf you’re feeling lost, confused or overwhelmed, you’ve come to the right place. We’re here to help guide you forward with the momentum you need to help your business grow. We’re experts in marketing strategy, branding, website development and social media — so you can take a deep breath and know that all of your marketing needs are covered.\r\n\r\nWhether you have your website ready to go and just need some marketing tips for launch, or you have a business idea but don\'t know how to get from concept to reality, or you’ve been doing this for a while but something isn’t quite clicking, the Propel team will help you find your way.\r\n\r\nWe’re open-minded, and we understand that presenting yourself in an authentic voice is the best way to connect with clients. It is our goal to help you market your business in a genuine, professional, distinctive way.\r\n\r\nOur intuitive clients feel comfortable working with us because we speak their language. We have a great appreciation of the intuitive arts, and our services bring together an understanding of that space combined with marketing guidance that delivers a clear plan of action.','Welcome!','','inherit','open','open','','2-revision-v1','','','2014-07-30 15:23:51','2014-07-30 15:23:51','',2,'http://propelme.net/wordpress/?p=17',0,'revision','',0),(39,2,'2014-09-03 13:50:24','2014-09-03 13:50:24','','red wall lighter','','inherit','closed','open','','red-wall-lighter','','','2014-09-03 13:50:24','2014-09-03 13:50:24','',6,'http://propelme.net/wordpress/wp-content/uploads/2014/07/red-wall-lighter.jpg',0,'attachment','image/jpeg',0),(45,2,'2014-09-03 13:53:38','2014-09-03 13:53:38','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\r\n\r\n<img class=\"alignright wp-image-39\" src=\"http://propelme.net/wordpress/wp-content/uploads/2014/07/red-wall-lighter-300x240.jpg\" alt=\"red wall lighter\" width=\"261\" height=\"209\" />\r\n\r\n<strong>Marci Foster</strong>\r\nI help clients get clear on their unique talents and product offerings and develop distinctive messaging that reaches their idea customer. I value authenticity in marketing (and in life in general) and help clients confidently step into identifying themselves as a brand. I have worked with individuals and companies across many industries, including healthcare, consumer packaged goods, education, finance, sports, IT and pharmaceuticals.\r\n\r\nI am a lover of words, an extrovert, a writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n \r\n\r\n<strong>Alexandra Golaszewska</strong>\r\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','closed','open','','6-revision-v1','','','2014-09-03 13:53:38','2014-09-03 13:53:38','',6,'http://propelme.net/wordpress/6-revision-v1/',0,'revision','',0),(33,2,'2014-07-30 19:45:25','2014-07-30 19:45:25','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\r\n\r\n<strong>Marci Foster</strong>\r\nI help clients get clear on their unique talents and product offerings and develop distinctive messaging that reaches their idea customer. I value authenticity in marketing (and in life in general) and help clients confidently step into identifying themselves as a brand. I have worked with individuals and companies across many industries, including healthcare, consumer packaged goods, education, finance, sports, IT and pharmaceuticals.\r\n\r\nI am a lover of words, an extrovert, a writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n<strong>Alexandra Golaszewska</strong>\r\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','closed','open','','6-revision-v1','','','2014-07-30 19:45:25','2014-07-30 19:45:25','',6,'http://propelme.net/wordpress/6-revision-v1/',0,'revision','',0),(20,1,'2014-07-30 16:17:10','2014-07-30 16:17:10','Our clients have various degrees of experience, ranging from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development. Contact us (link to form) and we’ll get back to you within 48 hours to discuss how we can help.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour Skype session, the Marketing Review is designed for those of you who have created your websites and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business, it can be a challenge to see how your communications look and feel to your prospective clients\r\n\r\nWe will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>This one-hour Skype session is an open forum during which we’ll concentrate on whatever you need. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.\r\n\r\n[gravityform id=\"2\" name=\"From Work with us\" title=\"false\" description=\"false\"]','Work with us','','inherit','open','open','','8-revision-v1','','','2014-07-30 16:17:10','2014-07-30 16:17:10','',8,'http://propelme.net/wordpress/?p=20',0,'revision','',0),(21,1,'2014-07-30 16:18:13','2014-07-30 16:18:13','Our clients have various degrees of experience, ranging from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development. Contact us (link to form) and we’ll get back to you within 48 hours to discuss how we can help.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour Skype session, the Marketing Review is designed for those of you who have created your websites and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business, it can be a challenge to see how your communications look and feel to your prospective clients\r\n\r\nWe will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>A free-form one-hour Skype session during which we’ll concentrate on whatever you need. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.\r\n\r\n[gravityform id=\"2\" name=\"From Work with us\" title=\"false\" description=\"false\"]','Work with us','','inherit','open','open','','8-revision-v1','','','2014-07-30 16:18:13','2014-07-30 16:18:13','',8,'http://propelme.net/wordpress/?p=21',0,'revision','',0),(22,1,'2014-07-30 16:19:13','2014-07-30 16:19:13','Our clients have various degrees of experience, ranging from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development. Contact us (link to form) and we’ll get back to you within 48 hours to discuss how we can help.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour phone or Skype session, the Marketing Review is designed for those of you who have created your websites and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business, it can be a challenge to see how your communications look and feel to your prospective clients\r\n\r\nWe will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>A free-form one-hour phone or Skype session during which we’ll concentrate on whatever you need. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.\r\n\r\n[gravityform id=\"2\" name=\"From Work with us\" title=\"false\" description=\"false\"]','Work with us','','inherit','open','open','','8-revision-v1','','','2014-07-30 16:19:13','2014-07-30 16:19:13','',8,'http://propelme.net/wordpress/?p=22',0,'revision','',0),(23,1,'2014-07-30 16:23:17','2014-07-30 16:23:17','[gravityform id=\"1\" name=\"Contact page\" title=\"false\" description=\"false\"]','Contact us','','publish','closed','closed','','contact-us','','','2014-07-30 16:27:58','2014-07-30 16:27:58','',0,'http://propelme.net/wordpress/?page_id=23',4,'page','',0),(24,1,'2014-07-30 16:23:17','2014-07-30 16:23:17','[gravityform id=\"1\" name=\"Contact page\" title=\"false\" description=\"false\"]','Contact us','','inherit','open','open','','23-revision-v1','','','2014-07-30 16:23:17','2014-07-30 16:23:17','',23,'http://propelme.net/wordpress/?p=24',0,'revision','',0),(25,1,'2014-07-30 16:23:21','2014-07-30 16:23:21','[gravityform id=\"1\" name=\"Contact page\" title=\"false\" description=\"false\"]','Contact us','','inherit','open','open','','23-autosave-v1','','','2014-07-30 16:23:21','2014-07-30 16:23:21','',23,'http://propelme.net/wordpress/?p=25',0,'revision','',0),(27,1,'2014-07-30 16:33:50','2014-07-30 16:33:50','Our clients have various degrees of experience, ranging from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development. Contact us (link to form) and we’ll get back to you within 48 hours to discuss how we can help.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour phone or Skype session, the Marketing Review is designed for those of you who have created your websites and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business, it can be a challenge to see how your communications look and feel to your prospective clients\r\n\r\nWe will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>A free-form one-hour phone or Skype session during which we’ll concentrate on whatever you need. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.\r\n\r\n<strong>What happens next?</strong>\r\nOnce you\'ve completed this form, you will receive an email with a link to a Paypal invoice. Then we\'ll send you some questions that will help us get to know you and better understand how we can help. Next, we\'ll set up the date and time for your session. We prefer to meet over Skype, but a phone call is just fine with us, too.\r\n\r\nIf you\'d like to ask a question, please use the form on the Contact us page.\r\n\r\n[gravityform id=\"2\" name=\"From Work with us\" title=\"false\" description=\"false\"]','Work with us','','inherit','closed','open','','8-revision-v1','','','2014-07-30 16:33:50','2014-07-30 16:33:50','',8,'http://propelme.net/wordpress/?p=27',0,'revision','',0),(31,2,'2014-07-30 19:37:00','2014-07-30 19:37:00','Our clients have different degrees of experience, from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via phone or Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour phone or Skype session, the Marketing Review is right for you if you have created your website and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business it can be a challenge to see how your communications look and feel to your prospective clients. We will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>A free-form, one-hour phone or Skype session during which we’ll concentrate on your priorities. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.\r\n\r\n<strong>What happens next?</strong>\r\nOnce you\'ve completed this form, you will receive an email with a link to a Paypal invoice. Then we\'ll send you some questions that will help us get to know you and better understand how we can help. Next, we\'ll schedule the date and time for your session. We prefer to meet over Skype, but a phone call is just fine with us, too.\r\n\r\nIf you\'d like to ask a question, please use the form on the <a title=\"Contact us\" href=\"http://propelme.net/wordpress/contact-us/\"><strong>contact us</strong></a> page.\r\n\r\n[gravityform id=\"2\" name=\"From Work with us\" title=\"false\" description=\"false\"]','Work with us','','inherit','closed','open','','8-revision-v1','','','2014-07-30 19:37:00','2014-07-30 19:37:00','',8,'http://propelme.net/wordpress/8-revision-v1/',0,'revision','',0),(28,1,'2014-07-30 16:36:12','2014-07-30 16:36:12','Our clients have various degrees of experience, ranging from those who are in the initial stages of development to those who have been in business for a while but need a boost.\r\n\r\nWe help our clients become better-educated about the marketing process, so that they understand exactly what they need and can have a clear path forward. Even those clients who work with other web developers, designers or social media consultants benefit from our services.\r\n\r\nWe currently offer two different working sessions via Skype, and we’re also available on a project basis for website copywriting and editing, social media support and website development. Contact us (link to form) and we’ll get back to you within 48 hours to discuss how we can help.\r\n\r\n<strong>In-depth Marketing Review: $200\r\n</strong>A one-hour phone or Skype session, the Marketing Review is designed for those of you who have created your websites and have your products and prices outlined, but would like an outside perspective before launch.\r\n\r\nWe understand that it can be very difficult to market yourself, and when you’re so close to your business, it can be a challenge to see how your communications look and feel to your prospective clients\r\n\r\nWe will review your materials prior to our discussion so that we can provide a fresh point of view and make the most of our time together.\r\n\r\n<strong>One-Hour Brainstorm Session: $200\r\n</strong>A free-form one-hour phone or Skype session during which we’ll concentrate on whatever you need. Starting from scratch? We can help you figure out how to focus your practice and get in front of the people who want to hire you. Almost ready to launch? Let’s go over the final details like general marketing questions, social media and web. Been doing this forever but need new clients? We’ll show you how to harness the power of the Internet to bring them your way.\r\n\r\nWherever you are, we’ll help you create a roadmap for success.\r\n\r\n<strong>What happens next?</strong>\r\nOnce you\'ve completed this form, you will receive an email with a link to a Paypal invoice. Then we\'ll send you some questions that will help us get to know you and better understand how we can help. Next, we\'ll set up the date and time for your session. We prefer to meet over Skype, but a phone call is just fine with us, too.\r\n\r\nIf you\'d like to ask a question, please use the form on the <a title=\"Contact us\" href=\"http://propelme.net/wordpress/contact-us/\"><strong>contact us</strong></a> page.\r\n\r\n[gravityform id=\"2\" name=\"From Work with us\" title=\"false\" description=\"false\"]','Work with us','','inherit','closed','open','','8-revision-v1','','','2014-07-30 16:36:12','2014-07-30 16:36:12','',8,'http://propelme.net/wordpress/8-revision-v1/',0,'revision','',0),(42,2,'2014-09-03 13:52:19','2014-09-03 13:52:19','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\r\n\r\n<img class=\"alignright wp-image-39\" src=\"http://propelme.net/wordpress/wp-content/uploads/2014/07/red-wall-lighter-300x240.jpg\" alt=\"red wall lighter\" width=\"261\" height=\"209\" />\r\n\r\n<strong>Marci Foster</strong>\r\nI help clients get clear on their unique talents and product offerings and develop distinctive messaging that reaches their idea customer. I value authenticity in marketing (and in life in general) and help clients confidently step into identifying themselves as a brand. I have worked with individuals and companies across many industries, including healthcare, consumer packaged goods, education, finance, sports, IT and pharmaceuticals.\r\n\r\nI am a lover of words, an extrovert, a writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n \r\n\r\n \r\n\r\n<strong>Alexandra Golaszewska</strong>\r\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','closed','open','','6-revision-v1','','','2014-09-03 13:52:19','2014-09-03 13:52:19','',6,'http://propelme.net/wordpress/6-revision-v1/',0,'revision','',0),(41,2,'2014-09-03 13:51:47','2014-09-03 13:51:47','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.<img class=\"alignright size-medium wp-image-39\" src=\"http://propelme.net/wordpress/wp-content/uploads/2014/07/red-wall-lighter-300x240.jpg\" alt=\"red wall lighter\" width=\"300\" height=\"240\" />\r\n\r\n<strong>Marci Foster</strong>\r\nI help clients get clear on their unique talents and product offerings and develop distinctive messaging that reaches their idea customer. I value authenticity in marketing (and in life in general) and help clients confidently step into identifying themselves as a brand. I have worked with individuals and companies across many industries, including healthcare, consumer packaged goods, education, finance, sports, IT and pharmaceuticals.\r\n\r\nI am a lover of words, an extrovert, a writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n \r\n\r\n \r\n\r\n<strong>Alexandra Golaszewska</strong>\r\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','closed','open','','6-revision-v1','','','2014-09-03 13:51:47','2014-09-03 13:51:47','',6,'http://propelme.net/wordpress/6-revision-v1/',0,'revision','',0),(44,2,'2014-09-03 13:53:27','2014-09-03 13:53:27','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\r\n\r\n<img class=\"alignright wp-image-39\" src=\"http://propelme.net/wordpress/wp-content/uploads/2014/07/red-wall-lighter-300x240.jpg\" alt=\"red wall lighter\" width=\"261\" height=\"209\" />\r\n\r\n<strong>Marci Foster</strong>\r\nI help clients get clear on their unique talents and product offerings and develop distinctive messaging that reaches their idea customer. I value authenticity in marketing (and in life in general) and help clients confidently step into identifying themselves as a brand. I have worked with individuals and companies across many industries, including healthcare, consumer packaged goods, education, finance, sports, IT and pharmaceuticals.\r\n\r\nI am a lover of words, an extrovert, a writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\r\n\r\n \r\n\r\n<strong>Alexandra Golaszewska</strong>\r\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\r\n\r\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\r\n\r\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','closed','open','','6-autosave-v1','','','2014-09-03 13:53:27','2014-09-03 13:53:27','',6,'http://propelme.net/wordpress/6-autosave-v1/',0,'revision','',0),(47,1,'2014-12-05 16:44:29','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-12-05 16:44:29','0000-00-00 00:00:00','',0,'http://propelme.net/wordpress/?p=47',1,'nav_menu_item','',0),(48,1,'2014-12-05 16:44:29','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-12-05 16:44:29','0000-00-00 00:00:00','',0,'http://propelme.net/wordpress/?p=48',1,'nav_menu_item','',0),(49,1,'2014-12-05 16:44:29','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-12-05 16:44:29','0000-00-00 00:00:00','',0,'http://propelme.net/wordpress/?p=49',1,'nav_menu_item','',0),(50,1,'2014-12-05 16:44:29','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-12-05 16:44:29','0000-00-00 00:00:00','',0,'http://propelme.net/wordpress/?p=50',1,'nav_menu_item','',0),(51,1,'2014-12-05 16:44:29','0000-00-00 00:00:00',' ','','','draft','closed','open','','','','','2014-12-05 16:44:29','0000-00-00 00:00:00','',0,'http://propelme.net/wordpress/?p=51',1,'nav_menu_item','',0),(53,1,'2015-01-22 00:12:25','2015-01-22 00:12:25','','SB2_1272_adjusted_square2_250','','inherit','closed','open','','sb2_1272_adjusted_square2_250','','','2015-01-22 00:12:25','2015-01-22 00:12:25','',6,'http://propelme.net/wordpress/wp-content/uploads/2014/07/SB2_1272_adjusted_square2_250.jpg',0,'attachment','image/jpeg',0),(54,1,'2015-01-22 00:13:53','2015-01-22 00:13:53','We created Propel with a mission to help entrepreneurs launch products and services that have an impact on the lives of their clients. We collectively have decades of experience in creating and executing marketing strategies for clients ranging from solo entrepreneurs to large corporations, and we’ve worked in every facet of marketing communications.\n\n<img class=\"alignright wp-image-39\" src=\"http://propelme.net/wordpress/wp-content/uploads/2014/07/red-wall-lighter-300x240.jpg\" alt=\"red wall lighter\" width=\"261\" height=\"209\" />\n\n<strong>Marci Foster</strong>\nI help clients get clear on their unique talents and product offerings and develop distinctive messaging that reaches their idea customer. I value authenticity in marketing (and in life in general) and help clients confidently step into identifying themselves as a brand. I have worked with individuals and companies across many industries, including healthcare, consumer packaged goods, education, finance, sports, IT and pharmaceuticals.\n\nI am a lover of words, an extrovert, a writer, beach enthusiast, brand strategist, research geek, spiritual explorer, part-time athlete and often-exhausted mother of twin boys.\n\n \n\n<strong>Alexandra Golaszewska</strong>\nI’m a graphic designer-turned-social media coach and strategist. For me, the job is one-part detective work, one-part story-shaping, one-part tactical planning, and just the right balance of hand-holding and empowerment.\n\nI work with a wide range of clients, but the social media principles are always the same: Keep it interactive. Illuminate your most fascinating qualities. Become a trusted resource. And keep an eye on the horizon.\n\nI’m an introvert and pescetarian, and I like to meditate and get around by bicycle (not at the same time).','About us','','inherit','closed','open','','6-autosave-v1','','','2015-01-22 00:13:53','2015-01-22 00:13:53','',6,'http://propelme.net/wordpress/6-autosave-v1/',0,'revision','',0),(55,1,'2015-01-22 00:20:39','2015-01-22 00:20:39','','Propel','','inherit','closed','open','','propel-2','','','2015-01-22 00:20:39','2015-01-22 00:20:39','',6,'http://propelme.net/wordpress/wp-content/uploads/2014/07/Propel_horizontal_tag_400x1251.jpg',0,'attachment','image/jpeg',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form` -- DROP TABLE IF EXISTS `wp_rg_form`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_form` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `title` varchar(150) NOT NULL, `date_created` datetime NOT NULL, `is_active` tinyint(1) NOT NULL default '1', `is_trash` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_form` -- LOCK TABLES `wp_rg_form` WRITE; /*!40000 ALTER TABLE `wp_rg_form` DISABLE KEYS */; INSERT INTO `wp_rg_form` VALUES (1,'Contact page','2014-07-30 15:55:10',1,0),(2,'From Work with us','2014-07-30 16:02:35',1,0); /*!40000 ALTER TABLE `wp_rg_form` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_meta` -- DROP TABLE IF EXISTS `wp_rg_form_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_form_meta` ( `form_id` mediumint(8) unsigned NOT NULL, `display_meta` longtext, `entries_grid_meta` longtext, `confirmations` longtext, `notifications` longtext, PRIMARY KEY (`form_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_form_meta` -- LOCK TABLES `wp_rg_form_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_form_meta` DISABLE KEYS */; INSERT INTO `wp_rg_form_meta` VALUES (1,'{\"title\":\"Contact page\",\"description\":\"From PropelMe\'s contact page\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Hi!\",\"imageUrl\":\"\"},\"fields\":[{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":1,\"inputName\":\"\",\"isRequired\":true,\"label\":\"First name\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"text\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":2,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Last name\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"text\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":6,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Email\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"email\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\"},{\"id\":7,\"label\":\"Website\",\"adminLabel\":\"\",\"type\":\"website\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":5,\"inputName\":\"\",\"isRequired\":false,\"label\":\"How can we help?\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"textarea\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\"}],\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"cssClass\":\"\",\"enableHoneypot\":\"\",\"enableAnimation\":\"\",\"limitEntries\":\"\",\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":\"\",\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":\"\",\"requireLoginMessage\":\"\"}','','{\"53d9158b0eb1e\":{\"id\":\"53d9158b0eb1e\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"53d9158b0ae2e\":{\"id\":\"53d9158b0ae2e\",\"name\":\"From Contact page\",\"event\":\"form_submission\",\"to\":\"marcipropel@gmail.com\",\"toType\":\"email\",\"bcc\":\"Alexandra@AlexandraGo.com\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"PropelMe\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":\"\"}}'),(2,'{\"title\":\"From Work with us\",\"description\":\"From form on Work with us page\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Let\'s do this!\",\"imageUrl\":\"\"},\"fields\":[{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":1,\"inputName\":\"\",\"isRequired\":true,\"label\":\"First name\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"text\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":2,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Last name\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"text\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":3,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Email address\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"text\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":4,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Website\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"text\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":5,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Social media links \\u2014 Facebook, Twitter, Instagram, etc.\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"textarea\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":6,\"inputName\":\"\",\"isRequired\":true,\"label\":\"3 possible days\\/times for a one-hour session. (We\'re in the eastern US time zone.)\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"textarea\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":8,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Describe your area(s) of expertise\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"textarea\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":7,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Your top 3 marketing challenges\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"textarea\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":9,\"inputName\":\"\",\"isRequired\":true,\"label\":\"What would you have at the end of a successful one-hour session with us?\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"textarea\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"}],\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"53d917483df4c\":{\"id\":\"53d917483df4c\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"to\":\"marcipropel@gmail.com\",\"toType\":\"email\",\"bcc\":\"Alexandra@AlexandraGo.com\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"Work with us page\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":\"\"}},\"confirmations\":{\"53d917483df4c\":{\"id\":\"53d917483df4c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"cssClass\":\"\",\"enableHoneypot\":\"\",\"enableAnimation\":\"\",\"limitEntries\":\"\",\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":\"\",\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":\"\",\"requireLoginMessage\":\"\"}',NULL,'{\"53d917483df4c\":{\"id\":\"53d917483df4c\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"53d917483df4c\":{\"id\":\"53d917483df4c\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"to\":\"marcipropel@gmail.com\",\"toType\":\"email\",\"bcc\":\"Alexandra@AlexandraGo.com\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"Work with us page\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":\"\"}}'); /*!40000 ALTER TABLE `wp_rg_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_form_view` -- DROP TABLE IF EXISTS `wp_rg_form_view`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_form_view` ( `id` bigint(20) unsigned NOT NULL auto_increment, `form_id` mediumint(8) unsigned NOT NULL, `date_created` datetime NOT NULL, `ip` char(15) default NULL, `count` mediumint(8) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `form_id` (`form_id`) ) ENGINE=MyISAM AUTO_INCREMENT=988 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_form_view` -- LOCK TABLES `wp_rg_form_view` WRITE; /*!40000 ALTER TABLE `wp_rg_form_view` DISABLE KEYS */; INSERT INTO `wp_rg_form_view` VALUES (1,2,'2014-07-30 16:46:00','71.168.154.253',2),(2,1,'2014-07-30 16:46:20','71.168.154.253',2),(3,2,'2014-07-30 19:10:36','71.168.154.253',5),(4,1,'2014-07-30 19:11:07','71.168.154.253',7),(5,1,'2014-07-30 20:43:26','66.249.76.135',1),(6,2,'2014-07-30 20:43:37','66.249.76.121',1),(7,2,'2014-07-31 16:56:49','66.249.64.137',1),(8,1,'2014-07-31 18:57:10','66.249.64.137',1),(9,2,'2014-07-31 22:45:05','68.44.111.106',2),(10,2,'2014-08-01 20:24:39','66.249.67.76',1),(11,2,'2014-08-02 17:24:04','66.249.67.76',1),(12,1,'2014-08-02 19:04:24','96.242.31.228',5),(13,2,'2014-08-02 19:04:26','96.242.31.228',3),(14,2,'2014-08-03 10:22:06','66.249.67.76',1),(15,2,'2014-08-04 19:26:49','66.249.67.63',1),(16,1,'2014-08-05 11:43:31','66.249.67.63',1),(17,2,'2014-08-05 13:46:19','66.249.67.50',1),(18,1,'2014-08-07 04:22:39','66.249.67.63',1),(19,2,'2014-08-08 01:19:35','166.137.12.109',1),(20,2,'2014-08-08 09:26:35','180.76.6.139',1),(21,1,'2014-08-09 12:20:59','66.249.67.50',1),(22,2,'2014-08-09 15:28:28','66.249.67.63',2),(23,1,'2014-08-09 21:07:09','66.249.67.50',1),(24,1,'2014-08-10 14:21:35','66.249.67.76',1),(25,2,'2014-08-10 18:13:28','66.249.67.76',1),(26,1,'2014-08-10 20:56:23','66.249.67.76',1),(27,1,'2014-08-11 02:33:27','66.249.67.50',1),(28,1,'2014-08-11 18:33:37','180.76.5.147',1),(29,1,'2014-08-14 20:45:36','69.58.178.58',1),(30,2,'2014-08-14 20:45:37','69.58.178.58',1),(31,1,'2014-08-15 06:59:06','198.58.120.116',1),(32,2,'2014-08-15 06:59:17','198.58.120.116',1),(33,1,'2014-08-15 12:59:55','71.168.154.38',1),(34,2,'2014-08-15 13:34:52','50.32.127.160',2),(35,2,'2014-08-15 18:10:17','180.76.6.14',1),(36,2,'2014-08-16 04:17:23','66.249.67.180',1),(37,1,'2014-08-16 05:55:21','66.249.67.193',1),(38,2,'2014-08-16 09:44:36','66.249.67.206',1),(39,2,'2014-08-16 22:39:45','66.249.67.180',1),(40,2,'2014-08-17 04:33:49','66.249.67.206',1),(41,1,'2014-08-17 09:01:30','66.249.67.206',1),(42,2,'2014-08-17 12:32:31','66.249.67.193',1),(43,1,'2014-08-17 16:00:41','66.249.67.193',1),(44,2,'2014-08-17 17:20:53','66.249.67.206',1),(45,1,'2014-08-17 17:46:15','180.76.5.77',1),(46,1,'2014-08-18 06:38:42','66.249.67.206',1),(47,2,'2014-08-18 09:59:30','66.249.67.180',1),(48,2,'2014-08-18 10:29:13','66.249.67.193',1),(49,1,'2014-08-18 12:11:58','66.249.67.193',1),(50,2,'2014-08-18 16:05:23','66.249.67.180',1),(51,2,'2014-08-19 14:12:34','69.139.83.168',1),(52,2,'2014-08-19 20:28:08','71.126.105.108',1),(53,1,'2014-08-20 12:03:17','66.249.67.193',1),(54,2,'2014-08-20 16:53:20','50.32.109.218',1),(55,1,'2014-08-20 16:53:31','50.32.109.218',1),(56,2,'2014-08-21 13:24:31','71.168.154.38',2),(57,1,'2014-08-21 13:24:35','71.168.154.38',1),(58,2,'2014-08-25 02:11:31','66.249.67.206',1),(59,1,'2014-08-25 06:29:45','66.249.67.180',1),(60,2,'2014-08-25 13:59:22','71.168.154.38',1),(61,2,'2014-08-26 10:47:36','66.249.65.121',1),(62,2,'2014-08-27 21:37:07','142.4.212.9',1),(63,2,'2014-08-28 08:07:28','66.249.76.130',1),(64,2,'2014-09-02 20:10:16','66.249.64.85',1),(65,1,'2014-09-02 21:22:51','66.249.64.77',1),(66,2,'2014-09-02 22:59:02','202.46.58.148',1),(67,2,'2014-09-03 14:48:10','66.249.65.113',1),(68,1,'2014-09-03 15:39:47','66.249.65.121',1),(69,1,'2014-09-03 21:53:14','66.249.65.121',1),(70,2,'2014-09-03 22:29:37','66.249.65.121',1),(71,1,'2014-09-04 06:04:16','180.76.5.152',1),(72,2,'2014-09-04 13:42:10','66.249.67.113',1),(73,1,'2014-09-04 14:52:52','66.249.67.105',1),(74,2,'2014-09-04 15:27:17','50.32.113.173',7),(75,1,'2014-09-04 20:35:04','66.249.67.113',1),(76,2,'2014-09-04 21:37:45','66.249.67.121',1),(77,1,'2014-09-05 10:39:04','66.249.67.105',1),(78,2,'2014-09-05 15:51:41','66.249.67.105',1),(79,1,'2014-09-05 16:44:09','66.249.67.105',1),(80,2,'2014-09-05 20:40:47','66.249.67.121',1),(81,1,'2014-09-05 21:17:25','66.249.67.121',1),(82,2,'2014-09-06 00:17:43','71.126.105.108',1),(83,2,'2014-09-08 07:06:19','180.76.5.71',1),(84,1,'2014-09-11 12:15:31','66.249.65.113',1),(85,2,'2014-09-11 13:00:35','66.249.65.121',1),(86,1,'2014-09-11 18:10:31','66.249.67.121',1),(87,2,'2014-09-12 12:41:20','180.76.5.167',2),(88,1,'2014-09-12 13:58:09','66.249.67.121',1),(89,1,'2014-09-12 19:00:03','66.249.67.105',1),(90,2,'2014-09-12 19:49:40','66.249.67.121',1),(91,2,'2014-09-13 04:35:49','180.76.6.50',1),(92,2,'2014-09-13 23:21:45','62.219.8.237',1),(93,1,'2014-09-13 23:21:45','62.219.8.237',1),(94,1,'2014-09-14 11:52:51','50.19.46.107',1),(95,1,'2014-09-15 09:30:18','69.58.178.57',1),(96,2,'2014-09-15 09:30:19','69.58.178.57',1),(97,2,'2014-09-15 16:12:11','142.4.212.9',1),(98,1,'2014-09-18 10:24:06','91.121.77.137',1),(99,2,'2014-09-18 16:34:46','71.168.154.38',1),(100,1,'2014-09-18 16:34:47','71.168.154.38',1),(101,1,'2014-09-18 21:53:21','66.249.67.105',1),(102,2,'2014-09-18 22:59:19','66.249.67.121',1),(103,1,'2014-09-19 03:45:36','66.249.67.113',1),(104,2,'2014-09-19 04:34:52','66.249.67.105',1),(105,1,'2014-09-21 01:00:54','66.249.64.81',1),(106,2,'2014-09-21 02:09:24','66.249.64.77',1),(107,1,'2014-09-21 05:45:35','66.249.64.85',1),(108,2,'2014-09-21 08:10:34','66.249.64.85',1),(109,1,'2014-09-22 01:17:36','66.249.67.121',1),(110,2,'2014-09-22 05:18:59','66.249.67.113',1),(111,1,'2014-09-22 06:32:34','66.249.67.113',1),(112,2,'2014-09-22 22:58:46','66.249.65.133',1),(113,1,'2014-09-23 01:16:00','66.249.65.133',1),(114,2,'2014-09-23 05:03:35','66.249.65.137',1),(115,1,'2014-09-23 07:03:36','66.249.65.133',1),(116,2,'2014-09-24 14:34:56','142.4.212.9',1),(117,2,'2014-09-25 02:01:31','212.129.48.234',1),(118,2,'2014-09-25 14:09:34','142.4.212.9',2),(119,2,'2014-09-25 17:57:15','195.154.182.101',1),(120,2,'2014-09-25 21:55:53','71.168.154.38',1),(121,2,'2014-09-27 16:24:14','50.32.109.39',2),(122,1,'2014-09-27 16:25:10','50.32.109.39',1),(123,1,'2014-09-28 05:43:11','66.249.67.121',1),(124,2,'2014-09-28 07:47:04','66.249.67.121',1),(125,1,'2014-09-28 13:42:10','66.249.69.153',1),(126,2,'2014-09-29 00:35:29','157.55.39.171',1),(127,1,'2014-09-29 00:36:24','157.55.39.26',1),(128,1,'2014-09-29 12:32:05','66.249.65.133',1),(129,2,'2014-09-29 13:26:08','66.249.65.133',1),(130,2,'2014-09-29 18:41:35','66.249.65.137',1),(131,2,'2014-10-02 11:29:46','192.99.149.88',1),(132,1,'2014-10-02 11:29:46','192.99.149.88',1),(133,1,'2014-10-03 20:14:36','157.55.39.25',1),(134,2,'2014-10-03 20:14:41','157.55.39.171',1),(135,1,'2014-10-05 17:29:15','66.249.67.105',1),(136,2,'2014-10-05 17:54:48','66.249.67.121',1),(137,1,'2014-10-05 23:31:20','66.249.67.105',1),(138,2,'2014-10-06 00:28:24','66.249.67.121',1),(139,1,'2014-10-06 05:02:34','66.249.67.105',2),(140,2,'2014-10-06 17:49:15','66.249.67.113',1),(141,1,'2014-10-06 20:55:39','66.249.67.121',1),(142,1,'2014-10-07 01:33:15','66.249.67.113',1),(143,2,'2014-10-07 12:02:52','66.249.67.105',1),(144,1,'2014-10-07 12:54:14','66.249.67.105',1),(145,1,'2014-10-07 17:03:05','66.249.67.105',1),(146,2,'2014-10-08 07:38:46','66.249.64.77',1),(147,1,'2014-10-08 08:35:37','66.249.64.77',1),(148,1,'2014-10-08 13:38:49','207.46.13.36',1),(149,2,'2014-10-08 17:32:29','157.55.39.251',1),(150,2,'2014-10-09 09:39:18','195.154.166.20',1),(151,2,'2014-10-09 23:28:47','180.76.6.55',1),(152,2,'2014-10-11 11:40:51','157.55.39.46',1),(153,1,'2014-10-12 22:15:56','5.9.142.210',1),(154,2,'2014-10-13 05:35:41','192.99.149.88',1),(155,1,'2014-10-13 05:35:42','192.99.149.88',1),(156,1,'2014-10-13 07:35:34','157.55.39.59',1),(157,2,'2014-10-14 08:16:01','192.99.149.88',1),(158,1,'2014-10-14 08:16:02','192.99.149.88',1),(159,1,'2014-10-14 14:09:22','66.249.64.85',1),(160,1,'2014-10-14 17:26:23','69.58.178.58',1),(161,2,'2014-10-14 17:26:24','69.58.178.58',2),(162,1,'2014-10-14 19:06:32','66.249.64.85',1),(163,2,'2014-10-14 21:22:14','144.76.195.74',1),(164,1,'2014-10-14 21:22:15','144.76.195.74',1),(165,2,'2014-10-14 23:19:55','66.249.64.81',1),(166,1,'2014-10-15 03:37:34','66.249.64.81',1),(167,2,'2014-10-15 09:43:44','66.249.64.77',1),(168,2,'2014-10-15 14:43:53','66.249.65.137',1),(169,2,'2014-10-15 20:12:12','66.249.65.141',1),(170,1,'2014-10-15 23:09:03','157.55.39.59',1),(171,1,'2014-10-16 01:06:32','66.249.65.141',1),(172,2,'2014-10-16 03:27:34','66.249.65.137',1),(173,2,'2014-10-16 06:55:14','180.76.6.53',1),(174,2,'2014-10-16 08:49:00','66.249.65.141',1),(175,1,'2014-10-16 09:52:06','66.249.65.141',1),(176,1,'2014-10-16 15:55:21','66.249.64.81',1),(177,2,'2014-10-17 03:52:49','66.249.64.81',1),(178,1,'2014-10-17 15:08:31','66.249.64.77',1),(179,2,'2014-10-18 07:55:56','66.249.64.77',1),(180,1,'2014-10-20 01:42:17','180.76.5.71',1),(181,1,'2014-10-20 07:22:49','66.249.64.77',1),(182,1,'2014-10-20 21:11:04','46.246.42.202',1),(183,1,'2014-10-21 01:26:01','66.249.67.121',1),(184,2,'2014-10-21 17:21:48','157.55.39.46',1),(185,1,'2014-10-21 17:23:48','157.55.39.59',1),(186,2,'2014-10-24 12:14:59','66.249.65.137',1),(187,1,'2014-10-24 17:15:35','66.249.65.133',1),(188,2,'2014-10-24 23:01:19','157.55.39.190',1),(189,2,'2014-10-27 00:26:29','195.154.168.134',1),(190,2,'2014-10-27 12:02:25','123.125.71.109',1),(191,2,'2014-10-27 17:26:18','123.125.71.43',2),(192,2,'2014-10-30 04:19:10','220.181.108.102',1),(193,1,'2014-10-30 12:34:33','157.55.39.131',1),(194,2,'2014-11-07 00:09:12','157.55.39.106',1),(195,1,'2014-11-07 00:52:01','180.76.5.62',1),(196,2,'2014-11-07 11:07:55','66.249.64.85',1),(197,1,'2014-11-07 12:18:41','66.249.64.77',1),(198,1,'2014-11-09 07:56:48','157.55.39.72',1),(199,2,'2014-11-10 12:28:24','157.55.39.24',1),(200,1,'2014-11-10 19:52:49','157.55.39.72',1),(201,2,'2014-11-12 03:40:21','180.76.6.156',1),(202,1,'2014-11-12 16:24:06','220.181.108.150',1),(203,1,'2014-11-14 07:51:03','69.58.178.56',1),(204,2,'2014-11-14 07:51:05','69.58.178.56',1),(205,1,'2014-11-16 02:49:50','168.144.171.113',1),(206,1,'2014-11-16 15:12:24','207.46.13.6',1),(207,2,'2014-11-18 12:52:46','180.76.6.143',1),(208,2,'2014-11-19 10:56:39','66.249.67.121',1),(209,2,'2014-11-19 20:00:51','180.76.5.63',1),(210,1,'2014-11-21 08:37:05','123.125.71.44',1),(211,1,'2014-11-21 09:58:56','66.249.67.105',1),(212,2,'2014-11-21 11:12:02','66.249.67.105',1),(213,2,'2014-11-21 14:59:54','66.249.67.105',1),(214,1,'2014-11-21 16:25:48','66.249.67.113',1),(215,2,'2014-11-21 23:05:50','66.249.67.121',1),(216,1,'2014-11-22 15:11:56','66.249.67.113',1),(217,1,'2014-11-22 16:18:10','66.249.67.121',1),(218,2,'2014-11-22 17:06:37','66.249.67.113',1),(219,2,'2014-11-22 18:31:30','66.249.67.105',1),(220,1,'2014-11-22 20:42:35','66.249.67.121',1),(221,1,'2014-11-22 21:24:40','66.249.67.113',1),(222,2,'2014-11-23 00:28:57','66.249.67.113',1),(223,2,'2014-11-23 14:59:35','123.125.71.48',1),(224,2,'2014-11-24 11:36:28','185.10.104.194',1),(225,1,'2014-11-24 12:54:21','66.249.65.133',1),(226,2,'2014-11-24 15:08:29','66.249.65.133',1),(227,2,'2014-11-27 01:00:50','54.91.183.20',1),(228,1,'2014-11-27 01:00:51','54.91.183.20',1),(229,2,'2014-11-28 06:13:34','157.55.39.53',1),(230,2,'2014-12-01 05:00:39','220.181.108.77',1),(231,1,'2014-12-02 17:59:05','93.128.172.115',1),(232,2,'2014-12-02 17:59:10','93.128.172.115',1),(233,1,'2014-12-03 20:18:12','207.46.13.104',1),(234,2,'2014-12-05 09:11:08','66.249.67.121',1),(235,1,'2014-12-05 10:14:04','66.249.67.113',1),(236,2,'2014-12-05 16:42:29','71.168.154.38',1),(237,1,'2014-12-05 16:42:33','71.168.154.38',1),(238,1,'2014-12-05 19:29:02','69.30.241.2',1),(239,2,'2014-12-06 09:48:17','66.249.67.113',1),(240,2,'2014-12-06 19:16:12','66.249.67.105',1),(241,1,'2014-12-06 21:55:54','66.249.67.121',1),(242,2,'2014-12-06 23:32:42','66.249.67.121',1),(243,1,'2014-12-07 02:22:56','66.249.67.113',1),(244,2,'2014-12-07 03:28:09','66.249.67.105',1),(245,1,'2014-12-07 18:57:18','220.181.108.82',1),(246,2,'2014-12-07 18:57:19','220.181.108.76',1),(247,2,'2014-12-08 11:44:38','66.249.64.77',1),(248,1,'2014-12-08 12:04:41','66.249.64.77',1),(249,1,'2014-12-09 17:05:28','180.76.6.49',1),(250,1,'2014-12-10 21:05:27','66.249.67.89',1),(251,2,'2014-12-10 21:57:19','66.249.67.89',1),(252,1,'2014-12-11 21:14:15','220.181.108.115',1),(253,1,'2014-12-12 05:15:34','66.249.67.9',1),(254,1,'2014-12-12 13:53:49','66.249.67.9',1),(255,2,'2014-12-12 18:19:48','66.249.67.153',1),(256,1,'2014-12-12 18:35:42','66.249.67.145',1),(257,2,'2014-12-12 22:28:45','66.249.67.1',1),(258,1,'2014-12-13 07:29:02','66.249.67.97',1),(259,1,'2014-12-14 04:18:05','66.249.67.105',1),(260,1,'2014-12-14 06:24:02','66.249.67.105',1),(261,1,'2014-12-14 19:36:32','69.58.178.58',1),(262,2,'2014-12-14 19:36:35','69.58.178.58',1),(263,2,'2014-12-14 20:51:14','66.249.67.113',1),(264,1,'2014-12-16 06:34:11','66.249.67.113',1),(265,1,'2014-12-16 10:32:49','66.249.67.105',1),(266,2,'2014-12-16 13:23:44','66.249.67.121',1),(267,1,'2014-12-16 14:37:28','66.249.67.121',1),(268,2,'2014-12-16 17:22:07','66.249.67.113',1),(269,1,'2014-12-16 18:13:27','66.249.67.121',1),(270,2,'2014-12-16 18:46:27','66.249.67.113',1),(271,2,'2014-12-16 20:24:03','66.249.67.113',1),(272,1,'2014-12-16 22:47:24','66.249.67.113',1),(273,2,'2014-12-16 23:15:43','66.249.67.121',1),(274,1,'2014-12-18 08:20:44','66.249.64.77',1),(275,1,'2014-12-19 14:41:16','66.249.67.105',1),(276,2,'2014-12-20 06:59:35','180.76.5.81',1),(277,2,'2014-12-21 06:11:53','66.249.67.105',1),(278,1,'2014-12-21 12:37:48','207.46.13.45',1),(279,1,'2014-12-21 18:14:57','66.249.73.241',1),(280,2,'2014-12-21 19:45:05','66.249.73.129',1),(281,1,'2014-12-21 21:11:04','66.249.73.233',1),(282,2,'2014-12-21 21:28:03','66.249.73.241',1),(283,1,'2014-12-21 23:32:48','66.249.73.233',1),(284,2,'2014-12-22 01:19:48','66.249.73.233',1),(285,1,'2014-12-22 02:47:21','66.249.73.129',1),(286,2,'2014-12-22 06:04:47','66.249.73.233',1),(287,1,'2014-12-22 07:07:45','66.249.73.233',1),(288,2,'2014-12-22 17:07:50','195.154.168.134',1),(289,1,'2014-12-22 18:57:24','66.249.67.105',1),(290,1,'2014-12-23 03:24:54','66.249.67.121',1),(291,2,'2014-12-23 07:50:34','66.249.67.105',1),(292,1,'2014-12-23 08:11:37','66.249.67.105',1),(293,1,'2014-12-23 13:36:38','66.249.67.105',1),(294,2,'2014-12-23 14:34:34','66.249.67.105',1),(295,1,'2014-12-24 05:50:38','180.76.6.43',1),(296,2,'2014-12-24 07:04:33','66.249.67.105',1),(297,1,'2014-12-28 02:57:41','180.76.5.26',1),(298,1,'2014-12-28 06:19:03','95.47.138.243',2),(299,1,'2014-12-28 14:08:15','66.249.67.105',1),(300,2,'2014-12-28 15:40:19','66.249.67.105',1),(301,1,'2014-12-28 19:19:24','66.249.67.105',1),(302,1,'2014-12-28 20:46:24','204.124.183.98',1),(303,2,'2014-12-28 21:12:05','66.249.67.121',1),(304,1,'2014-12-29 00:54:24','66.249.67.113',1),(305,2,'2014-12-29 02:21:10','66.249.67.113',1),(306,2,'2014-12-29 17:16:53','66.249.67.113',1),(307,1,'2014-12-29 22:19:54','46.246.38.108',1),(308,2,'2014-12-30 23:25:19','66.249.75.217',1),(309,1,'2014-12-31 15:09:08','66.249.75.233',1),(310,1,'2015-01-01 01:52:58','180.76.5.166',1),(311,2,'2015-01-01 14:49:44','66.249.64.77',1),(312,1,'2015-01-02 02:58:51','180.76.5.73',1),(313,1,'2015-01-02 04:06:39','202.46.49.25',1),(314,1,'2015-01-03 05:34:07','202.46.61.174',1),(315,2,'2015-01-04 15:22:55','123.125.71.48',1),(316,1,'2015-01-06 17:00:32','220.181.108.104',1),(317,1,'2015-01-07 12:22:22','157.55.39.157',1),(318,2,'2015-01-07 18:26:22','176.123.19.4',2),(319,1,'2015-01-07 18:26:29','176.123.19.4',2),(320,2,'2015-01-08 06:58:45','213.238.175.29',2),(321,1,'2015-01-08 06:58:58','213.238.175.29',1),(322,2,'2015-01-08 12:16:11','206.225.83.43',2),(323,1,'2015-01-08 12:16:12','206.225.83.43',2),(324,1,'2015-01-08 14:05:52','66.249.75.217',1),(325,2,'2015-01-08 20:06:54','195.154.166.20',1),(326,2,'2015-01-09 03:18:57','66.249.75.233',2),(327,1,'2015-01-09 20:28:22','66.249.64.85',1),(328,1,'2015-01-09 23:05:01','66.249.64.81',1),(329,2,'2015-01-09 23:56:56','66.249.64.77',1),(330,1,'2015-01-10 01:14:32','66.249.64.81',1),(331,2,'2015-01-10 01:43:21','66.249.64.77',1),(332,2,'2015-01-10 05:26:03','66.249.64.85',1),(333,1,'2015-01-10 07:17:49','66.249.64.85',1),(334,2,'2015-01-12 02:02:54','180.76.6.59',1),(335,2,'2015-01-13 12:14:15','180.76.5.155',1),(336,1,'2015-01-14 05:50:41','69.58.178.58',1),(337,2,'2015-01-14 05:50:43','69.58.178.58',1),(338,2,'2015-01-15 19:41:33','71.168.154.38',1),(339,2,'2015-01-18 15:14:02','220.181.108.78',1),(340,2,'2015-01-18 20:47:37','157.55.39.155',1),(341,2,'2015-01-19 12:57:33','195.154.182.101',1),(342,2,'2015-01-20 00:44:17','195.154.166.20',1),(343,2,'2015-01-21 11:33:57','195.154.168.134',1),(344,2,'2015-01-21 22:44:49','62.210.181.133',1),(345,2,'2015-01-22 05:32:02','195.154.168.134',1),(346,1,'2015-01-22 12:19:54','100.43.85.15',1),(347,2,'2015-01-22 16:09:22','100.43.85.15',2),(348,1,'2015-01-22 16:52:36','136.243.14.165',1),(349,2,'2015-01-22 22:37:18','62.210.181.133',1),(350,2,'2015-01-22 23:09:18','220.181.108.181',1),(351,2,'2015-01-23 19:18:41','62.210.181.133',1),(352,2,'2015-01-23 23:08:22','100.43.85.15',1),(353,1,'2015-01-23 23:57:01','100.43.85.15',1),(354,1,'2015-01-24 13:29:41','157.55.39.91',1),(355,2,'2015-01-25 08:13:10','66.249.64.77',1),(356,2,'2015-01-25 12:45:09','180.76.6.152',1),(357,2,'2015-01-26 05:48:12','195.154.168.134',1),(358,2,'2015-01-26 10:55:44','66.249.64.77',1),(359,2,'2015-01-26 21:29:46','180.76.5.176',1),(360,2,'2015-01-27 04:00:07','66.249.64.77',1),(361,2,'2015-01-27 23:45:06','62.210.181.133',1),(362,1,'2015-01-28 11:52:58','220.181.108.176',1),(363,1,'2015-01-30 16:36:20','66.249.64.77',1),(364,1,'2015-01-30 20:49:52','178.137.85.199',1),(365,1,'2015-01-30 23:55:45','220.181.108.169',1),(366,1,'2015-01-31 19:41:57','54.144.21.199',1),(367,2,'2015-01-31 23:20:04','5.157.36.36',1),(368,2,'2015-02-01 05:07:31','37.59.238.63',1),(369,2,'2015-02-02 01:42:59','78.85.54.100',1),(370,1,'2015-02-04 07:10:38','91.109.19.34',1),(371,2,'2015-02-04 07:10:39','91.109.19.34',1),(372,2,'2015-02-04 23:52:33','157.55.39.155',1),(373,2,'2015-02-05 22:07:39','195.154.166.20',1),(374,1,'2015-02-06 00:18:27','54.152.223.142',1),(375,2,'2015-02-06 19:53:47','195.154.166.20',1),(376,1,'2015-02-10 19:39:39','157.55.39.19',1),(377,1,'2015-02-11 15:03:07','31.132.79.11',2),(378,1,'2015-02-12 02:01:04','136.243.14.225',1),(379,2,'2015-02-12 06:43:41','100.43.85.15',1),(380,1,'2015-02-12 08:03:47','100.43.85.15',1),(381,2,'2015-02-12 09:52:00','100.43.85.15',1),(382,1,'2015-02-13 15:04:21','198.178.124.47',1),(383,1,'2015-02-14 15:32:39','69.58.178.56',1),(384,2,'2015-02-14 15:32:40','69.58.178.56',1),(385,1,'2015-02-18 09:50:07','204.124.183.98',1),(386,2,'2015-02-19 11:51:28','100.43.91.21',1),(387,1,'2015-02-19 22:18:52','100.43.85.15',1),(388,1,'2015-02-20 22:49:16','82.80.249.173',1),(389,2,'2015-02-20 22:49:16','82.80.249.173',1),(390,2,'2015-02-21 07:00:38','50.31.96.12',2),(391,1,'2015-02-21 07:00:39','50.31.96.12',2),(392,1,'2015-02-21 14:39:23','71.177.184.59',1),(393,1,'2015-02-26 02:20:22','64.187.237.164',2),(394,2,'2015-02-27 04:50:26','220.181.108.108',1),(395,1,'2015-03-03 22:19:02','220.181.108.142',2),(396,1,'2015-03-04 11:52:17','173.70.141.168',2),(397,2,'2015-03-04 11:52:19','173.70.141.168',2),(398,1,'2015-03-04 17:00:29','180.76.6.45',1),(399,2,'2015-03-05 13:28:51','144.76.195.74',1),(400,1,'2015-03-05 13:28:51','144.76.195.74',1),(401,1,'2015-03-06 04:51:40','100.43.91.3',1),(402,1,'2015-03-09 20:26:50','220.181.108.171',1),(403,2,'2015-03-09 22:11:02','180.76.6.153',1),(404,2,'2015-03-09 23:34:27','100.43.85.15',1),(405,1,'2015-03-10 09:36:07','91.121.163.214',1),(406,2,'2015-03-10 15:07:07','212.129.7.158',1),(407,2,'2015-03-10 19:12:14','100.43.91.3',1),(408,2,'2015-03-11 06:07:10','207.46.13.33',1),(409,2,'2015-03-11 21:17:09','220.181.108.118',1),(410,1,'2015-03-12 23:51:25','180.76.6.156',1),(411,1,'2015-03-14 02:12:05','69.58.178.56',1),(412,2,'2015-03-14 02:12:06','69.58.178.56',1),(413,2,'2015-03-15 19:51:51','107.153.64.16',1),(414,1,'2015-03-17 23:56:03','100.43.85.6',1),(415,1,'2015-03-18 06:04:11','157.55.39.75',1),(416,1,'2015-03-23 11:27:26','123.125.71.92',1),(417,2,'2015-03-23 18:11:40','107.183.76.133',1),(418,1,'2015-03-25 12:20:26','182.64.185.13',1),(419,2,'2015-03-26 15:06:54','107.172.14.32',1),(420,2,'2015-03-27 16:30:28','123.125.71.18',1),(421,2,'2015-03-28 02:26:13','188.143.232.19',1),(422,2,'2015-03-28 13:57:30','188.143.232.19',1),(423,2,'2015-04-01 13:09:47','23.247.182.140',1),(424,1,'2015-04-02 11:10:07','107.191.49.187',1),(425,2,'2015-04-03 04:44:45','155.94.157.64',1),(426,2,'2015-04-03 20:53:01','176.10.104.227',2),(427,1,'2015-04-03 20:53:16','176.10.104.227',1),(428,2,'2015-04-03 23:52:36','176.10.104.227',2),(429,1,'2015-04-03 23:52:47','176.10.104.227',1),(430,2,'2015-04-04 01:49:03','66.249.73.233',1),(431,2,'2015-04-05 10:01:48','107.153.8.182',1),(432,2,'2015-04-06 13:01:06','199.21.99.215',1),(433,2,'2015-04-06 16:06:22','104.128.16.234',1),(434,2,'2015-04-06 17:51:00','220.181.108.96',1),(435,2,'2015-04-07 04:14:13','176.10.104.227',1),(436,1,'2015-04-07 20:09:12','66.249.73.233',1),(437,2,'2015-04-08 12:59:08','176.10.104.227',2),(438,1,'2015-04-08 12:59:22','176.10.104.227',1),(439,1,'2015-04-09 16:08:02','192.99.152.198',1),(440,2,'2015-04-09 16:08:06','192.99.152.198',1),(441,1,'2015-04-10 22:27:12','220.181.108.139',1),(442,2,'2015-04-11 07:43:05','180.76.6.141',1),(443,1,'2015-04-11 22:09:28','185.23.124.119',1),(444,1,'2015-04-12 11:48:59','128.199.32.141',1),(445,1,'2015-04-13 20:11:44','180.76.5.153',1),(446,1,'2015-04-14 11:26:36','69.58.178.58',1),(447,2,'2015-04-14 11:27:17','69.58.178.58',1),(448,1,'2015-04-14 21:44:18','180.76.5.26',1),(449,2,'2015-04-15 05:23:21','157.55.39.66',1),(450,2,'2015-04-15 14:51:13','195.154.167.95',1),(451,1,'2015-04-19 21:36:01','207.46.13.130',1),(452,1,'2015-04-20 23:48:00','178.137.85.199',1),(453,1,'2015-04-21 07:51:06','5.9.24.198',1),(454,2,'2015-04-21 07:51:21','5.9.24.198',1),(455,1,'2015-04-23 20:45:28','207.46.13.130',1),(456,2,'2015-04-24 20:28:16','100.43.85.12',1),(457,1,'2015-04-25 18:19:05','199.21.99.215',1),(458,1,'2015-04-26 04:18:06','207.46.13.130',1),(459,2,'2015-04-26 04:29:50','157.55.39.143',1),(460,2,'2015-04-26 12:15:10','85.25.95.148',1),(461,1,'2015-04-30 09:55:40','66.249.64.42',1),(462,1,'2015-05-04 14:47:01','180.76.6.156',1),(463,1,'2015-05-05 21:01:04','180.76.6.130',1),(464,1,'2015-05-07 01:20:52','207.46.13.64',1),(465,1,'2015-05-11 23:32:47','198.245.60.28',1),(466,2,'2015-05-13 06:06:48','199.21.99.215',1),(467,2,'2015-05-13 13:19:34','180.76.5.75',1),(468,1,'2015-05-13 22:14:02','69.58.178.59',1),(469,2,'2015-05-13 22:14:04','69.58.178.59',1),(470,2,'2015-05-14 00:04:16','180.76.5.143',1),(471,2,'2015-05-15 00:20:25','180.76.5.67',1),(472,1,'2015-05-15 12:01:31','216.108.227.23',1),(473,1,'2015-05-16 00:35:28','180.76.5.63',1),(474,2,'2015-05-16 17:00:03','180.76.5.192',1),(475,1,'2015-05-16 17:19:37','180.76.5.188',1),(476,1,'2015-05-17 02:40:26','157.55.39.19',1),(477,2,'2015-05-17 23:28:29','157.55.39.167',1),(478,1,'2015-05-18 11:59:25','157.55.39.19',1),(479,2,'2015-05-19 17:47:27','157.55.39.167',1),(480,2,'2015-05-19 19:18:45','157.55.39.168',1),(481,1,'2015-05-19 22:57:33','136.243.14.225',1),(482,1,'2015-05-20 02:42:36','180.76.15.22',1),(483,2,'2015-05-20 20:23:07','157.55.39.94',1),(484,2,'2015-05-21 20:16:04','157.55.39.94',1),(485,1,'2015-05-26 11:13:59','208.115.113.83',1),(486,2,'2015-05-26 13:47:37','45.59.26.103',1),(487,2,'2015-05-26 17:07:17','208.115.111.66',1),(488,2,'2015-05-26 20:18:33','66.249.75.2',1),(489,2,'2015-05-27 06:14:10','23.232.176.195',1),(490,2,'2015-05-27 11:57:13','207.46.13.7',1),(491,1,'2015-05-27 20:36:29','67.212.162.98',2),(492,2,'2015-05-27 20:36:36','67.212.162.98',1),(493,2,'2015-05-28 07:12:20','199.21.99.215',1),(494,1,'2015-05-28 11:35:32','67.212.162.98',1),(495,1,'2015-05-28 15:53:43','45.55.175.105',1),(496,2,'2015-05-29 11:34:21','69.175.67.58',1),(497,1,'2015-05-29 11:34:22','69.175.67.58',1),(498,1,'2015-05-29 15:33:20','157.55.39.134',1),(499,1,'2015-05-30 11:34:05','184.154.69.58',1),(500,2,'2015-05-31 10:09:34','207.46.13.64',1),(501,2,'2015-05-31 11:37:11','67.212.162.98',1),(502,2,'2015-06-01 11:34:52','67.212.162.98',1),(503,1,'2015-06-01 11:34:52','67.212.162.98',1),(504,1,'2015-06-01 18:22:55','178.137.85.199',1),(505,1,'2015-06-02 05:04:57','91.121.141.219',1),(506,2,'2015-06-02 11:36:14','69.175.22.218',1),(507,1,'2015-06-02 11:36:16','69.175.22.218',1),(508,2,'2015-06-03 05:16:44','216.158.196.202',1),(509,1,'2015-06-03 11:35:08','69.175.22.218',1),(510,2,'2015-06-03 20:57:13','64.79.100.16',2),(511,1,'2015-06-03 20:57:19','64.79.100.16',2),(512,2,'2015-06-04 11:36:34','69.175.67.58',1),(513,1,'2015-06-04 11:36:38','69.175.67.58',1),(514,1,'2015-06-04 18:53:30','146.120.158.24',2),(515,1,'2015-06-05 07:55:07','66.249.67.181',1),(516,1,'2015-06-05 11:36:32','96.127.176.50',1),(517,2,'2015-06-05 21:26:12','216.158.221.20',1),(518,1,'2015-06-06 06:29:01','208.115.113.83',1),(519,1,'2015-06-06 11:35:12','69.175.22.218',1),(520,2,'2015-06-06 11:35:23','69.175.22.218',1),(521,1,'2015-06-07 01:27:57','100.43.91.9',1),(522,1,'2015-06-07 11:30:33','96.127.176.50',1),(523,2,'2015-06-07 11:30:34','96.127.176.50',1),(524,2,'2015-06-07 15:03:17','208.115.111.66',1),(525,2,'2015-06-08 02:44:07','207.46.13.58',1),(526,1,'2015-06-08 11:32:46','69.175.67.58',1),(527,1,'2015-06-09 07:40:55','207.46.13.72',1),(528,1,'2015-06-09 11:32:52','184.154.69.58',1),(529,2,'2015-06-09 11:33:03','184.154.69.58',1),(530,1,'2015-06-10 11:36:23','69.175.67.58',1),(531,2,'2015-06-10 11:36:32','69.175.67.58',1),(532,2,'2015-06-11 11:37:02','96.127.176.50',1),(533,1,'2015-06-11 11:37:04','96.127.176.50',1),(534,2,'2015-06-11 14:58:46','123.125.71.69',1),(535,2,'2015-06-12 11:37:21','67.212.162.98',1),(536,1,'2015-06-12 11:37:23','67.212.162.98',1),(537,1,'2015-06-13 11:38:07','69.175.67.58',1),(538,2,'2015-06-13 11:38:07','69.175.67.58',1),(539,1,'2015-06-13 18:29:29','208.115.113.83',2),(540,2,'2015-06-13 18:48:06','69.58.178.59',1),(541,1,'2015-06-14 11:34:55','67.212.162.98',1),(542,1,'2015-06-14 23:40:07','46.246.63.171',1),(543,2,'2015-06-15 02:35:33','180.76.15.142',1),(544,1,'2015-06-15 11:35:45','69.175.67.58',1),(545,2,'2015-06-15 11:35:46','69.175.67.58',1),(546,2,'2015-06-16 07:44:55','180.76.15.139',1),(547,1,'2015-06-16 11:32:10','69.175.22.218',1),(548,2,'2015-06-16 11:32:10','69.175.22.218',1),(549,1,'2015-06-16 19:27:34','64.79.100.11',2),(550,2,'2015-06-16 19:27:34','64.79.100.11',2),(551,2,'2015-06-17 00:29:28','180.76.15.24',1),(552,1,'2015-06-17 11:31:46','67.212.162.98',1),(553,2,'2015-06-17 11:31:49','67.212.162.98',1),(554,1,'2015-06-17 16:04:12','91.121.141.219',1),(555,2,'2015-06-18 01:20:34','180.76.15.11',1),(556,1,'2015-06-18 11:33:56','69.175.22.218',1),(557,2,'2015-06-18 11:33:56','69.175.22.218',1),(558,2,'2015-06-19 01:52:11','100.43.81.132',1),(559,2,'2015-06-19 11:32:58','96.127.176.50',1),(560,1,'2015-06-19 11:33:02','96.127.176.50',1),(561,1,'2015-06-20 03:30:56','157.55.39.79',1),(562,1,'2015-06-20 11:35:29','69.175.67.58',1),(563,2,'2015-06-20 11:35:31','69.175.67.58',1),(564,2,'2015-06-20 15:39:00','23.232.235.100',1),(565,1,'2015-06-20 16:49:44','157.55.39.55',1),(566,1,'2015-06-21 05:57:40','91.121.141.219',1),(567,1,'2015-06-21 11:38:30','184.154.69.58',1),(568,2,'2015-06-21 11:38:36','184.154.69.58',1),(569,1,'2015-06-21 22:07:56','208.115.113.83',1),(570,1,'2015-06-22 03:18:43','180.76.15.143',1),(571,1,'2015-06-22 06:29:32','136.243.14.225',1),(572,2,'2015-06-22 11:35:07','67.212.162.98',1),(573,1,'2015-06-23 02:14:55','180.76.15.158',1),(574,2,'2015-06-23 04:50:27','220.181.108.105',1),(575,2,'2015-06-23 11:40:43','69.175.67.58',1),(576,2,'2015-06-24 11:37:56','69.175.22.218',1),(577,1,'2015-06-24 11:37:59','69.175.22.218',1),(578,1,'2015-06-25 11:34:43','69.175.22.218',1),(579,2,'2015-06-25 14:19:05','207.46.13.76',1),(580,2,'2015-06-26 11:35:36','96.127.176.50',2),(581,1,'2015-06-26 11:35:53','96.127.176.50',1),(582,1,'2015-06-27 11:42:09','96.127.176.50',1),(583,1,'2015-06-28 11:37:01','184.154.69.58',1),(584,1,'2015-06-29 05:19:50','141.8.143.168',1),(585,1,'2015-06-29 10:04:07','208.115.113.83',1),(586,1,'2015-06-29 11:38:09','69.175.22.218',1),(587,2,'2015-06-29 11:38:14','69.175.22.218',1),(588,2,'2015-06-29 15:05:45','208.115.111.66',1),(589,1,'2015-06-30 11:32:24','96.127.176.50',1),(590,1,'2015-07-01 08:33:55','207.46.13.103',1),(591,2,'2015-07-01 11:31:37','96.127.176.50',1),(592,1,'2015-07-02 11:37:30','184.154.69.58',1),(593,2,'2015-07-02 11:37:36','184.154.69.58',1),(594,1,'2015-07-03 11:35:43','67.212.162.98',1),(595,2,'2015-07-03 11:35:45','67.212.162.98',1),(596,1,'2015-07-04 11:33:07','67.212.162.98',1),(597,2,'2015-07-04 11:33:09','67.212.162.98',1),(598,1,'2015-07-04 22:34:18','107.170.123.93',1),(599,2,'2015-07-05 07:00:12','66.249.64.80',1),(600,1,'2015-07-05 11:31:31','96.127.176.50',1),(601,1,'2015-07-06 11:31:08','184.154.69.58',1),(602,2,'2015-07-06 12:28:41','46.101.245.225',1),(603,1,'2015-07-06 17:10:20','46.4.123.172',1),(604,2,'2015-07-06 17:11:13','46.4.123.172',1),(605,1,'2015-07-06 21:59:29','208.115.113.83',1),(606,1,'2015-07-07 01:38:50','180.76.15.23',1),(607,1,'2015-07-07 11:39:12','69.175.67.58',1),(608,1,'2015-07-08 11:37:48','96.127.176.50',1),(609,2,'2015-07-08 11:37:49','96.127.176.50',1),(610,1,'2015-07-09 11:30:53','69.175.67.58',1),(611,1,'2015-07-10 00:17:42','208.107.41.62',1),(612,2,'2015-07-10 00:17:47','208.107.41.62',1),(613,1,'2015-07-10 11:31:43','67.212.162.98',1),(614,2,'2015-07-11 11:38:23','69.175.67.58',1),(615,1,'2015-07-11 11:38:25','69.175.67.58',1),(616,1,'2015-07-11 19:26:32','204.124.183.98',1),(617,1,'2015-07-12 11:34:03','67.212.162.98',1),(618,1,'2015-07-13 11:40:39','69.175.67.58',1),(619,2,'2015-07-13 13:39:49','192.186.151.41',1),(620,2,'2015-07-13 14:22:45','157.55.39.68',1),(621,1,'2015-07-13 16:44:04','69.58.178.57',1),(622,2,'2015-07-13 16:44:05','69.58.178.57',1),(623,2,'2015-07-14 06:38:01','100.43.81.132',1),(624,1,'2015-07-14 10:20:43','208.115.113.83',1),(625,1,'2015-07-14 11:35:03','96.127.176.50',1),(626,2,'2015-07-14 11:35:07','96.127.176.50',1),(627,1,'2015-07-15 11:34:14','69.175.22.218',1),(628,1,'2015-07-15 15:19:53','123.125.71.51',1),(629,2,'2015-07-16 03:04:14','208.115.111.66',1),(630,2,'2015-07-16 11:37:26','69.175.67.58',1),(631,1,'2015-07-16 11:37:28','69.175.67.58',1),(632,1,'2015-07-17 11:31:01','69.175.22.218',1),(633,2,'2015-07-17 11:31:05','69.175.22.218',1),(634,1,'2015-07-18 11:31:09','184.154.69.58',1),(635,1,'2015-07-18 22:57:26','157.55.39.177',1),(636,1,'2015-07-19 11:38:39','96.127.176.50',1),(637,2,'2015-07-19 11:38:45','96.127.176.50',1),(638,1,'2015-07-19 21:31:02','157.55.39.238',1),(639,2,'2015-07-20 11:38:50','69.175.22.218',1),(640,2,'2015-07-20 13:31:06','180.76.15.147',1),(641,2,'2015-07-21 11:37:48','184.154.69.58',1),(642,1,'2015-07-21 22:09:37','208.115.113.83',1),(643,1,'2015-07-22 11:41:01','67.212.162.98',1),(644,2,'2015-07-22 11:41:02','67.212.162.98',1),(645,1,'2015-07-23 05:25:22','136.243.14.225',1),(646,1,'2015-07-23 11:32:06','96.127.176.50',1),(647,2,'2015-07-23 11:32:08','96.127.176.50',1),(648,2,'2015-07-23 15:03:38','208.115.111.66',1),(649,1,'2015-07-24 11:41:01','69.175.22.218',1),(650,2,'2015-07-24 11:41:02','69.175.22.218',1),(651,2,'2015-07-24 12:20:22','23.247.182.243',1),(652,1,'2015-07-25 03:47:51','10.30.64.4',1),(653,2,'2015-07-25 03:47:53','10.30.64.4',1),(654,1,'2015-07-25 07:39:36','180.76.15.160',1),(655,1,'2015-07-25 11:37:38','184.154.69.58',1),(656,2,'2015-07-26 11:38:32','96.127.176.50',7),(657,1,'2015-07-26 11:38:43','96.127.176.50',1),(658,2,'2015-07-27 11:31:46','96.127.176.50',1),(659,1,'2015-07-28 11:39:46','69.175.67.58',1),(660,2,'2015-07-28 11:39:47','69.175.67.58',1),(661,2,'2015-07-28 13:45:33','82.80.249.169',1),(662,1,'2015-07-28 13:45:33','82.80.249.169',1),(663,1,'2015-07-28 17:27:14','204.124.183.98',1),(664,1,'2015-07-29 01:57:44','23.229.23.197',1),(665,1,'2015-07-29 11:31:54','67.212.162.98',1),(666,2,'2015-07-29 20:21:46','54.242.129.194',1),(667,1,'2015-07-29 20:22:00','54.242.129.194',1),(668,1,'2015-07-30 11:42:21','96.127.176.50',1),(669,2,'2015-07-30 21:42:59','64.79.100.14',2),(670,1,'2015-07-30 21:42:59','64.79.100.14',2),(671,1,'2015-07-31 07:16:59','157.55.39.145',1),(672,2,'2015-07-31 08:18:32','85.25.185.173',1),(673,1,'2015-07-31 08:18:32','85.25.185.173',1),(674,1,'2015-07-31 11:41:12','67.212.162.98',1),(675,2,'2015-07-31 11:41:18','67.212.162.98',1),(676,1,'2015-07-31 23:19:38','66.249.67.93',1),(677,1,'2015-08-01 11:31:05','69.175.67.58',1),(678,2,'2015-08-02 03:11:11','188.143.232.15',1),(679,1,'2015-08-02 08:43:45','157.55.39.246',1),(680,2,'2015-08-02 11:41:28','67.212.162.98',1),(681,1,'2015-08-03 11:37:00','67.212.162.98',1),(682,2,'2015-08-03 11:37:10','67.212.162.98',1),(683,1,'2015-08-04 08:10:55','204.124.183.98',1),(684,1,'2015-08-04 11:30:56','184.154.69.58',1),(685,1,'2015-08-05 04:32:27','157.55.39.58',1),(686,2,'2015-08-05 11:33:49','67.212.162.98',1),(687,1,'2015-08-05 11:33:52','67.212.162.98',1),(688,1,'2015-08-06 02:04:39','208.115.113.83',1),(689,2,'2015-08-06 11:30:59','69.175.67.58',1),(690,1,'2015-08-06 11:31:01','69.175.67.58',1),(691,1,'2015-08-06 16:45:18','76.74.170.198',1),(692,2,'2015-08-06 16:45:21','76.74.170.198',1),(693,2,'2015-08-07 11:39:39','69.175.67.58',1),(694,1,'2015-08-07 11:39:50','69.175.67.58',1),(695,2,'2015-08-07 18:57:32','208.115.111.66',1),(696,2,'2015-08-08 11:44:23','67.212.162.98',1),(697,2,'2015-08-09 07:57:10','188.143.232.70',2),(698,1,'2015-08-09 07:57:29','188.143.232.70',1),(699,2,'2015-08-09 11:40:03','69.175.22.218',1),(700,1,'2015-08-09 11:40:10','69.175.22.218',1),(701,1,'2015-08-09 16:54:20','157.55.39.245',1),(702,1,'2015-08-10 11:40:59','184.154.69.58',1),(703,1,'2015-08-10 15:45:30','144.76.7.107',1),(704,2,'2015-08-10 17:20:09','79.143.188.145',1),(705,1,'2015-08-11 02:53:44','204.124.183.98',1),(706,1,'2015-08-11 10:00:56','46.4.189.109',1),(707,2,'2015-08-11 11:36:35','69.175.22.218',1),(708,1,'2015-08-11 11:36:43','69.175.22.218',1),(709,1,'2015-08-11 16:02:27','157.55.39.35',1),(710,2,'2015-08-12 11:38:26','69.175.22.218',1),(711,1,'2015-08-12 11:38:34','69.175.22.218',1),(712,2,'2015-08-13 11:44:22','184.154.69.58',1),(713,1,'2015-08-13 11:44:22','184.154.69.58',1),(714,1,'2015-08-13 18:30:58','69.58.178.57',1),(715,2,'2015-08-13 18:30:59','69.58.178.57',1),(716,2,'2015-08-14 11:42:58','69.175.67.58',1),(717,1,'2015-08-14 11:42:59','69.175.67.58',1),(718,2,'2015-08-14 12:39:37','173.224.126.253',1),(719,2,'2015-08-15 11:32:10','69.175.67.58',1),(720,1,'2015-08-16 11:32:52','96.127.176.50',1),(721,2,'2015-08-16 11:32:55','96.127.176.50',1),(722,2,'2015-08-16 17:25:11','157.55.39.43',1),(723,1,'2015-08-17 00:31:35','195.154.157.47',1),(724,1,'2015-08-17 05:41:50','146.120.158.156',2),(725,2,'2015-08-17 11:37:39','69.175.67.58',1),(726,1,'2015-08-18 11:42:00','69.175.67.58',1),(727,1,'2015-08-19 06:27:19','66.249.65.178',1),(728,2,'2015-08-19 11:38:44','184.154.69.58',1),(729,1,'2015-08-19 11:38:51','184.154.69.58',1),(730,1,'2015-08-19 14:46:50','207.46.13.68',1),(731,2,'2015-08-19 14:48:06','94.23.19.178',1),(732,1,'2015-08-19 18:16:11','204.124.183.98',1),(733,2,'2015-08-20 01:20:07','144.76.8.132',1),(734,2,'2015-08-20 07:06:21','162.220.12.161',1),(735,2,'2015-08-20 11:41:29','184.154.69.58',1),(736,1,'2015-08-20 11:41:31','184.154.69.58',1),(737,2,'2015-08-21 05:02:36','180.76.15.141',1),(738,2,'2015-08-21 11:30:41','67.212.162.98',1),(739,2,'2015-08-21 19:13:48','62.210.250.215',1),(740,2,'2015-08-22 11:38:08','67.212.162.98',1),(741,1,'2015-08-22 11:38:09','67.212.162.98',1),(742,2,'2015-08-22 13:15:52','108.24.127.250',2),(743,1,'2015-08-22 13:21:57','108.24.127.250',1),(744,2,'2015-08-22 16:13:38','73.160.224.16',1),(745,1,'2015-08-22 16:13:49','73.160.224.16',1),(746,2,'2015-08-23 11:33:38','67.212.162.98',1),(747,2,'2015-08-23 20:42:37','142.4.214.124',1),(748,2,'2015-08-24 04:36:52','180.76.15.24',1),(749,2,'2015-08-24 11:45:09','69.175.22.218',1),(750,1,'2015-08-24 18:57:42','136.243.14.225',1),(751,1,'2015-08-25 11:45:30','67.212.162.98',7),(752,2,'2015-08-25 11:45:38','67.212.162.98',5),(753,1,'2015-08-25 22:49:26','157.55.39.166',1),(754,2,'2015-08-26 00:12:31','81.110.84.149',1),(755,1,'2015-08-26 11:31:30','67.212.162.98',1),(756,2,'2015-08-26 11:31:30','67.212.162.98',1),(757,1,'2015-08-26 16:23:04','204.124.183.98',1),(758,1,'2015-08-27 11:36:00','184.154.69.58',1),(759,1,'2015-08-28 00:51:31','207.46.13.40',1),(760,1,'2015-08-28 11:45:16','184.154.69.58',1),(761,1,'2015-08-29 11:37:02','69.175.67.58',1),(762,2,'2015-08-29 11:37:03','69.175.67.58',1),(763,2,'2015-08-30 05:55:42','78.46.174.197',1),(764,2,'2015-08-30 11:42:19','69.175.67.58',1),(765,1,'2015-08-30 11:42:27','69.175.67.58',1),(766,1,'2015-08-31 11:41:03','69.175.67.58',1),(767,2,'2015-08-31 11:41:04','69.175.67.58',1),(768,1,'2015-09-01 02:24:27','207.46.13.1',1),(769,1,'2015-09-01 11:41:02','67.212.162.98',1),(770,2,'2015-09-01 12:44:51','91.121.211.59',1),(771,1,'2015-09-02 02:51:27','204.124.183.98',1),(772,2,'2015-09-02 10:30:06','208.115.111.66',1),(773,1,'2015-09-02 11:44:02','69.175.22.218',1),(774,2,'2015-09-02 14:59:34','157.55.39.215',1),(775,1,'2015-09-02 16:11:56','46.246.39.233',1),(776,2,'2015-09-03 05:57:59','100.43.81.137',1),(777,1,'2015-09-03 06:24:54','157.55.39.9',1),(778,1,'2015-09-03 11:42:00','96.127.176.50',1),(779,2,'2015-09-03 11:42:01','96.127.176.50',1),(780,2,'2015-09-04 11:38:37','67.212.162.98',1),(781,2,'2015-09-04 12:43:46','62.210.97.48',1),(782,1,'2015-09-05 10:35:11','10.30.64.4',1),(783,2,'2015-09-05 10:35:14','10.30.64.4',1),(784,1,'2015-09-05 11:37:58','96.127.176.50',1),(785,2,'2015-09-05 11:38:04','96.127.176.50',1),(786,2,'2015-09-06 05:38:51','46.4.123.172',1),(787,1,'2015-09-06 11:41:02','69.175.22.218',1),(788,1,'2015-09-07 11:37:59','184.154.69.58',1),(789,2,'2015-09-07 15:48:37','198.27.66.185',1),(790,2,'2015-09-08 11:31:28','184.154.69.58',1),(791,1,'2015-09-08 11:31:28','184.154.69.58',1),(792,1,'2015-09-08 14:36:47','100.43.91.4',1),(793,1,'2015-09-08 23:04:50','207.46.13.114',1),(794,1,'2015-09-09 11:31:18','96.127.176.50',1),(795,1,'2015-09-10 08:51:09','204.124.183.98',1),(796,1,'2015-09-10 11:36:52','67.212.162.98',1),(797,2,'2015-09-11 02:30:08','208.115.111.66',1),(798,2,'2015-09-11 11:37:48','67.212.162.98',1),(799,2,'2015-09-11 15:38:42','209.249.5.252',1),(800,1,'2015-09-11 15:38:45','209.249.5.252',1),(801,2,'2015-09-11 23:00:51','77.21.217.118',1),(802,2,'2015-09-12 11:32:58','184.154.69.58',1),(803,1,'2015-09-13 05:04:20','46.101.161.252',1),(804,1,'2015-09-13 06:10:16','220.181.108.92',1),(805,2,'2015-09-13 11:30:51','69.175.67.58',1),(806,1,'2015-09-13 11:30:55','69.175.67.58',1),(807,1,'2015-09-13 18:33:01','69.58.178.57',1),(808,2,'2015-09-13 18:33:03','69.58.178.57',1),(809,2,'2015-09-14 02:39:48','162.210.196.100',1),(810,1,'2015-09-14 10:13:18','66.249.65.185',1),(811,2,'2015-09-14 11:43:40','69.175.67.58',1),(812,2,'2015-09-14 20:41:13','66.249.64.172',1),(813,1,'2015-09-15 11:42:14','69.175.67.58',1),(814,2,'2015-09-15 11:42:25','69.175.67.58',1),(815,1,'2015-09-16 11:29:12','204.124.183.98',2),(816,1,'2015-09-17 11:38:25','69.175.22.218',1),(817,1,'2015-09-17 19:06:39','66.249.65.178',1),(818,1,'2015-09-18 11:40:32','69.175.22.218',1),(819,2,'2015-09-18 11:40:33','69.175.22.218',1),(820,2,'2015-09-18 15:37:29','208.115.111.66',1),(821,1,'2015-09-19 11:39:45','69.175.67.58',1),(822,1,'2015-09-20 11:39:18','69.175.67.58',1),(823,2,'2015-09-20 11:39:21','69.175.67.58',1),(824,2,'2015-09-21 05:22:08','158.106.67.140',1),(825,1,'2015-09-21 05:22:10','158.106.67.140',1),(826,2,'2015-09-21 11:37:24','96.127.176.50',1),(827,2,'2015-09-21 21:44:10','123.125.71.40',1),(828,1,'2015-09-22 11:43:16','67.212.162.98',1),(829,1,'2015-09-23 01:25:34','46.165.197.141',1),(830,1,'2015-09-23 12:33:51','69.175.67.58',1),(831,2,'2015-09-23 12:33:51','69.175.67.58',1),(832,1,'2015-09-23 15:49:56','51.254.97.22',1),(833,1,'2015-09-24 11:57:28','96.127.176.50',5),(834,2,'2015-09-24 11:57:30','96.127.176.50',7),(835,2,'2015-09-24 23:58:48','180.76.15.25',1),(836,1,'2015-09-25 09:23:51','199.58.86.211',1),(837,2,'2015-09-25 09:23:54','199.58.86.211',1),(838,1,'2015-09-25 11:34:56','69.175.67.58',1),(839,2,'2015-09-25 11:35:05','69.175.67.58',1),(840,1,'2015-09-26 01:55:24','136.243.14.225',1),(841,2,'2015-09-26 08:34:01','180.76.15.14',1),(842,2,'2015-09-26 11:42:36','184.154.69.58',1),(843,1,'2015-09-26 11:42:41','184.154.69.58',1),(844,1,'2015-09-27 11:40:09','69.175.67.58',1),(845,2,'2015-09-27 11:40:10','69.175.67.58',1),(846,1,'2015-09-27 12:31:51','204.124.183.98',1),(847,1,'2015-09-27 13:06:53','180.76.15.150',1),(848,1,'2015-09-28 06:36:09','180.76.15.135',1),(849,1,'2015-09-28 11:33:26','184.154.69.58',1),(850,2,'2015-09-28 17:43:58','180.76.15.31',1),(851,1,'2015-09-28 19:20:09','72.76.243.86',2),(852,2,'2015-09-28 19:20:16','72.76.243.86',2),(853,1,'2015-09-29 11:39:20','69.175.22.218',1),(854,2,'2015-09-29 11:39:25','69.175.22.218',1),(855,2,'2015-09-29 17:43:44','180.76.15.136',2),(856,2,'2015-09-30 11:32:34','69.175.22.218',1),(857,1,'2015-10-01 11:30:48','67.212.162.98',1),(858,2,'2015-10-02 11:30:35','69.175.67.58',2),(859,1,'2015-10-03 11:31:37','96.127.176.50',1),(860,2,'2015-10-03 11:31:40','96.127.176.50',1),(861,2,'2015-10-04 11:42:52','69.175.22.218',1),(862,2,'2015-10-05 11:36:02','69.175.22.218',1),(863,1,'2015-10-05 11:36:07','69.175.22.218',1),(864,2,'2015-10-06 11:43:28','67.212.162.98',1),(865,1,'2015-10-06 11:43:29','67.212.162.98',1),(866,2,'2015-10-07 11:39:34','69.175.67.58',1),(867,1,'2015-10-07 11:39:36','69.175.67.58',1),(868,2,'2015-10-08 02:57:36','157.55.39.14',1),(869,1,'2015-10-08 11:44:49','69.175.22.218',1),(870,2,'2015-10-08 11:44:50','69.175.22.218',1),(871,1,'2015-10-09 11:30:37','69.175.67.58',1),(872,2,'2015-10-09 11:30:38','69.175.67.58',1),(873,1,'2015-10-09 14:17:11','204.124.183.98',1),(874,2,'2015-10-09 14:42:09','199.21.99.208',1),(875,2,'2015-10-10 11:31:23','69.175.22.218',1),(876,1,'2015-10-10 11:31:27','69.175.22.218',1),(877,1,'2015-10-10 15:54:14','54.211.163.15',1),(878,1,'2015-10-11 11:32:08','69.175.67.58',1),(879,2,'2015-10-11 11:32:10','69.175.67.58',1),(880,1,'2015-10-11 17:11:58','162.221.200.177',1),(881,1,'2015-10-12 11:30:51','69.175.22.218',1),(882,1,'2015-10-13 11:19:00','69.58.178.56',1),(883,2,'2015-10-13 11:19:01','69.58.178.56',1),(884,2,'2015-10-13 12:04:52','67.212.162.98',1),(885,1,'2015-10-14 11:40:31','69.175.67.58',1),(886,2,'2015-10-14 11:40:31','69.175.67.58',1),(887,1,'2015-10-14 15:33:08','157.55.39.31',1),(888,2,'2015-10-15 11:58:32','67.212.162.98',1),(889,1,'2015-10-15 11:58:32','67.212.162.98',1),(890,2,'2015-10-16 05:59:04','188.143.232.43',1),(891,1,'2015-10-16 11:40:18','96.127.176.50',1),(892,2,'2015-10-16 11:40:19','96.127.176.50',1),(893,1,'2015-10-16 18:08:42','10.30.64.4',1),(894,2,'2015-10-16 18:08:44','10.30.64.4',1),(895,2,'2015-10-17 11:41:52','67.212.162.98',1),(896,2,'2015-10-18 11:37:39','69.175.22.218',1),(897,2,'2015-10-19 11:37:50','67.212.162.98',1),(898,1,'2015-10-19 11:37:51','67.212.162.98',1),(899,1,'2015-10-20 03:34:15','46.101.181.39',1),(900,1,'2015-10-20 04:42:52','204.124.183.98',1),(901,2,'2015-10-20 11:41:48','184.154.69.58',1),(902,1,'2015-10-20 11:41:58','184.154.69.58',1),(903,2,'2015-10-21 11:54:00','69.175.67.58',1),(904,1,'2015-10-21 11:54:12','69.175.67.58',1),(905,2,'2015-10-22 11:48:23','69.175.22.218',1),(906,1,'2015-10-23 10:10:20','49.67.217.50',1),(907,2,'2015-10-23 11:33:16','69.175.67.58',1),(908,1,'2015-10-23 11:33:21','69.175.67.58',1),(909,1,'2015-10-24 09:23:06','46.246.47.53',1),(910,1,'2015-10-24 11:44:51','67.212.162.98',1),(911,2,'2015-10-24 11:44:52','67.212.162.98',1),(912,1,'2015-10-25 11:35:14','69.175.67.58',1),(913,2,'2015-10-26 11:03:34','188.143.232.21',3),(914,1,'2015-10-26 11:03:38','188.143.232.21',2),(915,1,'2015-10-27 11:37:05','96.127.176.50',1),(916,2,'2015-10-28 06:57:21','180.76.15.145',1),(917,1,'2015-10-28 11:08:22','136.243.14.225',2),(918,2,'2015-10-28 11:31:59','69.175.22.218',1),(919,2,'2015-10-28 21:42:41','180.76.15.27',1),(920,1,'2015-10-28 22:44:34','64.79.100.11',2),(921,2,'2015-10-28 22:44:35','64.79.100.11',2),(922,1,'2015-10-29 00:56:34','146.120.158.131',2),(923,1,'2015-10-29 11:34:20','67.212.162.98',1),(924,2,'2015-10-29 11:34:27','67.212.162.98',1),(925,1,'2015-10-30 08:34:11','180.76.15.11',1),(926,1,'2015-10-30 11:36:30','69.175.22.218',1),(927,2,'2015-10-30 11:36:34','69.175.22.218',1),(928,1,'2015-10-31 07:29:39','199.21.99.208',1),(929,2,'2015-10-31 09:43:56','188.143.232.10',1),(930,1,'2015-10-31 11:31:53','96.127.176.50',1),(931,2,'2015-10-31 11:31:54','96.127.176.50',1),(932,1,'2015-10-31 12:51:14','180.76.15.143',1),(933,2,'2015-11-01 12:51:30','67.212.162.98',1),(934,1,'2015-11-01 12:51:36','67.212.162.98',1),(935,1,'2015-11-02 07:49:00','192.161.59.218',1),(936,2,'2015-11-02 12:51:49','69.175.22.218',1),(937,2,'2015-11-03 00:11:16','180.76.15.23',1),(938,2,'2015-11-03 12:49:21','69.175.22.218',1),(939,1,'2015-11-03 12:49:23','69.175.22.218',1),(940,2,'2015-11-04 12:36:43','67.212.162.98',1),(941,1,'2015-11-04 12:36:51','67.212.162.98',1),(942,1,'2015-11-05 04:33:44','172.245.125.205',1),(943,2,'2015-11-05 12:38:39','67.212.162.98',1),(944,2,'2015-11-06 05:46:37','180.76.15.152',1),(945,1,'2015-11-06 07:38:37','180.120.60.107',2),(946,2,'2015-11-06 13:10:15','96.127.176.50',1),(947,1,'2015-11-07 08:04:16','123.125.71.51',1),(948,2,'2015-11-07 12:41:27','69.175.67.58',1),(949,1,'2015-11-07 12:41:29','69.175.67.58',1),(950,1,'2015-11-08 12:43:29','96.127.176.50',1),(951,2,'2015-11-08 12:43:29','96.127.176.50',1),(952,2,'2015-11-09 12:38:33','69.175.67.58',1),(953,2,'2015-11-10 12:34:10','69.175.67.58',1),(954,1,'2015-11-10 12:34:12','69.175.67.58',1),(955,2,'2015-11-10 13:16:30','23.232.176.239',1),(956,2,'2015-11-11 12:33:57','96.127.176.50',1),(957,1,'2015-11-11 14:40:43','180.120.182.169',1),(958,2,'2015-11-12 11:47:05','157.55.39.176',1),(959,2,'2015-11-12 13:47:38','67.212.162.98',1),(960,1,'2015-11-12 13:47:38','67.212.162.98',1),(961,1,'2015-11-13 07:08:27','69.58.178.56',1),(962,2,'2015-11-13 07:08:28','69.58.178.56',1),(963,2,'2015-11-13 12:34:28','69.175.22.218',1),(964,1,'2015-11-13 19:15:00','62.210.172.115',1),(965,2,'2015-11-14 04:25:38','64.79.100.18',2),(966,1,'2015-11-14 04:25:38','64.79.100.18',2),(967,2,'2015-11-14 12:44:41','69.175.22.218',1),(968,1,'2015-11-14 12:44:42','69.175.22.218',1),(969,2,'2015-11-14 15:13:46','100.43.81.130',1),(970,2,'2015-11-15 12:31:00','69.175.22.218',1),(971,1,'2015-11-15 12:31:11','69.175.22.218',1),(972,2,'2015-11-16 12:33:38','69.175.67.58',1),(973,1,'2015-11-16 12:33:40','69.175.67.58',1),(974,2,'2015-11-16 19:31:50','100.43.91.10',1),(975,1,'2015-11-16 21:43:57','91.121.112.142',1),(976,2,'2015-11-16 21:44:02','91.121.112.142',1),(977,2,'2015-11-17 08:00:10','91.121.169.194',1),(978,2,'2015-11-17 12:32:12','69.175.22.218',1),(979,1,'2015-11-18 11:51:06','100.43.91.29',1),(980,2,'2015-11-18 12:43:02','69.175.67.58',1),(981,1,'2015-11-18 12:43:03','69.175.67.58',1),(982,1,'2015-11-18 13:47:44','66.249.65.185',1),(983,1,'2015-11-18 14:44:32','144.76.44.138',1),(984,2,'2015-11-18 14:44:37','144.76.44.138',1),(985,1,'2015-11-19 01:21:43','40.77.167.19',1),(986,1,'2015-11-19 03:15:45','114.232.237.24',1),(987,2,'2015-11-19 04:18:14','198.245.62.10',1); /*!40000 ALTER TABLE `wp_rg_form_view` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead` -- DROP TABLE IF EXISTS `wp_rg_lead`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_lead` ( `id` int(10) unsigned NOT NULL auto_increment, `form_id` mediumint(8) unsigned NOT NULL, `post_id` bigint(20) unsigned default NULL, `date_created` datetime NOT NULL, `is_starred` tinyint(1) NOT NULL default '0', `is_read` tinyint(1) NOT NULL default '0', `ip` varchar(39) NOT NULL, `source_url` varchar(200) NOT NULL default '', `user_agent` varchar(250) NOT NULL default '', `currency` varchar(5) default NULL, `payment_status` varchar(15) default NULL, `payment_date` datetime default NULL, `payment_amount` decimal(19,2) default NULL, `payment_method` varchar(30) default NULL, `transaction_id` varchar(50) default NULL, `is_fulfilled` tinyint(1) default NULL, `created_by` bigint(20) unsigned default NULL, `transaction_type` tinyint(1) default NULL, `status` varchar(20) NOT NULL default 'active', PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `status` (`status`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_lead` -- LOCK TABLES `wp_rg_lead` WRITE; /*!40000 ALTER TABLE `wp_rg_lead` DISABLE KEYS */; INSERT INTO `wp_rg_lead` VALUES (1,2,NULL,'2014-07-30 19:37:40',0,0,'71.168.154.253','http://propelme.net/wordpress/work-with-us/?preview=true&preview_id=8&preview_nonce=c1d276eae5','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,2,NULL,'active'),(2,2,NULL,'2014-07-30 19:47:18',0,0,'71.168.154.253','http://propelme.net/wordpress/work-with-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(3,1,NULL,'2014-07-30 19:47:39',0,0,'71.168.154.253','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Firefox/31.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(4,2,NULL,'2014-09-04 15:49:26',0,0,'50.32.113.173','http://propelme.net/wordpress/work-with-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(5,2,NULL,'2015-01-08 06:58:46',0,0,'213.238.175.29','http://propelme.net/wordpress/work-with-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(6,1,NULL,'2015-02-18 09:50:08',0,0,'23.81.72.244','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(7,2,NULL,'2015-04-03 20:53:02',0,0,'176.10.104.227','http://propelme.net/wordpress/work-with-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(8,2,NULL,'2015-04-03 23:52:37',0,0,'176.10.104.227','http://propelme.net/wordpress/work-with-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(9,2,NULL,'2015-04-08 12:59:09',0,0,'176.10.104.227','http://propelme.net/wordpress/work-with-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(10,1,NULL,'2015-06-14 23:40:08',0,0,'46.246.63.171','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(11,1,NULL,'2015-07-11 19:26:37',0,0,'107.173.168.72','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(12,1,NULL,'2015-07-28 17:27:21',0,0,'107.173.160.6','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(13,1,NULL,'2015-08-04 08:10:55',0,0,'23.95.201.69','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(14,2,NULL,'2015-08-09 07:57:13',0,0,'188.143.232.70','http://propelme.net/wordpress/work-with-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(15,1,NULL,'2015-08-11 02:53:50',0,0,'107.173.160.6','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(16,1,NULL,'2015-08-19 18:16:11',0,0,'23.94.170.143','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(17,1,NULL,'2015-08-26 16:23:05',0,0,'23.95.201.66','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(18,1,NULL,'2015-09-02 02:51:29',0,0,'172.245.124.196','http://propelme.net/wordpress/contact-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(19,1,NULL,'2015-09-10 08:51:11',0,0,'23.94.170.211','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(20,1,NULL,'2015-09-16 11:29:13',0,0,'172.245.124.196','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(21,1,NULL,'2015-09-27 12:31:52',0,0,'23.95.201.66','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(22,1,NULL,'2015-10-09 14:17:12',0,0,'23.95.196.194','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(23,1,NULL,'2015-10-20 04:42:53',0,0,'172.245.124.196','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(24,2,NULL,'2015-10-26 11:03:35',0,0,'188.143.232.21','http://propelme.net/wordpress/work-with-us/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'),(25,1,NULL,'2015-11-06 07:38:38',0,0,'180.120.60.107','http://propelme.net/wordpress/contact-us/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active'); /*!40000 ALTER TABLE `wp_rg_lead` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail` -- DROP TABLE IF EXISTS `wp_rg_lead_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_lead_detail` ( `id` bigint(20) unsigned NOT NULL auto_increment, `lead_id` int(10) unsigned NOT NULL, `form_id` mediumint(8) unsigned NOT NULL, `field_number` float NOT NULL, `value` varchar(200) default NULL, PRIMARY KEY (`id`), KEY `form_id` (`form_id`), KEY `lead_id` (`lead_id`), KEY `lead_field_number` (`lead_id`,`field_number`) ) ENGINE=MyISAM AUTO_INCREMENT=158 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_lead_detail` -- LOCK TABLES `wp_rg_lead_detail` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail` DISABLE KEYS */; INSERT INTO `wp_rg_lead_detail` VALUES (1,1,2,1,'Marci'),(2,1,2,2,'Foster'),(3,1,2,3,'Marci@getthespark.com'),(4,1,2,5,'test'),(5,1,2,6,'test'),(6,1,2,8,'test'),(7,1,2,7,'test'),(8,1,2,9,'test'),(9,2,2,1,'Marci'),(10,2,2,2,'Foster'),(11,2,2,3,'Marci@getthespark.com'),(12,2,2,5,'test'),(13,2,2,6,'info here'),(14,2,2,8,'info here'),(15,2,2,7,'info here'),(16,2,2,9,'info here'),(17,3,1,1,'Marci'),(18,3,1,2,'Foster'),(19,3,1,6,'marci@getthespark.com'),(20,3,1,5,'test'),(21,4,2,1,'Tracey'),(22,4,2,2,'Selingo'),(23,4,2,3,'tracey@traceyselingo.com'),(24,4,2,4,'http://traceyselingo.com'),(25,4,2,5,'all of them: @traceyselingo'),(26,4,2,6,'Wednesdays or Fridays (usually) after 10 am.'),(27,4,2,8,'Intuitive consulting + connection; Personal/professional development; Writing/teaching'),(28,4,2,7,'Right now I need to launch an ebook. I need help with: pricing, extending my reach and setting it out into the world in a way that doesn\'t feel gross. :)'),(29,4,2,9,'A solid plan to launch this puppy into orbit. Simple, eh?'),(30,5,2,1,'naasrg@vjwuwt.com'),(31,5,2,2,'naasrg@vjwuwt.com'),(32,5,2,3,'naasrg@vjwuwt.com'),(33,5,2,4,'naasrg@vjwuwt.com'),(34,5,2,5,'SreLHI ttxpnmibszcw, [url=http://hcenrtmlzjkf.com/]hcenrtmlzjkf[/url], [link=http://zskixmzooqwf.com/]zskixmzooqwf[/link], http://vetsdlziqffh.com/'),(35,5,2,6,'SreLHI ttxpnmibszcw, [url=http://hcenrtmlzjkf.com/]hcenrtmlzjkf[/url], [link=http://zskixmzooqwf.com/]zskixmzooqwf[/link], http://vetsdlziqffh.com/'),(36,5,2,8,'SreLHI ttxpnmibszcw, [url=http://hcenrtmlzjkf.com/]hcenrtmlzjkf[/url], [link=http://zskixmzooqwf.com/]zskixmzooqwf[/link], http://vetsdlziqffh.com/'),(37,5,2,7,'SreLHI ttxpnmibszcw, [url=http://hcenrtmlzjkf.com/]hcenrtmlzjkf[/url], [link=http://zskixmzooqwf.com/]zskixmzooqwf[/link], http://vetsdlziqffh.com/'),(38,5,2,9,'SreLHI ttxpnmibszcw, [url=http://hcenrtmlzjkf.com/]hcenrtmlzjkf[/url], [link=http://zskixmzooqwf.com/]zskixmzooqwf[/link], http://vetsdlziqffh.com/'),(39,6,1,1,'Nikki'),(40,6,1,2,'Nikki'),(41,6,1,6,'ettezacka@hotmail.com'),(42,6,1,7,'http://tho.lu/42i'),(43,6,1,5,'Hi, my name is Nikki and I am the sales manager at StarSEO Marketing. I was just looking at your Contact us | Propel site and see that your website has the potential to become very popular. I just wan'),(44,7,2,1,'bhgUMECdsElMJFbycH'),(45,7,2,2,'MvtwSwOryCaktNYDz'),(46,7,2,3,'zYxGKetAFaKvfAwOYz'),(47,7,2,4,'ecQHEdSWpMfAGdMGl'),(48,7,2,5,'ZaRpA9 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(49,7,2,6,'ZaRpA9 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(50,7,2,8,'ZaRpA9 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(51,7,2,7,'ZaRpA9 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(52,7,2,9,'ZaRpA9 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(53,8,2,1,'MCWMehvLbnGAnLyWa'),(54,8,2,2,'PHBkMjaRFplK'),(55,8,2,3,'XBCIlbpAeuqHXJap'),(56,8,2,4,'XsVyUHGy'),(57,8,2,5,'bvQkiQ http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(58,8,2,6,'bvQkiQ http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(59,8,2,8,'bvQkiQ http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(60,8,2,7,'bvQkiQ http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(61,8,2,9,'bvQkiQ http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(62,9,2,1,'dtoksUGPksMnMGPGzIG'),(63,9,2,2,'DVPneJSXZBfYHHnA'),(64,9,2,3,'wYpWMIFuVKNJ'),(65,9,2,4,'abtjVmKyolwuXghLXY'),(66,9,2,5,'RAl3F0 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(67,9,2,6,'RAl3F0 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(68,9,2,8,'RAl3F0 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(69,9,2,7,'RAl3F0 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(70,9,2,9,'RAl3F0 http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(71,10,1,1,'Milly'),(72,10,1,2,'Marta'),(73,10,1,6,'Sheinberg@yahoo.com'),(74,10,1,5,'Do you have any Facebook page,Twitter/Instagram profile or YouTube video? Do you want to get more likes/fans,followers or views. we can promote and increase Facebook page likes,twitter/Instagram follo'),(75,11,1,1,'Laetitia'),(76,11,1,2,'Laetitia'),(77,11,1,6,'yyfbzrgs@dayrep.com'),(78,11,1,7,'http://bbqr.me/4fj5'),(79,11,1,5,'Hi, my name is Laetitia and I am the sales manager at CorpSEO marketing. I was just looking at your Contact us | Propel site and see that your website has the potential to get a lot of visitors. I jus'),(80,12,1,1,'Donna'),(81,12,1,2,'Donna'),(82,12,1,6,'wuxlqivgs@tom.com'),(83,12,1,7,'http://www.arvut.org/1/dft'),(84,12,1,5,'I was just looking at your Contact us | Propel site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website ser'),(85,13,1,1,'Donna'),(86,13,1,2,'Donna'),(87,13,1,6,'xnqzfry@tom.com'),(88,13,1,7,'http://bbqr.me/4fj5'),(89,13,1,5,'I was just looking at your Contact us | Propel website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a websi'),(90,14,2,1,'oIutKSABTCeJIQ'),(91,14,2,2,'DTXzyKRvwPvMdUb'),(92,14,2,3,'dzdTVXxXSCLuxjxX'),(93,14,2,4,'EJgCRlKvK'),(94,14,2,5,'s7xoGI http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(95,14,2,6,'s7xoGI http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(96,14,2,8,'s7xoGI http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(97,14,2,7,'s7xoGI http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(98,14,2,9,'s7xoGI http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(99,15,1,1,'Valerie'),(100,15,1,2,'Valerie'),(101,15,1,6,'jztmaaxqwks@tom.com'),(102,15,1,7,'http://tgi.link/dcf2'),(103,15,1,5,'I was just looking at your Contact us | Propel website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a websi'),(104,16,1,1,'Valerie'),(105,16,1,2,'Valerie'),(106,16,1,6,'eahmfzixp@tom.com'),(107,16,1,7,'http://digitalvikn.com.br/u/nk00'),(108,16,1,5,'I was just looking at your Contact us | Propel website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website'),(109,17,1,1,'Valerie'),(110,17,1,2,'Valerie'),(111,17,1,6,'gmtvna@tom.com'),(112,17,1,7,'http://tgi.link/dcf2'),(113,17,1,5,'I was just looking at your Contact us | Propel website and see that your site has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website se'),(114,18,1,1,'Lindsey'),(115,18,1,2,'Lindsey'),(116,18,1,6,'xcniisbxkk@tom.com'),(117,18,1,7,'http://ittsy.com/it/3x'),(118,18,1,5,'I was just looking at your Contact us | Propel website and see that your site has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website se'),(119,19,1,1,'Lindsey'),(120,19,1,2,'Lindsey'),(121,19,1,6,'kjumfvq@tom.com'),(122,19,1,7,'http://digitalvikn.com.br/u/nk00'),(123,19,1,5,'I was just looking at your Contact us | Propel site and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website se'),(124,20,1,1,'Lindsey'),(125,20,1,2,'Lindsey'),(126,20,1,6,'sitdpnvr@tom.com'),(127,20,1,7,'http://tgi.link/dcf2'),(128,20,1,5,'I was just looking at your Contact us | Propel site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website ser'),(129,21,1,1,'Lindsey'),(130,21,1,2,'Lindsey'),(131,21,1,6,'kwxnwztblk@tom.com'),(132,21,1,7,'http://www.arvut.org/1/dft'),(133,21,1,5,'I was just looking at your Contact us | Propel website and see that your site has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website n'),(134,22,1,1,'Lindsey'),(135,22,1,2,'Lindsey'),(136,22,1,6,'nzwkwzzxp@tom.com'),(137,22,1,7,'http://digitalvikn.com.br/u/nk00'),(138,22,1,5,'I was just looking at your Contact us | Propel website and see that your website has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a websit'),(139,23,1,1,'Lindsey'),(140,23,1,2,'Lindsey'),(141,23,1,6,'hvtiytejemy@tom.com'),(142,23,1,7,'http://digitalvikn.com.br/u/nk00'),(143,23,1,5,'I was just looking at your Contact us | Propel site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website net'),(144,24,2,1,'iVirWgLaWJtSk'),(145,24,2,2,'WsuDXAdPiVKXaJOW'),(146,24,2,3,'mCyFTmqwNs'),(147,24,2,4,'XblWFRRFzjKH'),(148,24,2,5,'DIw52g http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(149,24,2,6,'DIw52g http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(150,24,2,8,'DIw52g http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(151,24,2,7,'DIw52g http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(152,24,2,9,'DIw52g http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com'),(153,25,1,1,'iwc 時計 ペア tシャツ'),(154,25,1,2,'iwc 時計 ペア tシャツ'),(155,25,1,6,'yplqdsaytbf@yqiesgtrhf.bkkunaynydw'),(156,25,1,7,'http://www.brandiwc.com/brand-28-copy-0.html'),(157,25,1,5,'ブランド激安市場コピーブランドコピー,スーパーレプリカ,ブランド激安市場 女社長 激安 シャネル 財布(CHANEL),グッチ 財布 (GUCCI) 激安,ヴィトン(lv) 新作 財布 激安 ルイヴィトン財布コピー,新作 ブランブランドを特別価格で提供中!ルイヴィトン財布、ルイヴィトンバッグ、ルイヴィトンベルトブランド激安市場ブランドコピー,大人気のルイヴィトン,スーパーコピー,様々な高品質ーパー'); /*!40000 ALTER TABLE `wp_rg_lead_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_detail_long` -- DROP TABLE IF EXISTS `wp_rg_lead_detail_long`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_lead_detail_long` ( `lead_detail_id` bigint(20) unsigned NOT NULL, `value` longtext, PRIMARY KEY (`lead_detail_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_lead_detail_long` -- LOCK TABLES `wp_rg_lead_detail_long` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_detail_long` DISABLE KEYS */; INSERT INTO `wp_rg_lead_detail_long` VALUES (43,'Hi, my name is Nikki and I am the sales manager at StarSEO Marketing. I was just looking at your Contact us | Propel site and see that your website has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and most of the users are looking for niches like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://tho.lu/42i - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular sites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://kbbl.ir/4z'),(74,'Do you have any Facebook page,Twitter/Instagram profile or YouTube video? Do you want to get more likes/fans,followers or views. we can promote and increase Facebook page likes,twitter/Instagram followers,likes and YouTube views affoardably and fast. \r\n \r\nPackages: \r\n \r\n1) 2,000 Facebook Fans/Likes = Order at:- http://socialeum.com/go/facebook/ \r\n2) 5,000 Twitter followers = Order at:- http://socialeum.com/go/twitter/ \r\n3) 1,000 Google+ Ones = Order at:- http://socialeum.com/go/google/ \r\n4) 5,000 Instagram Followers = Order at:- http://socialeum.com/go/instafoll/ \r\n5) 50,000 YouTube views = Order at:- http://socialeum.com/go/youtube/ \r\n \r\n \r\nYou can also order smaller or bigger package from our official website. \r\n \r\nDon\'t reply to this mail.We don\'t monitor inbox. \r\n \r\nThank You'),(79,'Hi, my name is Laetitia and I am the sales manager at CorpSEO marketing. I was just looking at your Contact us | Propel site and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://www.urlator.co/w7uk - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your site on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://www.urlator.co/w7uk'),(84,'I was just looking at your Contact us | Propel site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are interested in websites like yours. By getting your site on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: https://spna.ca/1pvm - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular websites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://www.kaktusit.com/a252'),(89,'I was just looking at your Contact us | Propel website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://www.urlator.co/w7uk - Now, let me ask you... Do you need your website to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular sites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://www.urlator.co/w7uk'),(103,'I was just looking at your Contact us | Propel website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and most of the users are looking for websites like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://ittsy.com/it/3x - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything. All the popular sites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://bbqr.me/4fj5'),(108,'I was just looking at your Contact us | Propel website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website service which already has more than 16 million users, and most of the users are interested in websites like yours. By getting your website on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://ittsy.com/it/3x - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://tgi.link/dcf2'),(113,'I was just looking at your Contact us | Propel website and see that your site has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://tgi.link/dcf2 - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the service I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular sites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://bbqr.me/4fj5'),(118,'I was just looking at your Contact us | Propel website and see that your site has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your website on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://www.arvut.org/1/dft - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular websites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://bbqr.me/4fj5'),(123,'I was just looking at your Contact us | Propel site and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are interested in websites like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://bbqr.me/4fj5 - Now, let me ask you... Do you need your website to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything. All the popular blogs are using this network to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://www.arvut.org/1/dft'),(128,'I was just looking at your Contact us | Propel site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and most of the users are looking for topics like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://tgi.link/dcf2 - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular websites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://digitalvikn.com.br/u/nk00'),(133,'I was just looking at your Contact us | Propel website and see that your site has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your website on this network you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://bbqr.me/4fj5 - Now, let me ask you... Do you need your website to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular sites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://www.arvut.org/1/dft'),(138,'I was just looking at your Contact us | Propel website and see that your website has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://bbqr.me/4fj5 - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the service I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://tgi.link/dcf2'),(143,'I was just looking at your Contact us | Propel site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are interested in websites like yours. By getting your site on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://tgi.link/dcf2 - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular websites are using this network to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://ittsy.com/it/3x'),(157,'ブランド激安市場コピーブランドコピー,スーパーレプリカ,ブランド激安市場 女社長 激安 シャネル 財布(CHANEL),グッチ 財布 (GUCCI) 激安,ヴィトン(lv) 新作 財布 激安 ルイヴィトン財布コピー,新作 ブランブランドを特別価格で提供中!ルイヴィトン財布、ルイヴィトンバッグ、ルイヴィトンベルトブランド激安市場ブランドコピー,大人気のルイヴィトン,スーパーコピー,様々な高品質ーパーコピー時計,ブルイヴィトン コピー ブランドレプリカ 激安 ブランド激安市場 ロレックス コピー スーパーコピー ルイヴィトン、シャネル、グッチ、エルメス、クロエ、ブラダ、ブルガリ ドルチェ&ガッバ―ナ、バレンシアガ、ボッテガ.ヴェネタ偽物ロレックス、ブルガリ、フランク ミュラー、シャネル、カルティエ、オメガ、IWC、ルイヴィトン、オーデマ ピゲ、ブライトリング、\r\niwc 時計 ペア tシャツ http://www.brandiwc.com/brand-28-copy-0.html'); /*!40000 ALTER TABLE `wp_rg_lead_detail_long` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_meta` -- DROP TABLE IF EXISTS `wp_rg_lead_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_lead_meta` ( `id` bigint(20) unsigned NOT NULL auto_increment, `form_id` mediumint(8) unsigned NOT NULL default '0', `lead_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`id`), KEY `meta_key` (`meta_key`), KEY `lead_id` (`lead_id`), KEY `form_id_meta_key` (`form_id`,`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_lead_meta` -- LOCK TABLES `wp_rg_lead_meta` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rg_lead_notes` -- DROP TABLE IF EXISTS `wp_rg_lead_notes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_rg_lead_notes` ( `id` int(10) unsigned NOT NULL auto_increment, `lead_id` int(10) unsigned NOT NULL, `user_name` varchar(250) default NULL, `user_id` bigint(20) default NULL, `date_created` datetime NOT NULL, `value` longtext, `note_type` varchar(50) default NULL, PRIMARY KEY (`id`), KEY `lead_id` (`lead_id`), KEY `lead_user_key` (`lead_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_rg_lead_notes` -- LOCK TABLES `wp_rg_lead_notes` WRITE; /*!40000 ALTER TABLE `wp_rg_lead_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rg_lead_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name','Alexandra'),(2,1,'last_name','Go'),(3,1,'nickname','Alexandra'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','52'),(15,1,'wp_user-settings','libraryContent=browse&editor=tinymce&wplink=1'),(16,1,'wp_user-settings-time','1406738168'),(17,2,'first_name','Marci'),(18,2,'last_name','Kernan'),(19,2,'nickname','Marci'),(20,2,'description',''),(21,2,'rich_editing','true'),(22,2,'comment_shortcuts','false'),(23,2,'admin_color','fresh'),(24,2,'use_ssl','0'),(25,2,'show_admin_bar_front','true'),(26,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(27,2,'wp_user_level','10'),(28,2,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(29,2,'wp_dashboard_quick_press_last_post_id','38'),(30,2,'closedpostboxes_page','a:1:{i:0;s:12:\"postimagediv\";}'),(31,2,'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\";}'),(32,2,'wp_user-settings','libraryContent=browse&align=right'),(33,2,'wp_user-settings-time','1409752303'),(34,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(35,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'Alexandra','$P$BJZx6ldjb5xd.VDrT6HT4FkiOZBVRP.','Alexandra','alexandra@alexandrago.com','','2014-05-19 14:41:09','',0,'Alexandra'),(2,'Marci','$P$BWB5XeD1huOcG/L8eodr0rsgxH.6Ww1','marci','Marci@getthespark.com','','2014-07-30 19:30:19','',0,'Marci Kernan'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03a471c_0' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-08-06 10:11:57