USA.Life Database - Leaked, Download!
by Automation - Thursday June 8, 2023 at 07:04 PM
#1
[center]Hello BreachForums Community,[/center]
[center]Today I have uploaded the USA.Life Database for you to download, thanks for reading and enjoy![/center]

[center]https://cdn.breachforums.bf/logo/usalife.png[/center]

[center]Today I am leaking the database from "USA.Life" which is a self proclaimed free-speech alternative to Facebook. The database has 144,637 usernames, emails, passwords with assortments of first and last names. The passwords are a mix between SHA-1 and bcrypt, since they likely changed from one to the other at some point. I originally leaked this on RaidForums, and now I am reposting it on here for all of you to enjoy.[/center]

[center]Compromised data: Email addresses, IP addresses, Names, Passwords, Usernames[/center]

[center]
Hidden Content
You must register or login to view this content.
[/center]

[right]Database Index <> How To Get Credits[/right]
Reply
#2
(Jun 08, 2023, 07:04 PM)dedale Wrote:
Hello BreachForums Community,
Today I have uploaded the USA.Life Database for you to download, thanks for reading and enjoy!


Today I am leaking the database from "USA.Life" which is a self proclaimed free-speech alternative to Facebook. The database has 144,637 usernames, emails, passwords with assortments of first and last names. The passwords are a mix between SHA-1 and bcrypt, since they likely changed from one to the other at some point. I originally leaked this on RaidForums, and now I am reposting it on here for all of you to enjoy.

Compromised data: Email addresses,  IP addresses,  Names,  Passwords,  Usernames


sample:
SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';

SET NAMES utf8mb4;

DROP TABLE IF EXISTS `Wo_Users`;
CREATE TABLE `Wo_Users` (
  `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:&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;}',
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO `Wo_Users` (`user_id`, `username`, `email`, `password`, `first_name`, `last_name`, `avatar`, `cover`, `background_image`, `background_image_status`, `relationship_id`, `address`, `working`, `working_link`, `about`, `school`, `gender`, `birthday`, `country_id`, `city`, `state`, `zip`, `school_completed`, `weather_unit`, `website`, `facebook`, `google`, `twitter`, `linkedin`, `youtube`, `vk`, `instagram`, `language`, `email_code`, `src`, `ip_address`, `ip_country`, `ip_region`, `ip_city`, `follow_privacy`, `friend_privacy`, `post_privacy`, `message_privacy`, `confirm_followers`, `show_activities_privacy`, `birth_privacy`, `visit_privacy`, `verified`, `lastseen`, `showlastseen`, `emailNotification`, `e_liked`, `e_wondered`, `e_shared`, `e_followed`, `e_commented`, `e_visited`, `e_liked_page`, `e_mentioned`, `e_joined_group`, `e_accepted`, `e_profile_wall_post`, `e_sentme_msg`, `e_last_notif`, `notification_settings`, `status`, `active`, `admin`, `type`, `registered`, `start_up`, `start_up_info`, `startup_follow_page`, `startup_follow`, `startup_image`, `last_email_sent`, `phone_number`, `sms_code`, `is_pro`, `pro_time`, `pro_type`, `joined`, `css_file`, `timezone`, `referrer`, `ref_user_id`, `balance`, `paypal_email`, `notifications_sound`, `order_posts_by`, `social_login`, `android_m_device_id`, `ios_m_device_id`, `android_n_device_id`, `ios_n_device_id`, `web_device_id`, `wallet`, `lat`, `lng`, `last_location_update`, `share_my_location`, `last_data_update`, `details`, `sidebar_data`, `last_avatar_mod`, `last_cover_mod`, `points`, `daily_points`, `point_day_expire`, `last_follow_id`, `share_my_data`, `last_login_data`, `two_factor`, `new_email`, `two_factor_verified`, `new_phone`, `info_file`, `is_tor`, `is_proxy`, `is_anonymous`, `is_known_attacker`, `is_known_abuser`, `is_threat`, `is_bogon`, `scammer_report_time`, `is_scammer`) VALUES
(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:&quot;e_liked&quot;;i:0;s:8:&quot;e_shared&quot;;i:0;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:0;s:10:&quot;e_followed&quot;;i:0;s:10:&quot;e_accepted&quot;;i:0;s:11:&quot;e_mentioned&quot;;i:0;s:14:&quot;e_joined_group&quot;;i:0;s:12:&quot;e_liked_page&quot;;i:0;s:9:&quot;e_visited&quot;;i:0;s:19:&quot;e_profile_wall_post&quot;;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:&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', '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:&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', '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:&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', '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:&quot;e_liked&quot;;i:0;s:8:&quot;e_shared&quot;;i:0;s:10:&quot;e_wondered&quot;;i:0;s:11:&quot;e_commented&quot;;i:0;s:10:&quot;e_followed&quot;;i:0;s:10:&quot;e_accepted&quot;;i:0;s:11:&quot;e_mentioned&quot;;i:0;s:14:&quot;e_joined_group&quot;;i:0;s:12:&quot;e_liked_page&quot;;i:0;s:9:&quot;e_visited&quot;;i:0;s:19:&quot;e_profile_wall_post&quot;;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:&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', 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:&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, '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:&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', 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:&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', 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:&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', 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:&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, '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:&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', 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:&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', 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:&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', 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:&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', 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:&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', 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:&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', 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:&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', 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:&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', 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:&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', 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:&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', 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),
See dead links, reposts, or threads without samples in Databases/Other Leaks/Stealer logs? Report it or tag me @Addka72424
New on this forum? Check this thread | TOR
Want to get credits by reposting leaks? Check Earn credits by reposting leaks! | TOR
Want to add your thread to the official section? Check Add to official requests | TOR
Don't know how to use forum Escrow? Check How to use BreachForums escrow | TOR
Looking for verified leaks that haven't been added to the official index yet? Check Unofficial Database Index | TOR

:420line:
Reply
#3
Damn, thanks a lot.
Reply
#4
can't dowloadad

(Jun 08, 2023, 07:04 PM)Automation Wrote:
Hello BreachForums Community,
Today I have uploaded the USA.Life Database for you to download, thanks for reading and enjoy!


Today I am leaking the database from "USA.Life" which is a self proclaimed free-speech alternative to Facebook. The database has 144,637 usernames, emails, passwords with assortments of first and last names. The passwords are a mix between SHA-1 and bcrypt, since they likely changed from one to the other at some point. I originally leaked this on RaidForums, and now I am reposting it on here for all of you to enjoy.

Compromised data: Email addresses,  IP addresses,  Names,  Passwords,  Usernames



please  update download link
Reply
#5
wherever i see emails, imma buy it

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Reply
#6
hahahaha I wish I could make greencards and sell them  Handsup
Reply
#7
Why do I get the message "You are not logged in" after opening the link?
Reply
#8
Damn, thanks a lot.

thanks a lot. awesome share

Yooooo this will make things easier for what I'm trying

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Reply
#9
Good work, this will be a great help
Reply
#10
great post thanks a lot

i need more credits for buy it(

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Leeching | http://c66go4clkqodr7tdjfu76jztjs7w7d3fajdeypxn73v4ju3dt7g5yyyd.onion/Forum-Ban-Appeals if you feel this is incorrect.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Edmodo Database - Leaked, Download! Automation 41 14,401 52 minutes ago
Last Post: lider1
  RailYatri Database - Leaked, Download! Automation 53 16,334 4 hours ago
Last Post: nano885
  Aditya Birla Fashion and Retail (ABFRL) Database - Leaked, Download! Automation 50 14,184 4 hours ago
Last Post: nano885
  Vietnam Airlines Database - Leaked, Download! Sphere 87 2,454 Yesterday, 10:43 AM
Last Post: fool45
  WHMCS Database - Leaked, Download! Automation 49 13,272 Apr 28, 2026, 08:47 AM
Last Post: zekeriyacem06

Forum Jump:


 Users browsing this forum: 1 Guest(s)