• XSS.stack #1 – первый литературный журнал от юзеров форума

SQL usa.life

tudos

(L3) cache
Пользователь
Регистрация
28.07.2020
Сообщения
201
Реакции
426
взято с рейда
сайт : usa.life
дата выкачки : 11.12.2020
Количество строк :150923
Хеш:BCrypt and sha-1
`user_id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(32) NOT NULL DEFAULT '',
`email` varchar(255) NOT NULL DEFAULT '',
`password` varchar(70) NOT NULL DEFAULT '',
`first_name` varchar(60) NOT NULL DEFAULT '',
`last_name` varchar(32) NOT NULL DEFAULT '',
`avatar` varchar(100) NOT NULL DEFAULT 'upload/photos/d-avatar.jpg',
`cover` varchar(100) NOT NULL DEFAULT 'upload/photos/d-cover.jpg',
`background_image` varchar(100) NOT NULL DEFAULT '',
`background_image_status` enum('0','1') NOT NULL DEFAULT '0',
`relationship_id` int(11) NOT NULL DEFAULT 0,
`address` varchar(100) NOT NULL DEFAULT '',
`working` varchar(32) NOT NULL DEFAULT '',
`working_link` varchar(32) NOT NULL DEFAULT '',
`about` text DEFAULT NULL,
`school` varchar(32) NOT NULL DEFAULT '',
`gender` varchar(32) NOT NULL DEFAULT 'male',
`birthday` varchar(50) NOT NULL DEFAULT '00-00-0000',
`country_id` int(11) NOT NULL DEFAULT 0,
`city` varchar(20) NOT NULL,
`state` varchar(20) NOT NULL,
`zip` varchar(11) NOT NULL DEFAULT '',
`school_completed` int(11) NOT NULL DEFAULT 0,
`weather_unit` varchar(11) NOT NULL DEFAULT 'us',
`website` varchar(50) NOT NULL DEFAULT '',
`facebook` varchar(50) NOT NULL DEFAULT '',
`google` varchar(50) NOT NULL DEFAULT '',
`twitter` varchar(50) NOT NULL DEFAULT '',
`linkedin` varchar(32) NOT NULL DEFAULT '',
`youtube` varchar(100) NOT NULL DEFAULT '',
`vk` varchar(32) NOT NULL DEFAULT '',
`instagram` varchar(32) NOT NULL DEFAULT '',
`language` varchar(31) NOT NULL DEFAULT 'english',
`email_code` varchar(32) NOT NULL DEFAULT '',
`src` varchar(32) NOT NULL DEFAULT 'Undefined',
`ip_address` varchar(32) DEFAULT '',
`ip_country` varchar(32) DEFAULT NULL,
`ip_region` varchar(32) DEFAULT NULL,
`ip_city` varchar(32) DEFAULT NULL,
`follow_privacy` enum('1','0') NOT NULL DEFAULT '0',
`friend_privacy` enum('0','1','2','3') NOT NULL DEFAULT '0',
`post_privacy` varchar(255) NOT NULL DEFAULT 'ifollow',
`message_privacy` enum('1','0','2') NOT NULL DEFAULT '0',
`confirm_followers` enum('1','0') NOT NULL DEFAULT '0',
`show_activities_privacy` enum('0','1') NOT NULL DEFAULT '1',
`birth_privacy` enum('0','1','2') NOT NULL DEFAULT '0',
`visit_privacy` enum('0','1') NOT NULL DEFAULT '0',
`verified` enum('1','0') NOT NULL DEFAULT '0',
`lastseen` int(32) NOT NULL DEFAULT 0,
`showlastseen` enum('1','0') NOT NULL DEFAULT '1',
`emailNotification` enum('1','0') NOT NULL DEFAULT '1',
`e_liked` enum('0','1') NOT NULL DEFAULT '1',
`e_wondered` enum('0','1') NOT NULL DEFAULT '1',
`e_shared` enum('0','1') NOT NULL DEFAULT '1',
`e_followed` enum('0','1') NOT NULL DEFAULT '1',
`e_commented` enum('0','1') NOT NULL DEFAULT '1',
`e_visited` enum('0','1') NOT NULL DEFAULT '1',
`e_liked_page` enum('0','1') NOT NULL DEFAULT '1',
`e_mentioned` enum('0','1') NOT NULL DEFAULT '1',
`e_joined_group` enum('0','1') NOT NULL DEFAULT '1',
`e_accepted` enum('0','1') NOT NULL DEFAULT '1',
`e_profile_wall_post` enum('0','1') NOT NULL DEFAULT '1',
`e_sentme_msg` enum('0','1') NOT NULL DEFAULT '0',
`e_last_notif` varchar(50) NOT NULL DEFAULT '0',
`notification_settings` varchar(400) NOT NULL DEFAULT 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}',
`status` enum('1','0') NOT NULL DEFAULT '0',
`active` enum('0','1','2') NOT NULL DEFAULT '0',
`admin` enum('0','1','2','3') NOT NULL DEFAULT '0',
`type` varchar(11) NOT NULL DEFAULT 'user',
`registered` varchar(32) NOT NULL DEFAULT '0/0000',
`start_up` enum('0','1') NOT NULL DEFAULT '0',
`start_up_info` enum('0','1') NOT NULL DEFAULT '0',
`startup_follow_page` enum('0','1') NOT NULL DEFAULT '0',
`startup_follow` enum('0','1') NOT NULL DEFAULT '0',
`startup_image` enum('0','1') NOT NULL DEFAULT '0',
`last_email_sent` int(32) NOT NULL DEFAULT 0,
`phone_number` varchar(32) NOT NULL DEFAULT '',
`sms_code` int(11) NOT NULL DEFAULT 0,
`is_pro` enum('0','1') NOT NULL DEFAULT '0',
`pro_time` int(11) NOT NULL DEFAULT 0,
`pro_type` enum('0','1','2','3','4') NOT NULL DEFAULT '0',
`joined` int(11) NOT NULL DEFAULT 0,
`css_file` varchar(100) NOT NULL DEFAULT '',
`timezone` varchar(50) NOT NULL DEFAULT '',
`referrer` int(11) NOT NULL DEFAULT 0,
`ref_user_id` int(11) NOT NULL DEFAULT 0,
`balance` varchar(100) NOT NULL DEFAULT '0',
`paypal_email` varchar(100) NOT NULL DEFAULT '',
`notifications_sound` enum('0','1') NOT NULL DEFAULT '0',
`order_posts_by` enum('0','1') NOT NULL DEFAULT '1',
`social_login` enum('0','1') NOT NULL DEFAULT '0',
`android_m_device_id` varchar(50) NOT NULL DEFAULT '',
`ios_m_device_id` varchar(50) NOT NULL DEFAULT '',
`android_n_device_id` varchar(50) NOT NULL DEFAULT '',
`ios_n_device_id` varchar(50) NOT NULL DEFAULT '',
`web_device_id` varchar(100) NOT NULL DEFAULT '',
`wallet` varchar(20) CHARACTER SET utf8mb4 NOT NULL DEFAULT '0.00',
`lat` varchar(200) NOT NULL DEFAULT '0',
`lng` varchar(200) NOT NULL DEFAULT '0',
`last_location_update` varchar(30) NOT NULL DEFAULT '0',
`share_my_location` int(11) NOT NULL DEFAULT 1,
`last_data_update` int(11) NOT NULL DEFAULT 0,
`details` varchar(300) NOT NULL DEFAULT 'a:6:{s:10:"post_count";i:0;s:11:"album_count";i:0;s:15:"following_count";i:0;s:15:"followers_count";i:0;s:12:"groups_count";i:0;s:11:"likes_count";i:0;}',
`sidebar_data` text DEFAULT NULL,
`last_avatar_mod` int(11) NOT NULL DEFAULT 0,
`last_cover_mod` int(11) NOT NULL DEFAULT 0,
`points` float unsigned NOT NULL DEFAULT 0,
`daily_points` int(11) NOT NULL DEFAULT 0,
`point_day_expire` varchar(50) NOT NULL DEFAULT '',
`last_follow_id` int(11) NOT NULL DEFAULT 0,
`share_my_data` int(11) NOT NULL DEFAULT 1,
`last_login_data` text DEFAULT NULL,
`two_factor` int(11) NOT NULL DEFAULT 0,
`new_email` varchar(255) NOT NULL DEFAULT '',
`two_factor_verified` int(11) NOT NULL DEFAULT 0,
`new_phone` varchar(32) NOT NULL DEFAULT '',
`info_file` varchar(300) NOT NULL DEFAULT '',
`is_tor` enum('0','1') DEFAULT NULL,
`is_proxy` enum('0','1') DEFAULT NULL,
`is_anonymous` enum('0','1') DEFAULT NULL,
`is_known_attacker` enum('0','1') DEFAULT NULL,
`is_known_abuser` enum('0','1') DEFAULT NULL,
`is_threat` enum('0','1') DEFAULT NULL,
`is_bogon` enum('0','1') DEFAULT NULL,
`scammer_report_time` int(11) DEFAULT NULL,
`is_scammer` enum('0','1') DEFAULT NULL,
PRIMARY KEY (`user_id`),
UNIQUE KEY `username` (`username`),
UNIQUE KEY `email` (`email`),
KEY `active` (`active`),
KEY `admin` (`admin`),
KEY `src` (`src`),
KEY `gender` (`gender`),
KEY `avatar` (`avatar`),
KEY `first_name` (`first_name`),
KEY `last_name` (`last_name`),
KEY `registered` (`registered`),
KEY `joined` (`joined`),
KEY `phone_number` (`phone_number`) USING BTREE,
KEY `referrer` (`referrer`),
KEY `wallet` (`wallet`),
KEY `friend_privacy` (`friend_privacy`),
KEY `lat` (`lat`),
KEY `lng` (`lng`),
KEY `order1` (`username`,`user_id`),
KEY `order2` (`email`,`user_id`),
KEY `order3` (`lastseen`,`user_id`),
KEY `order4` (`active`,`user_id`),
KEY `last_data_update` (`last_data_update`),
KEY `points` (`points`),
KEY `user_id` (`user_id`) USING BTREE,
KEY `idx_active_is_pro_protype` (`active`,`is_pro`,`pro_type`) USING BTREE
(1, 'Theophilus', 'service@USA.Life', '$2y$10$hTtYdB6qbjL/Hi7E.gCRA.CpI6qLbsqlnwOKzRwCpwLdIiRfNOQUy', 'Theophilus', 'Washington', 'upload/photos/2019/02/nBTwJerKO1ndKfjA7WxK_13_ce73f9221de5cac6cc65e4e863aa0400_avatar.jpg', 'upload/photos/2019/02/I3OqfF5fFleew9ws6nyp_07_2065dadc69db93dcda93d6be9d86bb0e_cover.jpg', '', '0', 0, '', '', '', '', '', 'male', '1-3-1981', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '', 'Undefined', '72.130.49.44', 'United States', 'Hawaii', 'Kilauea', '0', '3', 'ifollow', '1', '0', '0', '1', '1', '1', 1607662409, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'a:11:{s:7:"e_liked";i:0;s:8:"e_shared";i:0;s:10:"e_wondered";i:0;s:11:"e_commented";i:0;s:10:"e_followed";i:0;s:10:"e_accepted";i:0;s:11:"e_mentioned";i:0;s:14:"e_joined_group";i:0;s:12:"e_liked_page";i:0;s:9:"e_visited";i:0;s:19:"e_profile_wall_post";i:0;}', '0', '1', '1', 'user', '00/0000', '1', '1', '0', '1', '1', 1607653135, '', 0, '1', 1604426592, '4', 1548478637, '', '', 0, 0, '35.99', '', '0', '1', '0', '', '', '', '', '', '2000', '22.2211555', '-159.4772225', '1608185956', 0, 1607662196, 'a:7:{s:10:\"post_count\";s:2:\"21\";s:11:\"album_count\";s:1:\"1\";s:15:\"following_count\";s:1:\"9\";s:15:\"followers_count\";s:1:\"9\";s:12:\"groups_count\";s:1:\"7\";s:11:\"likes_count\";s:2:\"27\";s:20:\"mutual_friends_count\";i:9;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:5:\"57154\";i:1;s:5:\"15359\";i:2;s:4:\"1619\";i:3;s:3:\"394\";i:4;s:3:\"157\";i:5;s:2:\"29\";i:6;s:2:\"11\";i:7;s:1:\"5\";i:8;s:1:\"4\";}s:14:\"followers_data\";a:9:{i:0;s:5:\"57154\";i:1;s:5:\"15359\";i:2;s:4:\"1619\";i:3;s:3:\"394\";i:4;s:3:\"157\";i:5;s:2:\"29\";i:6;s:2:\"11\";i:7;s:1:\"5\";i:8;s:1:\"4\";}s:10:\"likes_data\";a:9:{i:0;s:4:\"1905\";i:1;s:4:\"1654\";i:2;s:4:\"1630\";i:3;s:4:\"1608\";i:4;s:4:\"1384\";i:5;s:4:\"1379\";i:6;s:4:\"1363\";i:7;s:4:\"1348\";i:8;s:4:\"1293\";}s:11:\"groups_data\";a:7:{i:0;s:1:\"3\";i:1;s:1:\"2\";i:2;s:4:\"1020\";i:3;s:3:\"958\";i:4;s:4:\"1648\";i:5;s:4:\"1866\";i:6;s:3:\"206\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 1563764658, 0, 0, '', 0, 0, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(2, 'JBook', 'jeanie_bookout@comcast.net', '14b2dd3ae0f30645e4093b615f45d47474c26047', 'Jeanie', 'Bookout', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'female', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '4e1ec05c74f95b96b8e2d8bc0bd9a366', 'site', '24.16.58.242', 'United States', 'Washington', 'Bothell', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1548635897, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '1/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1548635654, '', '', 0, 0, '0', '', '0', '0', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607604774, 'a:7:{s:10:\"post_count\";s:1:\"1\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"0\";s:15:\"followers_count\";s:1:\"0\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"0\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:0:{}s:14:\"followers_data\";a:0:{}s:10:\"likes_data\";a:0:{}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(3, 'Freebird', 'jkramer1961@gmail.com', '10286b20b316fd64f46c78d56c3b79ad286e3f3c', '', '', 'upload/photos/2019/01/QyXU2btgFf1rtNfsQAU6_28_03c7e95aeb60925b4d12749238b0c619_avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '962cd76a9cf90a19c6e5d02f2ef25cb2', 'site', '96.60.120.4', 'United States', 'Wisconsin', 'Tisch Mills', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1558821280, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '1/2019', '0', '0', '0', '0', '1', 0, '', 0, '0', 0, '0', 1548635826, '', '', 0, 0, '0', '', '0', '0', '0', '', '', '', '', '', '0.00', '44.356853099999995', '-87.6778281', '1549240632', 1, 1607626036, 'a:7:{s:10:\"post_count\";s:1:\"1\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"0\";s:15:\"followers_count\";s:1:\"0\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"0\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:0:{}s:14:\"followers_data\";a:0:{}s:10:\"likes_data\";a:0:{}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(4, 'krupa', 'krupa@gmail.com', '$2y$10$zEDQDYGYJS8lQP/XzOQJcOO8KWUiTjY.zSC/6lat.lgX0fQIDkTGC', 'Krupa', 'Praja', 'upload/photos/2019/01/EZ9wFkwthZsxQcLmxx4Z_28_6714b68fc7ca1006d255b4e26efb8d8e_avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', '', '', 'female', '4-5-1969', 1, 'Los Angeles', 'California', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '6ae196a1d53bc4bd23dbe1432ed4dc60', 'site', '107.11.41.151', 'United States', 'Ohio', 'Lewis Center', '0', '0', 'ifollow', '1', '0', '1', '0', '0', '0', 1607486610, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '1', 'user', '1/2019', '1', '1', '0', '1', '1', 0, '', 0, '1', 1590875661, '4', 1548639386, '', 'America/New_York', 0, 0, '131.60', '', '0', '0', '0', '', '', '487655b7-e736-4dc0-9341-a6e56b55185b', '', '', '103.03', '0', '0', '0', 1, 1607625698, 'a:7:{s:10:\"post_count\";s:2:\"68\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:2:\"18\";s:15:\"followers_count\";s:2:\"18\";s:12:\"groups_count\";s:2:\"13\";s:11:\"likes_count\";s:1:\"6\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:5:\"83334\";i:1;s:5:\"59102\";i:2;s:5:\"54895\";i:3;s:5:\"51387\";i:4;s:5:\"49846\";i:5;s:5:\"35634\";i:6;s:5:\"32121\";i:7;s:5:\"28548\";i:8;s:5:\"23530\";}s:14:\"followers_data\";a:9:{i:0;s:5:\"83334\";i:1;s:5:\"59102\";i:2;s:5:\"54895\";i:3;s:5:\"51387\";i:4;s:5:\"49846\";i:5;s:5:\"35634\";i:6;s:5:\"32121\";i:7;s:5:\"28548\";i:8;s:5:\"23530\";}s:10:\"likes_data\";a:6:{i:0;s:3:\"821\";i:1;s:3:\"731\";i:2;s:2:\"60\";i:3;s:2:\"16\";i:4;s:2:\"15\";i:5;s:1:\"3\";}s:11:\"groups_data\";a:9:{i:0;s:3:\"121\";i:1;s:3:\"213\";i:2;s:3:\"398\";i:3;s:3:\"515\";i:4;s:4:\"1020\";i:5;s:1:\"2\";i:6;s:1:\"3\";i:7;s:4:\"1121\";i:8;s:4:\"1123\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(5, 'USALife', 'sales@180i.com', '$2y$10$T3qMQCeK4WYR8lrSIztaYe4faHxyUQKGEzigrBco7VsDc6VNesJpO', 'USA.Life', '', 'upload/photos/2020/05/mEXR87FhuNJVIKITS5eo_17_b94442d23350a75129ad30aa0378180c_avatar.jpg', 'upload/photos/2020/05/TXsMzq1TjvNAlu5GGgDG_17_cae2cd93ae5d94b4ea148f1eff45b033_cover.jpg', '', '0', 0, 'San Jose, CA', 'USA.Life', 'https://USA.Life', 'USA.Life social network is the answer to Facebook and Twitter censoring Christians, Conservatives and Liberty. Get your free account today at https://USA.Life', '', 'male', '00-00-0000', 1, 'San Jose', 'California', '', 0, 'us', 'https://USA.Life', '', '', '', '', '', '', '', 'english', 'd438450df35a55a2edee437865402abd', 'site', '72.130.49.44', 'United States', 'Hawaii', 'Kilauea', '0', '0', 'nobody', '0', '0', '1', '2', '1', '1', 1607662390, '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'a:11:{s:7:"e_liked";i:0;s:8:"e_shared";i:0;s:10:"e_wondered";i:0;s:11:"e_commented";i:0;s:10:"e_followed";i:0;s:10:"e_accepted";i:0;s:11:"e_mentioned";i:0;s:14:"e_joined_group";i:0;s:12:"e_liked_page";i:0;s:9:"e_visited";i:0;s:19:"e_profile_wall_post";i:0;}', '0', '1', '1', 'user', '1/2019', '1', '1', '0', '1', '1', 1607547042, '', 0, '1', 1589282052, '4', 1548726162, '', '', 0, 0, '303.00', '', '0', '0', '0', '', '', '', '', '', '1616.3', '22.2213337', '-159.47709849999998', '1607790352', 0, 1607662055, 'a:7:{s:10:\"post_count\";s:4:\"1014\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:6:\"120492\";s:15:\"followers_count\";s:6:\"120492\";s:12:\"groups_count\";s:1:\"8\";s:11:\"likes_count\";s:1:\"0\";s:20:\"mutual_friends_count\";i:140069;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:6:\"150917\";i:1;s:6:\"150916\";i:2;s:6:\"150915\";i:3;s:6:\"150914\";i:4;s:6:\"150912\";i:5;s:6:\"150911\";i:6;s:6:\"150910\";i:7;s:6:\"150909\";i:8;s:6:\"150908\";}s:14:\"followers_data\";a:9:{i:0;s:6:\"150917\";i:1;s:6:\"150916\";i:2;s:6:\"150915\";i:3;s:6:\"150914\";i:4;s:6:\"150912\";i:5;s:6:\"150911\";i:6;s:6:\"150910\";i:7;s:6:\"150909\";i:8;s:6:\"150908\";}s:10:\"likes_data\";a:0:{}s:11:\"groups_data\";a:8:{i:0;s:1:\"2\";i:1;s:1:\"3\";i:2;s:3:\"990\";i:3;s:4:\"1020\";i:4;s:4:\"1081\";i:5;s:3:\"114\";i:6;s:4:\"1112\";i:7;s:3:\"958\";}s:19:\"mutual_friends_data\";a:9:{i:0;s:6:\"150409\";i:1;s:6:\"150388\";i:2;s:6:\"150178\";i:3;s:6:\"103614\";i:4;s:5:\"94738\";i:5;s:5:\"91732\";i:6;s:5:\"72962\";i:7;s:5:\"67485\";i:8;s:5:\"67376\";}}', 1589723918, 1605464499, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(11, 'OlsonMD', 'olsonmd1@yahoo.com', '$2y$10$iKgYz8CzJS1qfqKq4OZGEe2WlRaorV/keBykkkcjkJf8Tvm8pS0om', 'Mike', 'Olson', 'upload/photos/2019/02/cKtx2RVyqos3TAbCWXIa_07_24a0dbb4269717a5bc677ade95ee4869_avatar.jpeg', 'upload/photos/2019/02/cnb3yWT7Qi3jBu8j3fZ9_07_9d4ac1b903042b38ac382f74f6896f9e_cover.jpeg', 'upload/photos/2019/02/sBazEf863X46orsdB76b_08_04f5e0434b54519a98716e60254fe0ef_background_image.jpg', '1', 0, 'Campbell, CA', 'USA.LIFE', 'Http://USA.life', '', '', 'male', '11-4-1958', 1, 'Campell', 'CA', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'a4dbf14b6194aa532f3ce6ccfa56e9a3', 'site', '98.234.77.159', 'United States', 'California', 'Campbell', '0', '0', 'ifollow', '0', '0', '1', '1', '1', '0', 1605056361, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 1596245246, '(408) 461-8785', 0, '0', 1549601008, '2', 1549577830, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '37.290921520889135', '-121.92944946595473', '1605657940', 1, 1607625758, 'a:7:{s:10:\"post_count\";s:2:\"10\";s:11:\"album_count\";s:1:\"2\";s:15:\"following_count\";s:2:\"12\";s:15:\"followers_count\";s:2:\"12\";s:12:\"groups_count\";s:1:\"2\";s:11:\"likes_count\";s:2:\"10\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:4:\"2070\";i:1;s:4:\"1847\";i:2;s:4:\"1632\";i:3;s:4:\"1407\";i:4;s:3:\"736\";i:5;s:3:\"665\";i:6;s:3:\"436\";i:7;s:3:\"178\";i:8;s:2:\"66\";}s:14:\"followers_data\";a:9:{i:0;s:4:\"2070\";i:1;s:4:\"1847\";i:2;s:4:\"1632\";i:3;s:4:\"1407\";i:4;s:3:\"736\";i:5;s:3:\"665\";i:6;s:3:\"436\";i:7;s:3:\"178\";i:8;s:2:\"66\";}s:10:\"likes_data\";a:9:{i:0;s:3:\"612\";i:1;s:2:\"11\";i:2;s:2:\"10\";i:3;s:1:\"9\";i:4;s:1:\"8\";i:5;s:1:\"7\";i:6;s:1:\"6\";i:7;s:1:\"5\";i:8;s:1:\"4\";}s:11:\"groups_data\";a:2:{i:0;s:1:\"3\";i:1;s:1:\"2\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(13, 'KimOlson', 'bizemoma@gmail.com', '$2y$10$uTHcMDxZlDJruT0BU7ORwed6oVEjFQ1ZLgEjp/UoUXOVYfN1W.1DO', 'Kim', 'Olson', 'upload/photos/2019/02/Ieec3t5tr1ijfKvogx4w_24_35ec1c88fe1cb47a3afd4038349ac1b9_avatar.jpeg', 'upload/photos/2020/07/7WAEEocSIVtlKFf3i47F_31_15eb6330fe0c87bbc7db9ca09bf88f72_cover.jpeg', '', '0', 0, 'California', '', '', 'I’m a follower of Christ, a wife, a mom and a grandma.', 'Graduate of Charis Bible College', 'female', '12-31-1958', 1, 'Campbell', 'California', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'd7f0d056aa46e3935e242e25f43e8025', 'site', '98.234.77.159', 'United States', 'California', 'Campbell', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '1', 1605511938, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '1', 1551050177, '3', 1549581094, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '37.29097576839366', '-121.9295511241237', '1596777903', 1, 1607610352, 'a:7:{s:10:\"post_count\";s:2:\"37\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:2:\"50\";s:15:\"followers_count\";s:2:\"49\";s:12:\"groups_count\";s:2:\"12\";s:11:\"likes_count\";s:2:\"11\";s:20:\"mutual_friends_count\";i:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:5:\"92907\";i:1;s:5:\"39835\";i:2;s:5:\"28303\";i:3;s:5:\"26543\";i:4;s:5:\"17215\";i:5;s:5:\"17060\";i:6;s:5:\"16849\";i:7;s:5:\"16398\";i:8;s:5:\"16329\";}s:14:\"followers_data\";a:9:{i:0;s:5:\"92907\";i:1;s:5:\"39835\";i:2;s:5:\"28303\";i:3;s:5:\"26543\";i:4;s:5:\"17215\";i:5;s:5:\"17060\";i:6;s:5:\"16849\";i:7;s:5:\"16398\";i:8;s:5:\"16329\";}s:10:\"likes_data\";a:9:{i:0;s:2:\"11\";i:1;s:2:\"10\";i:2;s:1:\"9\";i:3;s:1:\"8\";i:4;s:1:\"7\";i:5;s:1:\"6\";i:6;s:1:\"5\";i:7;s:1:\"4\";i:8;s:1:\"3\";}s:11:\"groups_data\";a:9:{i:0;s:3:\"121\";i:1;s:3:\"398\";i:2;s:3:\"262\";i:3;s:3:\"312\";i:4;s:3:\"463\";i:5;s:3:\"263\";i:6;s:3:\"515\";i:7;s:3:\"248\";i:8;s:3:\"913\";}s:19:\"mutual_friends_data\";a:0:{}}', 1549582768, 1549582742, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(29, 'PeggyEwbank', 'peggy@heirsofsalvation.org', '$2y$10$LwKM1mbHuEJhLbr9H.cVS.Jv2rTRTR0k.fZp8ZIQ5d0wI0yRhJUkq', 'Peggy', 'Ewbank', 'upload/photos/2019/02/32NxbTm9mmZWZ2Hr62Nv_08_f02cdbdc7bbd261903e4183c9a0b8967_avatar.jpg', 'upload/photos/2019/02/KVkj3fZQPMAvj7g221aC_08_c13b8afd256578de15c0e9d3386789fa_cover.jpg', '', '0', 3, 'California', 'Retired working for God', '', 'Singing with my Husband, Pastor Bobby under the ministry Heirs of Salvation', '', 'female', '11-27-1938', 1, 'California', 'CA', '', 0, 'us', 'http://heirsofsalvation.org', '', '', '', '', '', '', '', 'english', 'c740b3e65f78c8634e7f1adba3cde5a7', 'site', '47.37.152.50', 'United States', 'California', 'Azusa', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '1', 1607662392, '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 1607661956, '', 0, '1', 1549690578, '4', 1549602866, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '34.137956059222304', '-117.90645282105787', '1607910729', 1, 1607662404, 'a:7:{s:10:\"post_count\";s:4:\"1675\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:3:\"436\";s:15:\"followers_count\";s:3:\"436\";s:12:\"groups_count\";s:2:\"27\";s:11:\"likes_count\";s:3:\"125\";s:20:\"mutual_friends_count\";i:566;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:6:\"150249\";i:1;s:6:\"150178\";i:2;s:6:\"149102\";i:3;s:6:\"149076\";i:4;s:6:\"148345\";i:5;s:6:\"147349\";i:6;s:6:\"145681\";i:7;s:6:\"143268\";i:8;s:6:\"141768\";}s:14:\"followers_data\";a:9:{i:0;s:6:\"150249\";i:1;s:6:\"150178\";i:2;s:6:\"149102\";i:3;s:6:\"149076\";i:4;s:6:\"148345\";i:5;s:6:\"147349\";i:6;s:6:\"145681\";i:7;s:6:\"143268\";i:8;s:6:\"141768\";}s:10:\"likes_data\";a:9:{i:0;s:4:\"2383\";i:1;s:4:\"2207\";i:2;s:4:\"2124\";i:3;s:4:\"2074\";i:4;s:4:\"2070\";i:5;s:4:\"2062\";i:6;s:4:\"2024\";i:7;s:4:\"1989\";i:8;s:4:\"1984\";}s:11:\"groups_data\";a:9:{i:0;s:1:\"7\";i:1;s:3:\"121\";i:2;s:3:\"263\";i:3;s:3:\"312\";i:4;s:3:\"262\";i:5;s:3:\"248\";i:6;s:3:\"398\";i:7;s:3:\"463\";i:8;s:3:\"515\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 1549604306, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(30, 'jraybooth43', 'jraybooth43@yahoo.com', '3ef9f1ec2fbf3404d623517240622f097c20807d', '', '', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'cda84273935693c360dda879fb0bf0b9', 'site', '69.55.203.129', 'United States', 'Texas', 'Stanton', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1554571016, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549625506, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607552757, 'a:7:{s:10:\"post_count\";s:1:\"0\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(32, 'JCsLabrat', 'JCsLabrat@gmail.com', '$2y$10$OQhPhxdE1Qn0rBYZKU8KauQbXeOSosgE2skhruguORKk/HImh29Ba', 'Jeff', 'Brenenstall', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '09-11-1955', 1, '', 'Ohio', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '170383377f6910cee5435c6ee08741d8', 'site', '98.239.192.41', 'United States', 'Ohio', 'Steubenville', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1580316254, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549643781, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607604835, 'a:7:{s:10:\"post_count\";s:1:\"0\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"1\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:1:{i:0;s:1:\"2\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(33, 'Jfarah', 'jfarah@wnd.com', '6186a01aee41be2164be4fe6e3a7afbb48f5ba77', 'Joseph', 'Farah', 'upload/photos/2019/02/kSs9UbqvdDJT22RX5Gdz_08_f7118d051ab8356075fdc7a166ec45f2_avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '00-00-0000', 1, 'Washington', 'DC', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '2bf6c3c150ae0e501b5c4e6c2a5b5c13', 'site', '173.73.17.155', 'United States', 'Virginia', 'Centreville', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '1', 1549661468, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '1', 1551127360, '4', 1549649491, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '2000.00', '0', '0', '0', 1, 1607579909, 'a:7:{s:10:\"post_count\";s:1:\"3\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(34, 'mickey', 'mick555@REAGAN.COM', 'dbd2bbf6fd07ff4fc1cacabf581216a7cc0dccf1', 'Mickey', 'MICHALIK', 'upload/photos/2019/02/6xqfC88G5FahaEOMvIV9_08_86376ef28b482c194f47ba805f693e4f_avatar.jpg', 'upload/photos/2019/02/c9KAqIsondg4mPVlMkXD_11_4fffa2a8cd1ec6e28d55867b5cad9342_cover.jpg', '', '0', 0, '', '', '', '', '', 'male', '06-08-1943', 1, 'Chalmette', 'LA', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'd09ae938e98489164bf21f1cee526dae', 'site', '70.180.81.159', 'United States', 'Louisiana', 'Chalmette', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1581195260, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549654789, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '29.9431791', '-89.9758603', '1581724353', 1, 1607629125, 'a:7:{s:10:\"post_count\";s:1:\"3\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"2\";s:15:\"followers_count\";s:1:\"2\";s:12:\"groups_count\";s:1:\"3\";s:11:\"likes_count\";s:1:\"3\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:2:{i:0;s:4:\"9271\";i:1;s:1:\"5\";}s:14:\"followers_data\";a:2:{i:0;s:4:\"9271\";i:1;s:1:\"5\";}s:10:\"likes_data\";a:3:{i:0;s:3:\"847\";i:1;s:1:\"2\";i:2;s:1:\"1\";}s:11:\"groups_data\";a:3:{i:0;s:1:\"3\";i:1;s:1:\"7\";i:2;s:1:\"2\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(36, 'jerrynewcombe', 'j.newcombe@djkm.org', '$2y$10$pouaHX7RCBKpoYRxWVNSgOZVIDPWcGstmufO4M.ZU3fpf5dmVwepq', 'Jerry', 'Newcombe', 'upload/photos/2019/03/aHDmgxtQtie6MJAZt1e3_01_06c529b0d7c3f06e3111292636ef09f8_avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '08-06-2000', 1, 'Pompano Beach', 'FL', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'b4a167ef50cf2f1c39a571f482a4f416', 'site', '4.71.255.174', 'United States', 'Georgia', 'Atlanta', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '1', 1575662541, '1', '1', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 1550839938, '2', 1549660564, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '100.00', '26.207682799999997', '-80.1093461', '1576266153', 1, 1607628241, 'a:7:{s:10:\"post_count\";s:2:\"75\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"2\";s:15:\"followers_count\";s:1:\"2\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:2:{i:0;s:3:\"178\";i:1;s:1:\"5\";}s:14:\"followers_data\";a:2:{i:0;s:3:\"178\";i:1;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(37, 'netatty', 'timothy.walton.47@gmail.com', '61883e0c5cacfaa018829b13a9cdd1c338f1ceee', '', '', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '1600b306a7691faabcae74f060ff5b3c', 'site', '50.0.72.19', 'United States', 'California', 'Aptos', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1558548405, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549661623, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607659840, 'a:7:{s:10:\"post_count\";s:1:\"0\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(38, 'TimBrown', 't.brown.hattrick@gmail.com', '$2y$10$ZFHZS1f96BkD7AH9/24mFu7uGaPVHeE0ayxG.ksaoS5f.mLpAnStq', '', '', 'upload/photos/2019/02/vZmwyeAsuV8pcUv3IdMn_12_923e7d9695aab99d279370af13da6cf4_avatar.jpg', 'upload/photos/2019/02/F1cGprCsIFlrQcyVu3XP_12_74f913065dd9e5fc20e1aa1a529df50d_cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '527088cf5af0555943362304bfe34294', 'site', '162.231.177.190', 'United States', 'South Carolina', 'Clover', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '1', 1607662403, '1', '1', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '1', '1607162699', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '0', '0', '0', '0', '1', 1607563047, '', 0, '1', 1585612298, '4', 1549662116, '', '', 0, 0, '0.00', 't.brown.hattrick@gmail.com', '1', '1', '0', '', '', '', '', '', '91.9', '35.117157299999995', '-81.31242329999999', '1550930295', 1, 1607648722, 'a:7:{s:10:\"post_count\";s:5:\"22940\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:3:\"311\";s:15:\"followers_count\";s:3:\"311\";s:12:\"groups_count\";s:2:\"22\";s:11:\"likes_count\";s:1:\"9\";s:20:\"mutual_friends_count\";i:446;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:6:\"150178\";i:1;s:6:\"149266\";i:2;s:6:\"147826\";i:3;s:6:\"144206\";i:4;s:6:\"141827\";i:5;s:6:\"140951\";i:6;s:6:\"138110\";i:7;s:6:\"135934\";i:8;s:6:\"134023\";}s:14:\"followers_data\";a:9:{i:0;s:6:\"150178\";i:1;s:6:\"149266\";i:2;s:6:\"147826\";i:3;s:6:\"144206\";i:4;s:6:\"141827\";i:5;s:6:\"140951\";i:6;s:6:\"138110\";i:7;s:6:\"135934\";i:8;s:6:\"134023\";}s:10:\"likes_data\";a:9:{i:0;s:1:\"9\";i:1;s:1:\"8\";i:2;s:1:\"7\";i:3;s:1:\"6\";i:4;s:1:\"5\";i:5;s:1:\"4\";i:6;s:1:\"3\";i:7;s:1:\"2\";i:8;s:1:\"1\";}s:11:\"groups_data\";a:9:{i:0;s:1:\"2\";i:1;s:1:\"3\";i:2;s:1:\"4\";i:3;s:1:\"6\";i:4;s:1:\"7\";i:5;s:2:\"17\";i:6;s:1:\"9\";i:7;s:2:\"22\";i:8;s:3:\"121\";}s:19:\"mutual_friends_data\";a:0:{}}', 1549983123, 1549983152, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(39, 'GlennSchultz222', 'info@glennschultz.com', '$2y$10$RzF6M9jlbs7BG2LidXl1xuMlX1u50gUw/SwTwSfoGBRetfER3iCV2', 'Glenn', 'Schultz', 'upload/photos/2020/04/wSeOtoj4QCQ9uD2JqTqP_10_a9d84de501e0a92c5110b669163c0f28_avatar.png', 'upload/photos/2019/05/KtTPgK4hB2dTJqfXO5Hc_23_dd0cdce83530234585d0016caa6bffca_cover.png', '', '0', 0, '', '', '', '', '', 'male', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'de95510c5f68ba66901eef273486b0f4', 'site', '212.103.49.180', 'United States', 'California', 'Los Angeles', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1605308612, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549662656, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607626769, 'a:7:{s:10:\"post_count\";s:2:\"15\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"0\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:0:{}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 1586477127, 1558575019, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(40, 'Ronnie', 'RonSpencer@usermail.com', '$2y$10$eb1paAtsAY2jagx/0Zrh1eWOP0kJ7votkgTBW7eW6t8.A37SKoGcW', 'Ronnie', '', 'upload/photos/2020/11/W1pZI8gg7fPxmNEd1Fvf_05_21a7f7ce4fa0feff414cfa57674ad7dc_avatar.jpg', 'upload/photos/2020/09/jsiThJ2RDHA7vZuifWws_07_041d02b179194ad878c3e63e9087199d_cover.jpg', 'upload/photos/2019/04/U7hbBiR1RYzgqoTvlxvD_08_82d1c7ecb5e38eb5615f0c6dd84a6b52_background_image.jpg', '1', 3, 'USA', 'Retired', '', '', '', 'male', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'cf7dccd0b99db9112499ca755310ee45', 'site', '50.86.48.216', 'United States', 'Mississippi', 'Seminary', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '1', 1607653893, '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 1607646000, '', 0, '1', 1549668103, '3', 1549667492, '', '', 0, 0, '0', '', '1', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607656176, 'a:7:{s:10:\"post_count\";s:4:\"2708\";s:11:\"album_count\";s:1:\"1\";s:15:\"following_count\";s:3:\"179\";s:15:\"followers_count\";s:3:\"181\";s:12:\"groups_count\";s:2:\"23\";s:11:\"likes_count\";s:2:\"33\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:6:\"150178\";i:1;s:6:\"149343\";i:2;s:6:\"147349\";i:3;s:6:\"141671\";i:4;s:6:\"135934\";i:5;s:6:\"134023\";i:6;s:6:\"131392\";i:7;s:6:\"128506\";i:8;s:6:\"124233\";}s:14:\"followers_data\";a:9:{i:0;s:6:\"150178\";i:1;s:6:\"149343\";i:2;s:6:\"147349\";i:3;s:6:\"141671\";i:4;s:6:\"135934\";i:5;s:6:\"134023\";i:6;s:6:\"131392\";i:7;s:6:\"128506\";i:8;s:6:\"124233\";}s:10:\"likes_data\";a:9:{i:0;s:4:\"1952\";i:1;s:4:\"1550\";i:2;s:4:\"1409\";i:3;s:4:\"1348\";i:4;s:4:\"1346\";i:5;s:4:\"1342\";i:6;s:4:\"1302\";i:7;s:4:\"1293\";i:8;s:4:\"1207\";}s:11:\"groups_data\";a:9:{i:0;s:3:\"263\";i:1;s:3:\"312\";i:2;s:3:\"262\";i:3;s:3:\"170\";i:4;s:3:\"161\";i:5;s:3:\"319\";i:6;s:3:\"327\";i:7;s:1:\"7\";i:8;s:3:\"248\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(41, 'NHZNAME', 'peekandrascal@aol.com', 'a7480ea9402029eb6777363d05cbbde3b2a3cefb', 'Samuel', 'Fairchild', 'upload/photos/2019/02/yIJk1Cr3pmtWdRiNg3MN_09_2ff200322b8f8abf89e412f763633ab9_avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '09-19-1962', 1, 'Canton', 'Ohio', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '44fe5882f0d4aa48740d8ed0943a4611', 'site', '174.255.2.39', 'United States', 'Texas', '', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1549671794, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549671309, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607489812, 'a:7:{s:10:\"post_count\";s:1:\"1\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(42, 'johnrevelle', 'jrtx1@earthlink.net', '$2y$10$O4BDoGgMjPPcLeV/AH7REesi.LINVLKYQywGb9m6dqpRzSd/1sS1u', 'John', 'Revelle', 'upload/photos/2019/04/OkmZwQIoTzXXGRqq4xSQ_03_835284069f84286b8872e4a35d63195a_avatar.jpg', 'upload/photos/2019/03/13FwdTOhuRmVyBlR1tMW_12_e54ffc494bf22697e29ec479dbf34b2c_cover.jpeg', '', '0', 3, '', '', '', '', '', 'male', '00-00-0000', 1, '', '', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'd1e5bb718fc80a64cfc7a4ab48e14a02', 'site', '172.243.226.172', 'United States', 'Colorado', 'Colorado Springs', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1607610209, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549671875, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607625435, 'a:7:{s:10:\"post_count\";s:1:\"8\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:2:\"49\";s:15:\"followers_count\";s:2:\"50\";s:12:\"groups_count\";s:1:\"4\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";i:2;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:6:\"134023\";i:1;s:6:\"103614\";i:2;s:6:\"102141\";i:3;s:5:\"92708\";i:4;s:5:\"84496\";i:5;s:5:\"73784\";i:6;s:5:\"67376\";i:7;s:5:\"65221\";i:8;s:5:\"65167\";}s:14:\"followers_data\";a:9:{i:0;s:6:\"134023\";i:1;s:6:\"103614\";i:2;s:6:\"102141\";i:3;s:5:\"92708\";i:4;s:5:\"84496\";i:5;s:5:\"73784\";i:6;s:5:\"67376\";i:7;s:5:\"65221\";i:8;s:5:\"65167\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:4:{i:0;s:3:\"262\";i:1;s:3:\"161\";i:2;s:3:\"279\";i:3;s:1:\"7\";}s:19:\"mutual_friends_data\";a:2:{i:0;s:5:\"73784\";i:1;s:3:\"537\";}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(43, 'Patlaunius47', 'plaunius@usa.net', '5546d89e481c8144b0846851ccc3fdec815ea840', 'Pat', 'Launius', 'upload/photos/2019/02/2gGj84vWFir35hj2DInH_23_988defff6206b4ab0ea69ddc20dc846f_avatar.jpg', 'upload/photos/2019/02/u9ov37qTw6Hq55wctpX3_23_988defff6206b4ab0ea69ddc20dc846f_cover.jpg', '', '0', 0, '', '', '', NULL, '', 'female', '03-12-2000', 1, 'WARRIOR', 'Alabama', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '3cc746755af4e992ea5b00f0e035a503', 'site', '75.138.35.30', 'United States', 'Alabama', 'Cullman', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1553659581, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549681620, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '33.894063912798025', '-86.83061664520504', '1551047187', 1, 1607464555, 'a:7:{s:10:\"post_count\";s:1:\"9\";s:11:\"album_count\";s:1:\"2\";s:15:\"following_count\";s:1:\"4\";s:15:\"followers_count\";s:1:\"4\";s:12:\"groups_count\";s:1:\"1\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:4:{i:0;s:4:\"1632\";i:1;s:3:\"685\";i:2;s:2:\"44\";i:3;s:1:\"5\";}s:14:\"followers_data\";a:4:{i:0;s:4:\"1632\";i:1;s:3:\"685\";i:2;s:2:\"44\";i:3;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:1:{i:0;s:2:\"64\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 1550881419, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(44, 'davidwilmo', 'wilmadavid03@yahoo.com', 'd6d55196ebaede1be27a56b8b0e27c2dcc474ed9', 'David', 'Reed', 'upload/photos/2019/02/e9sflPNCzB7GTQ7ETLMw_09_f5e2552220ec12311fe2fc328da3a871_avatar.jpeg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '09-22-1949', 1, 'Trussville', 'Alabama', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '4b0135307203e574e0a72ff0ad3be499', 'site', '47.36.198.21', 'United States', 'Alabama', 'Gardendale', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1554170525, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549682117, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607624407, 'a:7:{s:10:\"post_count\";s:1:\"1\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"2\";s:15:\"followers_count\";s:1:\"2\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:2:{i:0;s:2:\"43\";i:1;s:1:\"5\";}s:14:\"followers_data\";a:2:{i:0;s:2:\"43\";i:1;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(45, 'JCfrom3C', 'ironwing@netzero.net', '$2y$10$u4lHoQO0rfDCrBJdwR6kdOtNDSBrCpTX4wNjP4mHBtcrdr8lNS8Su', 'Jimmy', 'Carter', 'upload/photos/2019/02/uxHauiL4uEDoAkrigPVX_28_dc7ae5537b7c8c9495ef99ae98448603_avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', '', '', 'male', '00-00-0000', 1, 'Charles City County', 'Virginia', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '4876ff02eead9dedcf9134bb02c41e0e', 'site', '173.67.224.111', 'United States', 'Virginia', 'Hopewell', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1605934995, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 1605841605, '', 0, '0', 0, '0', 1549683757, '', '', 0, 0, '0', '', '1', '1', '0', '', '', '', '', '', '0.00', '37.2091', '-77.4455', '1606018739', 1, 1607608692, 'a:7:{s:10:\"post_count\";s:1:\"5\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:2:\"10\";s:15:\"followers_count\";s:2:\"10\";s:12:\"groups_count\";s:1:\"2\";s:11:\"likes_count\";s:2:\"21\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:5:\"67485\";i:1;s:5:\"52492\";i:2;s:5:\"50062\";i:3;s:5:\"16849\";i:4;s:4:\"5446\";i:5;s:4:\"4391\";i:6;s:4:\"1632\";i:7;s:3:\"383\";i:8;s:2:\"53\";}s:14:\"followers_data\";a:9:{i:0;s:5:\"67485\";i:1;s:5:\"52492\";i:2;s:5:\"50062\";i:3;s:5:\"16849\";i:4;s:4:\"5446\";i:5;s:4:\"4391\";i:6;s:4:\"1632\";i:7;s:3:\"383\";i:8;s:2:\"53\";}s:10:\"likes_data\";a:9:{i:0;s:4:\"1630\";i:1;s:4:\"1061\";i:2;s:3:\"960\";i:3;s:3:\"950\";i:4;s:3:\"929\";i:5;s:3:\"901\";i:6;s:3:\"683\";i:7;s:3:\"395\";i:8;s:2:\"69\";}s:11:\"groups_data\";a:2:{i:0;s:1:\"2\";i:1;s:4:\"1240\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(50, 'CANECREEKKID', 'watchman1.35180@gmail.com', '$2y$10$jUB/REjnCV7hLZ4eSKLK8OmawpF050NtHC3RNr23pEqzCBc9NX3xS', 'JACK', 'TOLBERT', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '02-05-2000', 1, 'WARRIOR', 'Alabama', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'ba2644a7624ce81de6eae99a507b6dec', 'site', '23.120.4.110', 'United States', 'Alabama', 'Warrior', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1569529055, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549719164, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '33.857535999999996', '-86.892544', '1570133854', 1, 1607465582, 'a:7:{s:10:\"post_count\";s:1:\"0\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(51, 'jkmeyer', 'jkmeyer@usfamily.net', '$2y$10$3x9hcaIsCexuo4yp5CzSYu1NiFN1IgMbLYR.tmgil0T5JNpeqMBcW', 'Kaye', 'Meyer', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'female', '00-00-0000', 1, 'Col Hts', 'Minnesota', '', 0, 'us', '', '', '', '', '', 'janmarkell,amirtsarfati', '', '', 'english', 'f30159a313c08c6eb7ddc3c32877ee99', 'site', '89.187.172.9', 'United States', 'Florida', 'Miami', '0', '0', 'ifollow', '0', '0', '1', '2', '1', '1', 1607644091, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:"e_liked";i:1;s:8:"e_shared";i:1;s:10:"e_wondered";i:0;s:11:"e_commented";i:1;s:10:"e_followed";i:1;s:10:"e_accepted";i:1;s:11:"e_mentioned";i:1;s:14:"e_joined_group";i:1;s:12:"e_liked_page";i:1;s:9:"e_visited";i:1;s:19:"e_profile_wall_post";i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '1', 1596905912, '3', 1549723338, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '45.044618500000006', '-93.24330839999999', '1570208350', 0, 1607562314, 'a:7:{s:10:\"post_count\";s:1:\"1\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"8\";s:15:\"followers_count\";s:1:\"8\";s:12:\"groups_count\";s:1:\"1\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:8:{i:0;s:6:\"110782\";i:1;s:5:\"13775\";i:2;s:4:\"9257\";i:3;s:4:\"9254\";i:4;s:4:\"5446\";i:5;s:4:\"3160\";i:6;s:3:\"178\";i:7;s:1:\"5\";}s:14:\"followers_data\";a:8:{i:0;s:6:\"110782\";i:1;s:5:\"13775\";i:2;s:4:\"9257\";i:3;s:4:\"9254\";i:4;s:4:\"5446\";i:5;s:4:\"3160\";i:6;s:3:\"178\";i:7;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:1:{i:0;s:3:\"398\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(52, 'Jrw422', 'admin@online-ministries.org', '$2y$10$BIuxdzbuPgRD76UN5r5P4OKuBShZmmUjSOFjdsyc3EVkezixKSAa2', 'Jon', 'Watkins', 'upload/photos/2019/02/UpG78iX9FLjSh8QNBx23_09_a88d00c50322eee305954bc3359bbf5b_avatar.jpg', 'upload/photos/2019/02/FOs6ILylavhs1OQhRtFn_09_cf0b0b2e04233c22c2d9d4b7bb16efcb_cover.jpg', '', '0', 3, 'Texas', '', 'https://www.online-ministries.or', 'Preaching and teaching what others with Lace on their Panties won&#039;t! <br> <br> <br>&quot;Evil seeks to maintain power by Suppressing the Truth and by leading the innocent with a Lie. The truth is no longer hidden, but now people are Hiding from the Truth! Without followers, evil can not spread&quot; - Jon Watkins', 'Jethro Bodine University!!', 'male', '04-22-1960', 1, 'Texas City', 'Texas', '', 1, 'us', 'https://www.online-ministries.org', '', '', '', '', '', '', '', 'english', '0e2d7afb7bd234443717c109a62a2a34', 'site', '104.49.215.163', 'United States', 'Texas', 'Texas City', '0', '0', 'ifollow', '0', '0', '1', '0', '1', '1', 1607614072, '0', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:&quot;e_liked&quot;;i:1;s:8:&quot;e_shared&quot;;i:1;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:1;s:10:&quot;e_followed&quot;;i:1;s:10:&quot;e_accepted&quot;;i:1;s:11:&quot;e_mentioned&quot;;i:1;s:14:&quot;e_joined_group&quot;;i:1;s:12:&quot;e_liked_page&quot;;i:1;s:9:&quot;e_visited&quot;;i:1;s:19:&quot;e_profile_wall_post&quot;;i:1;}', '0', '1', '0', 'user', '2/2019', '0', '0', '0', '0', '1', 1607441216, '', 0, '1', 1559685582, '2', 1549741401, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607657465, 'a:7:{s:10:\"post_count\";s:4:\"1574\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:3:\"103\";s:15:\"followers_count\";s:3:\"103\";s:12:\"groups_count\";s:1:\"9\";s:11:\"likes_count\";s:1:\"4\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:6:\"147384\";i:1;s:6:\"135934\";i:2;s:6:\"135864\";i:3;s:6:\"134023\";i:4;s:6:\"119591\";i:5;s:6:\"118635\";i:6;s:6:\"106367\";i:7;s:6:\"106052\";i:8;s:6:\"103614\";}s:14:\"followers_data\";a:9:{i:0;s:6:\"147384\";i:1;s:6:\"135934\";i:2;s:6:\"135864\";i:3;s:6:\"134023\";i:4;s:6:\"119591\";i:5;s:6:\"118635\";i:6;s:6:\"106367\";i:7;s:6:\"106052\";i:8;s:6:\"103614\";}s:10:\"likes_data\";a:4:{i:0;s:3:\"847\";i:1;s:1:\"9\";i:2;s:1:\"2\";i:3;s:1:\"1\";}s:11:\"groups_data\";a:9:{i:0;s:3:\"121\";i:1;s:3:\"263\";i:2;s:3:\"312\";i:3;s:3:\"262\";i:4;s:3:\"248\";i:5;s:3:\"398\";i:6;s:3:\"515\";i:7;s:3:\"975\";i:8;s:4:\"1073\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(53, 'emiller363', 'emiller363@comcast.net', 'd41507e9f1819b28197c942a831e391cc9a21f11', 'Eric', 'Miller', 'upload/photos/d-avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'male', '04-16-1963', 1, 'Brightwood', 'Virginia', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '89665fe41b61037b2750989c1676a44c', 'site', '107.77.204.4', 'United States', 'Virginia', 'Alexandria', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1549744109, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:&quot;e_liked&quot;;i:1;s:8:&quot;e_shared&quot;;i:1;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:1;s:10:&quot;e_followed&quot;;i:1;s:10:&quot;e_accepted&quot;;i:1;s:11:&quot;e_mentioned&quot;;i:1;s:14:&quot;e_joined_group&quot;;i:1;s:12:&quot;e_liked_page&quot;;i:1;s:9:&quot;e_visited&quot;;i:1;s:19:&quot;e_profile_wall_post&quot;;i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549743622, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607619914, 'a:7:{s:10:\"post_count\";s:1:\"0\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"2\";s:15:\"followers_count\";s:1:\"2\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:2:{i:0;s:2:\"45\";i:1;s:1:\"5\";}s:14:\"followers_data\";a:2:{i:0;s:2:\"45\";i:1;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(54, 'FaithfulJames', 'jamesalane@hushmail.com', '$2y$10$KqeP.HSvG8JbNZawhPGxVu2l6bXntINo0i2KokB.z5wXpFCZxo0IK', 'James', 'Lane', 'upload/photos/2019/02/SDXGwGhEqQ1gwCME57lj_16_805caed3132fc3ab3a42866a345caef2_avatar.jpg', 'upload/photos/d-cover.jpg', '', '0', 0, '', 'Affiliate Marketing with several', '', 'I am a former career sportscaster and now work from my home as an Affiliate Marketer. My Christianity should be reflected in all that I do.', '', 'male', '04-13-1948', 1, 'Prospect', 'Ohio', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', 'b77d39a7e525ec0a9b93b4c94946f0da', 'site', '24.208.211.216', 'United States', 'Ohio', 'Marysville', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1594934078, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:&quot;e_liked&quot;;i:1;s:8:&quot;e_shared&quot;;i:1;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:1;s:10:&quot;e_followed&quot;;i:1;s:10:&quot;e_accepted&quot;;i:1;s:11:&quot;e_mentioned&quot;;i:1;s:14:&quot;e_joined_group&quot;;i:1;s:12:&quot;e_liked_page&quot;;i:1;s:9:&quot;e_visited&quot;;i:1;s:19:&quot;e_profile_wall_post&quot;;i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549747288, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '40.4490327', '-83.18926429999999', '1551620014', 1, 1607592793, 'a:7:{s:10:\"post_count\";s:1:\"1\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:2:\"56\";s:15:\"followers_count\";s:2:\"56\";s:12:\"groups_count\";s:1:\"3\";s:11:\"likes_count\";s:1:\"5\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:5:\"81107\";i:1;s:5:\"80674\";i:2;s:5:\"67485\";i:3;s:5:\"67376\";i:4;s:5:\"56187\";i:5;s:5:\"55550\";i:6;s:5:\"54895\";i:7;s:5:\"52492\";i:8;s:5:\"50062\";}s:14:\"followers_data\";a:9:{i:0;s:5:\"81107\";i:1;s:5:\"80674\";i:2;s:5:\"67485\";i:3;s:5:\"67376\";i:4;s:5:\"56187\";i:5;s:5:\"55550\";i:6;s:5:\"54895\";i:7;s:5:\"52492\";i:8;s:5:\"50062\";}s:10:\"likes_data\";a:5:{i:0;s:3:\"847\";i:1;s:3:\"663\";i:2;s:2:\"95\";i:3;s:1:\"2\";i:4;s:1:\"1\";}s:11:\"groups_data\";a:3:{i:0;s:1:\"2\";i:1;s:3:\"515\";i:2;s:2:\"26\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(55, 'jadalane70', 'jadalane70@gmail.com', '$2y$10$mSot8ZiQ4omvAdZn1H4QaePDkjf7nRqSIPSRF/Zu12v5BCIozePVS', 'Jada', 'Lane', 'upload/photos/2019/02/CVdocBcEqLs7GXaQPeOc_09_da72b9edf145abed3f2784da0815f227_avatar.jpg', 'upload/photos/2019/02/s8fCYfS7qVotljzvj5Xr_09_486d33545fa5dafaaa3883b17df05515_cover.jpg', '', '0', 0, '', 'Doniphan-Ripley Co. Library', '', '', '', 'female', '09-29-1970', 1, 'Doniphan', 'Missouri', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '7a13e9023dca83139af16d1a2c7d8341', 'site', '174.130.211.159', 'United States', 'Missouri', 'Dixon', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1589151243, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:&quot;e_liked&quot;;i:1;s:8:&quot;e_shared&quot;;i:1;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:1;s:10:&quot;e_followed&quot;;i:1;s:10:&quot;e_accepted&quot;;i:1;s:11:&quot;e_mentioned&quot;;i:1;s:14:&quot;e_joined_group&quot;;i:1;s:12:&quot;e_liked_page&quot;;i:1;s:9:&quot;e_visited&quot;;i:1;s:19:&quot;e_profile_wall_post&quot;;i:1;}', '0', '1', '0', 'user', '2/2019', '0', '0', '0', '0', '1', 0, '', 0, '0', 0, '0', 1549750392, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1607650646, 'a:7:{s:10:\"post_count\";s:1:\"2\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:2:\"20\";s:15:\"followers_count\";s:2:\"19\";s:12:\"groups_count\";s:2:\"10\";s:11:\"likes_count\";s:1:\"8\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:5:\"50062\";i:1;s:5:\"11067\";i:2;s:4:\"9570\";i:3;s:4:\"8770\";i:4;s:4:\"5559\";i:5;s:4:\"5446\";i:6;s:4:\"4656\";i:7;s:4:\"4391\";i:8;s:4:\"3836\";}s:14:\"followers_data\";a:9:{i:0;s:5:\"50062\";i:1;s:5:\"11067\";i:2;s:4:\"9570\";i:3;s:4:\"8770\";i:4;s:4:\"5559\";i:5;s:4:\"5446\";i:6;s:4:\"4656\";i:7;s:4:\"4391\";i:8;s:4:\"3836\";}s:10:\"likes_data\";a:8:{i:0;s:3:\"453\";i:1;s:2:\"11\";i:2;s:2:\"10\";i:3;s:1:\"8\";i:4;s:1:\"6\";i:5;s:1:\"3\";i:6;s:1:\"2\";i:7;s:1:\"1\";}s:11:\"groups_data\";a:9:{i:0;s:1:\"6\";i:1;s:1:\"3\";i:2;s:1:\"2\";i:3;s:3:\"263\";i:4;s:3:\"312\";i:5;s:3:\"262\";i:6;s:3:\"248\";i:7;s:3:\"913\";i:8;s:3:\"533\";}s:19:\"mutual_friends_data\";a:0:{}}', 1549750722, 1549750566, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, NULL, NULL),
(56, 'mrugama', 'mrugama1975@hotmail.com', '3a5120378d62443f20d593c8adc415df46667996', 'Maryorie', 'Rugama', 'upload/photos/2019/02/oCi2JPl5DoGaOa71eWcY_10_58980b7eee9120f486dd8ef359c08773_avatar.jpeg', 'upload/photos/d-cover.jpg', '', '0', 0, '', '', '', NULL, '', 'female', '05-22-2000', 1, 'Tobyhanna', 'Pennsylvania', '', 0, 'us', '', '', '', '', '', '', '', '', 'english', '2d2f1ca860d220c750c04fe7b4edc3fe', 'site', '24.115.230.134', 'United States', 'Pennsylvania', 'Pocono Summit', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '0', 1555120649, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:&quot;e_liked&quot;;i:1;s:8:&quot;e_shared&quot;;i:1;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:1;s:10:&quot;e_followed&quot;;i:1;s:10:&quot;e_accepted&quot;;i:1;s:11:&quot;e_mentioned&quot;;i:1;s:14:&quot;e_joined_group&quot;;i:1;s:12:&quot;e_liked_page&quot;;i:1;s:9:&quot;e_visited&quot;;i:1;s:19:&quot;e_profile_wall_post&quot;;i:1;}', '0', '2', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 0, '0', 1549758206, '', '', 0, 0, '0', '', '0', '1', '0', '', '', '', '', '', '0.00', '0', '0', '0', 1, 1560286336, 'a:7:{s:10:\"post_count\";s:1:\"4\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:1:\"1\";s:15:\"followers_count\";s:1:\"1\";s:12:\"groups_count\";s:1:\"0\";s:11:\"likes_count\";s:1:\"2\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:1:{i:0;s:1:\"5\";}s:14:\"followers_data\";a:1:{i:0;s:1:\"5\";}s:10:\"likes_data\";a:2:{i:0;s:1:\"2\";i:1;s:1:\"1\";}s:11:\"groups_data\";a:0:{}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0', NULL, NULL, 1560293958, '1'),
(57, 'evansnewsreport', 'evansnewsreport@gmail.com', '$2y$10$RdXPTfaztUhKnAUtIHv5j.gBFzvUfIUntlV8ONk1WelOtpEec4112', 'EvansNewsReport.com', '', 'upload/photos/2019/02/dAuyBKbJzL9q44PMp5vS_10_dcfd8921ad1f99d028062af5475f3d9a_avatar.jpg', 'upload/photos/2019/02/S1F42qxdg1owxRba9MSf_10_4f90e16ee3daa3ca732116caeb7e9bd1_cover.jpg', 'upload/photos/2019/02/5sFqMxIFc7vwrHdDemIf_10_18b562769bb5f32da9fafb9f47816864_background_image.jpg', '1', 0, 'Missouri', 'Evans News Report', 'http://www.evansnewsreport.com', 'EvansNewsReport.com was established to analyze current events, and use historical context so our readership can understand the meaning behind current events &amp; see fact from fiction.', 'Missouri State University', 'male', '09-10-1972', 1, 'Joplin', 'Missouri', '', 0, 'us', 'http://www.evansnewsreport.com', 'EvansNewsReport', '', '@evansnewsreport', '', '', '', '', 'english', 'ac67c9d8b0c86dc75901ff5fedd81255', 'site', '159.118.18.62', 'United States', 'Missouri', 'Joplin', '0', '0', 'ifollow', '0', '0', '1', '0', '0', '1', 1604943748, '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', 'a:11:{s:7:&quot;e_liked&quot;;i:1;s:8:&quot;e_shared&quot;;i:1;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:1;s:10:&quot;e_followed&quot;;i:1;s:10:&quot;e_accepted&quot;;i:1;s:11:&quot;e_mentioned&quot;;i:1;s:14:&quot;e_joined_group&quot;;i:1;s:12:&quot;e_liked_page&quot;;i:1;s:9:&quot;e_visited&quot;;i:1;s:19:&quot;e_profile_wall_post&quot;;i:1;}', '0', '1', '0', 'user', '2/2019', '1', '1', '0', '1', '1', 0, '', 0, '0', 1551026984, '2', 1549761714, '', 'UTC', 0, 0, '0', '', '1', '1', '0', '', '', '7f0c0063-abbd-4e85-b726-005e127da58b', '', '', '0.00', '37.0590909', '-94.569397', '1583105688', 1, 1607648391, 'a:7:{s:10:\"post_count\";s:3:\"692\";s:11:\"album_count\";s:1:\"0\";s:15:\"following_count\";s:2:\"66\";s:15:\"followers_count\";s:2:\"66\";s:12:\"groups_count\";s:2:\"17\";s:11:\"likes_count\";s:2:\"15\";s:20:\"mutual_friends_count\";b:0;}', 'a:5:{s:14:\"following_data\";a:9:{i:0;s:5:\"81107\";i:1;s:5:\"80674\";i:2;s:5:\"75941\";i:3;s:5:\"67485\";i:4;s:5:\"67376\";i:5;s:5:\"64366\";i:6;s:5:\"56187\";i:7;s:5:\"54895\";i:8;s:5:\"50062\";}s:14:\"followers_data\";a:9:{i:0;s:5:\"81107\";i:1;s:5:\"80674\";i:2;s:5:\"75941\";i:3;s:5:\"67485\";i:4;s:5:\"67376\";i:5;s:5:\"64366\";i:6;s:5:\"56187\";i:7;s:5:\"54895\";i:8;s:5:\"50062\";}s:10:\"likes_data\";a:9:{i:0;s:3:\"855\";i:1;s:3:\"731\";i:2;s:3:\"612\";i:3;s:3:\"582\";i:4;s:3:\"395\";i:5;s:2:\"22\";i:6;s:2:\"19\";i:7;s:2:\"16\";i:8;s:2:\"15\";}s:11:\"groups_data\";a:9:{i:0;s:1:\"3\";i:1;s:1:\"2\";i:2;s:1:\"6\";i:3;s:1:\"7\";i:4;s:2:\"17\";i:5;s:2:\"22\";i:6;s:3:\"121\";i:7;s:3:\"263\";i:8;s:3:\"312\";}s:19:\"mutual_friends_data\";a:0:{}}', 0, 0, 0, 0, '', 0, 1, NULL, 0, '', 0, '', '', '0', '0', '0', '0', '0',

 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх