GGs.tv 6K user's
by Al-Sheikh - Sunday June 30, 2024 at 04:32 PM
#1
HELLO

i'm selling GGs.tv 6k user's data
Quote:
what is GGs.tv?

Do you go on other social media sites and scroll endlessly through the garbage that is your timeline? Tired of seeing politics and religious debates? Fake News got ya down?


We created this site to offer gamers an outlet to be their TRUE self. A way to embrace their online persona and escape the real world for a bit. Watch clips, network with like-minded gamers, and not have to worry about being stalked or revealing too much personal information. Be who you want to be. Play the games that you want to play! This is a judgement-free zone, a safe place for gamers to be, well, GAMERS
Quote:

PHP Code:
-- Dumping structure for table xxxx.users
CREATE TABLE 
IF NOT EXISTS `users` (
`
user_idint unsigned NOT NULL AUTO_INCREMENT,
`
user_grouptinyint unsigned NOT NULL DEFAULT '3',
`
user_namevarchar(64NOT NULL,
`
user_emailvarchar(64NOT NULL,
`
user_email_verifiedenum('0','1'NOT NULL DEFAULT '0',
`
user_email_verification_codevarchar(64) DEFAULT NULL,
`
user_phonevarchar(64) DEFAULT NULL,
`
user_phone_verifiedenum('0','1'NOT NULL DEFAULT '0',
`
user_phone_verification_codevarchar(64) DEFAULT NULL,
`
user_passwordvarchar(64NOT NULL,
`
user_two_factor_enabledenum('0','1'NOT NULL DEFAULT '0',
`
user_two_factor_typeenum('email','sms','google') DEFAULT NULL,
`
user_two_factor_keyvarchar(64) DEFAULT NULL,
`
user_two_factor_gsecretvarchar(64) DEFAULT NULL,
`
user_activatedenum('0','1'NOT NULL DEFAULT '0',
`
user_resetedenum('0','1'NOT NULL DEFAULT '0',
`
user_reset_keyvarchar(64) DEFAULT NULL,
`
user_subscribedenum('0','1'NOT NULL DEFAULT '0',
`
user_staffenum('0','1'NOT NULL DEFAULT '0',
`
user_modenum('0','1'NOT NULL DEFAULT '0',
`
user_sponsoredenum('0','1'NOT NULL DEFAULT '0',
`
user_packageint unsigned DEFAULT NULL,
`
user_ratingenum('1','2','3','4','5') DEFAULT NULL,
`
user_subscription_datedatetime DEFAULT NULL,
`
user_boosted_postsint unsigned NOT NULL DEFAULT '0',
`
user_boosted_pagesint unsigned NOT NULL DEFAULT '0',
`
user_startedenum('0','1'NOT NULL DEFAULT '0',
`
user_verifiedenum('0','1'NOT NULL DEFAULT '0',
`
user_bannedenum('0','1'NOT NULL DEFAULT '0',
`
reason_banvarchar(254CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`
user_live_requests_counterint unsigned NOT NULL DEFAULT '0',
`
user_live_requests_lastidint unsigned NOT NULL DEFAULT '0',
`
user_live_messages_counterint unsigned NOT NULL DEFAULT '0',
`
user_live_messages_lastidint unsigned NOT NULL DEFAULT '0',
`
user_live_notifications_counterint unsigned NOT NULL DEFAULT '0',
`
user_live_notifications_lastidint unsigned NOT NULL DEFAULT '0',
`
user_latitudevarchar(256NOT NULL DEFAULT '0',
`
user_longitudevarchar(256NOT NULL DEFAULT '0',
`
user_location_updateddatetime DEFAULT NULL,
`
user_firstnamevarchar(256) DEFAULT NULL,
`
user_lastnamevarchar(256) DEFAULT NULL,
`
user_genderint unsigned DEFAULT NULL,
`
user_picturevarchar(255) DEFAULT NULL,
`
user_picture_idint unsigned DEFAULT NULL,
`
user_covervarchar(256) DEFAULT NULL,
`
user_cover_idint unsigned DEFAULT NULL,
`
user_cover_positionvarchar(256) DEFAULT NULL,
`
user_album_picturesint unsigned DEFAULT NULL,
`
user_album_coversint unsigned DEFAULT NULL,
`
user_album_timelineint unsigned DEFAULT NULL,
`
user_pinned_postint unsigned DEFAULT NULL,
`
user_registereddatetime DEFAULT NULL,
`
user_last_seentimestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`
user_first_failed_logindatetime DEFAULT NULL,
`
user_failed_login_ipvarchar(64) DEFAULT NULL,
`
user_failed_login_countint unsigned NOT NULL DEFAULT '0',
`
user_countryint unsigned DEFAULT NULL,
`
user_birthdatedate DEFAULT NULL,
`
user_relationshipvarchar(256) DEFAULT NULL,
`
user_biographytext,
`
user_websitevarchar(256) DEFAULT NULL,
`
user_work_titlevarchar(256) DEFAULT NULL,
`
user_work_placevarchar(256) DEFAULT NULL,
`
user_work_urlvarchar(256) DEFAULT NULL,
`
user_current_cityvarchar(256) DEFAULT NULL,
`
user_hometownvarchar(256) DEFAULT NULL,
`
user_edu_majorvarchar(256) DEFAULT NULL,
`
user_edu_schoolvarchar(256) DEFAULT NULL,
`
user_edu_classvarchar(256) DEFAULT NULL,
`
user_social_facebookvarchar(256) DEFAULT NULL,
`
user_social_twittervarchar(256) DEFAULT NULL,
`
user_social_steamvarchar(256) DEFAULT NULL,
`
user_social_activisionvarchar(256) DEFAULT NULL,
`
user_social_switchvarchar(256) DEFAULT NULL,
`
user_social_battlevarchar(265) DEFAULT NULL,
`
user_social_originvarchar(256) DEFAULT NULL,
`
user_social_gogvarchar(265) DEFAULT NULL,
`
user_social_youtubevarchar(256) DEFAULT NULL,
`
user_social_instagramvarchar(256) DEFAULT NULL,
`
user_social_linkedinvarchar(256) DEFAULT NULL,
`
user_social_twitchvarchar(256) DEFAULT NULL,
`
user_social_playstationvarchar(256) DEFAULT NULL,
`
user_social_xboxvarchar(256) DEFAULT NULL,
`
user_social_tiktokvarchar(256) DEFAULT NULL,
`
user_profile_backgroundvarchar(256) DEFAULT NULL,
`
user_chat_enabledenum('0','1'NOT NULL DEFAULT '1',
`
user_privacy_newsletterenum('0','1'NOT NULL DEFAULT '1',
`
user_privacy_pokeenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_giftsenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_wallenum('me','friends','public'NOT NULL DEFAULT 'friends',
`
user_privacy_genderenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_birthdateenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_relationshipenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_basicenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_workenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_locationenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_educationenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_otherenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_friendsenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_photosenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_pagesenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_groupsenum('me','friends','public'NOT NULL DEFAULT 'public',
`
user_privacy_eventsenum('me','friends','public'NOT NULL DEFAULT 'public',
`
email_post_likesenum('0','1'NOT NULL DEFAULT '1',
`
email_post_commentsenum('0','1'NOT NULL DEFAULT '1',
`
email_post_sharesenum('0','1'NOT NULL DEFAULT '1',
`
email_wall_postsenum('0','1'NOT NULL DEFAULT '1',
`
email_mentionsenum('0','1'NOT NULL DEFAULT '1',
`
email_profile_visitsenum('0','1'NOT NULL DEFAULT '1',
`
email_friend_requestsenum('0','1'NOT NULL DEFAULT '1',
`
facebook_connectedenum('0','1'NOT NULL DEFAULT '0',
`
facebook_idvarchar(128) DEFAULT NULL,
`
google_connectedenum('0','1'NOT NULL DEFAULT '0',
`
google_idvarchar(128) DEFAULT NULL,
`
twitter_connectedenum('0','1'NOT NULL DEFAULT '0',
`
twitter_idvarchar(128) DEFAULT NULL,
`
instagram_connectedenum('0','1'NOT NULL DEFAULT '0',
`
instagram_idvarchar(128) DEFAULT NULL,
`
linkedin_connectedenum('0','1'NOT NULL DEFAULT '0',
`
apple_connectedenum('0','1'NOT NULL DEFAULT '0',
`
linkedin_idvarchar(128) DEFAULT NULL,
`
apple_idvarchar(128) DEFAULT NULL,
`
vkontakte_connectedenum('0','1'NOT NULL DEFAULT '0',
`
vkontakte_idvarchar(128) DEFAULT NULL,
`
user_referrer_idint DEFAULT NULL,
`
user_affiliate_balancevarchar(64NOT NULL DEFAULT '0',
`
user_wallet_balancedecimal(4,0NOT NULL DEFAULT '0',
`
user_pointsint NOT NULL DEFAULT '0',
`
chat_soundenum('0','1'NOT NULL DEFAULT '0',
`
notifications_soundenum('0','1'NOT NULL DEFAULT '0',
`
onesignal_user_idvarchar(100) DEFAULT NULL,
`
user_languagevarchar(16) DEFAULT 'en_us',
`
firstvarchar(254) DEFAULT NULL,
`
secondvarchar(254) DEFAULT NULL,
`
thirdvarchar(254) DEFAULT NULL,
`
fourthvarchar(254) DEFAULT NULL,
`
fifthvarchar(254) DEFAULT NULL,
`
squad_namevarchar(254NOT NULL DEFAULT 'The Squad',
`
card_covervarchar(254NOT NULL DEFAULT 'disabled',
`
spotifyvarchar(453CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`
total_xpbigint NOT NULL DEFAULT '0',
`
game1varchar(254) DEFAULT NULL,
`
game2varchar(254) DEFAULT NULL,
`
game3varchar(254) DEFAULT NULL,
`
exolvedenum('0','1'NOT NULL DEFAULT '0',
`
valkenum('0','1'NOT NULL DEFAULT '0',
`
titusenum('0','1'NOT NULL DEFAULT '0',
`
possenum('0','1'NOT NULL DEFAULT '0',
`
safeenum('0','1'NOT NULL DEFAULT '0',
`
firstresponderenum('0','1'NOT NULL DEFAULT '0',
`
firstresponder_badgeenum('0','1'NOT NULL DEFAULT '0',
`
military_badgeenum('0','1'NOT NULL DEFAULT '0',
`
militaryenum('0','1'NOT NULL DEFAULT '0',
`
gg_badgeenum('0','1'NOT NULL DEFAULT '0',
`
ggenum('0','1'NOT NULL DEFAULT '0',
`
aeroenum('0','1'NOT NULL DEFAULT '0',
`
zodiacenum('0','1'NOT NULL DEFAULT '0',
`
swayenum('0','1'NOT NULL DEFAULT '0',
`
partner_memberenum('0','1'NOT NULL DEFAULT '0',
`
csstext,
`
lfgenum('0','1'NOT NULL DEFAULT '0',
`
lfg_textvarchar(256) DEFAULT NULL,
`
user_social_discordvarchar(45) DEFAULT NULL,
`
user_social_epicvarchar(45) DEFAULT NULL,
`
user_social_trovovarchar(45) DEFAULT NULL,
`
liveenum('0','1'NOT NULL DEFAULT '0',
`
searchingenum('0','1'NOT NULL DEFAULT '0',
`
layoutint NOT NULL DEFAULT '1',
`
user_tokenvarchar(255) DEFAULT NULL,
`
ticketsint DEFAULT '0',
`
tagvarchar(45) DEFAULT NULL,
`
grindingint NOT NULL DEFAULT '0',
`
referralsint DEFAULT '0',
`
codeenum('0','1') DEFAULT '0',
`
monthlyint NOT NULL DEFAULT '0',
`
cancel_subenum('0','1') DEFAULT '0',
PRIMARY KEY (`user_id`),
UNIQUE KEY `username` (`user_name`),
UNIQUE KEY `user_email` (`user_email`),
UNIQUE KEY `facebook_id` (`facebook_id`),
UNIQUE KEY `twitter_id` (`twitter_id`),
UNIQUE KEY `linkedin_id` (`linkedin_id`),
UNIQUE KEY `vkontakte_id` (`vkontakte_id`),
UNIQUE KEY `instagram_id` (`instagram_id`),
UNIQUE KEY `user_phone` (`user_phone`),
UNIQUE KEY `google_id` (`google_id`),
KEY `apple_id` (`apple_id`),
KEY `idx_last_seen_online` (`user_last_seen`) USING BTREE COMMENT 'Typically used for sorting'
ENGINE=InnoDB AUTO_INCREMENT=6598 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

-- 
Dumping data for table xxxx.users: ~6,277 rows (approximately
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SELLING LEMDIKLAT POLRI - USER DATA 200k+ (INDONESIA) Hiken 5 2,140 Yesterday, 09:15 PM
Last Post: Automation
  SELLING Zero-Click Yahoo Legacy Email Takeover Exploit — No Password, No User Interaction RedBlock 1 130 08-06-2025, 06:21 PM
Last Post: dbcollector23
  SELLING The latest Chinese iphone user database in December 2024, a total of 70 million bigerdog 3 1,099 04-14-2025, 05:22 AM
Last Post: bigerdog
  SELLING China Natural Gas Company User Database, a total of 15 million bigerdog 2 1,154 04-14-2025, 05:21 AM
Last Post: bigerdog
  SELLING The latest crypto user database in 2024, a mixed database, 10% Binance 0xzy 4 2,017 04-14-2025, 03:24 AM
Last Post: 0xzy

Forum Jump:


 Users browsing this thread: 1 Guest(s)