Demon Forums 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 Demon Forums Database for you to download, thanks for reading and enjoy![/center]

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

[center]In February 2019, the hacking forum Demon Forums suffered a data breach. The compromise of the vBulletin forum exposed 52k unique email addresses alongside usernames and passwords stored as salted MD5 hashes. Demon Forums was also breached in 2016 (Nov 02, 2016), and that file has also been included in the download here.[/center]

[center]Compromised data: Email addresses, 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 Demon Forums Database for you to download, thanks for reading and enjoy!


In February 2019, the hacking forum Demon Forums suffered a data breach. The compromise of the vBulletin forum exposed 52k unique email addresses alongside usernames and passwords stored as salted MD5 hashes. Demon Forums was also breached in 2016 (Nov 02, 2016), and that file has also been included in the download here.

Compromised data: Email addresses,  Passwords,  Usernames


sample(2019):
-- MyBB Database Backup
-- Generated: 20th February 2019 at 13:30
-- -------------------------------------

CREATE TABLE `mybb_users` (
  `uid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `username` varchar(120) NOT NULL DEFAULT '',
  `password` varchar(2048) NOT NULL DEFAULT '',
  `salt` varchar(2048) NOT NULL DEFAULT '',
  `loginkey` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(220) NOT NULL DEFAULT '',
  `postnum` int(10) unsigned NOT NULL DEFAULT '0',
  `awards` int(10) NOT NULL DEFAULT '0',
  `threadnum` int(10) unsigned NOT NULL DEFAULT '0',
  `avatar` varchar(200) NOT NULL DEFAULT '',
  `avatardimensions` varchar(10) NOT NULL DEFAULT '',
  `avatartype` varchar(10) NOT NULL DEFAULT '0',
  `usergroup` smallint(5) unsigned NOT NULL DEFAULT '0',
  `additionalgroups` varchar(200) NOT NULL DEFAULT '',
  `displaygroup` smallint(5) unsigned NOT NULL DEFAULT '0',
  `usertitle` varchar(250) NOT NULL DEFAULT '',
  `regdate` int(10) unsigned NOT NULL DEFAULT '0',
  `lastactive` int(10) unsigned NOT NULL DEFAULT '0',
  `lastvisit` int(10) unsigned NOT NULL DEFAULT '0',
  `lastpost` int(10) unsigned NOT NULL DEFAULT '0',
  `website` varchar(200) NOT NULL DEFAULT '',
  `icq` varchar(10) NOT NULL DEFAULT '',
  `aim` varchar(50) NOT NULL DEFAULT '',
  `yahoo` varchar(50) NOT NULL DEFAULT '',
  `skype` varchar(75) NOT NULL DEFAULT '',
  `google` varchar(75) NOT NULL DEFAULT '',
  `birthday` varchar(15) NOT NULL DEFAULT '',
  `birthdayprivacy` varchar(4) NOT NULL DEFAULT 'all',
  `signature` text NOT NULL,
  `allownotices` tinyint(1) NOT NULL DEFAULT '0',
  `hideemail` tinyint(1) NOT NULL DEFAULT '0',
  `subscriptionmethod` tinyint(1) NOT NULL DEFAULT '0',
  `invisible` tinyint(1) NOT NULL DEFAULT '0',
  `receivepms` tinyint(1) NOT NULL DEFAULT '0',
  `receivefrombuddy` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotice` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotify` tinyint(1) NOT NULL DEFAULT '0',
  `buddyrequestspm` tinyint(1) NOT NULL DEFAULT '1',
  `buddyrequestsauto` tinyint(1) NOT NULL DEFAULT '0',
  `threadmode` varchar(8) NOT NULL DEFAULT '',
  `showimages` tinyint(1) NOT NULL DEFAULT '0',
  `showvideos` tinyint(1) NOT NULL DEFAULT '0',
  `showsigs` tinyint(1) NOT NULL DEFAULT '0',
  `showavatars` tinyint(1) NOT NULL DEFAULT '0',
  `showquickreply` tinyint(1) NOT NULL DEFAULT '0',
  `showredirect` tinyint(1) NOT NULL DEFAULT '0',
  `ppp` smallint(6) unsigned NOT NULL DEFAULT '0',
  `tpp` smallint(6) unsigned NOT NULL DEFAULT '0',
  `daysprune` smallint(6) unsigned NOT NULL DEFAULT '0',
  `dateformat` varchar(4) NOT NULL DEFAULT '',
  `timeformat` varchar(4) NOT NULL DEFAULT '',
  `timezone` varchar(5) NOT NULL DEFAULT '',
  `dst` tinyint(1) NOT NULL DEFAULT '0',
  `dstcorrection` tinyint(1) NOT NULL DEFAULT '0',
  `buddylist` text NOT NULL,
  `ignorelist` text NOT NULL,
  `style` smallint(5) unsigned NOT NULL DEFAULT '0',
  `away` tinyint(1) NOT NULL DEFAULT '0',
  `awaydate` int(10) unsigned NOT NULL DEFAULT '0',
  `returndate` varchar(15) NOT NULL DEFAULT '',
  `awayreason` varchar(200) NOT NULL DEFAULT '',
  `pmfolders` text NOT NULL,
  `notepad` text NOT NULL,
  `referrer` int(10) unsigned NOT NULL DEFAULT '0',
  `referrals` int(10) unsigned NOT NULL DEFAULT '0',
  `reputation` int(11) NOT NULL DEFAULT '0',
  `regip` varbinary(16) NOT NULL DEFAULT '',
  `lastip` varbinary(16) NOT NULL DEFAULT '',
  `language` varchar(50) NOT NULL DEFAULT '',
  `timeonline` int(10) unsigned NOT NULL DEFAULT '0',
  `showcodebuttons` tinyint(1) NOT NULL DEFAULT '1',
  `totalpms` int(10) unsigned NOT NULL DEFAULT '0',
  `unreadpms` int(10) unsigned NOT NULL DEFAULT '0',
  `warningpoints` int(3) unsigned NOT NULL DEFAULT '0',
  `moderateposts` tinyint(1) NOT NULL DEFAULT '0',
  `moderationtime` int(10) unsigned NOT NULL DEFAULT '0',
  `suspendposting` tinyint(1) NOT NULL DEFAULT '0',
  `suspensiontime` int(10) unsigned NOT NULL DEFAULT '0',
  `suspendsignature` tinyint(1) NOT NULL DEFAULT '0',
  `suspendsigtime` int(10) unsigned NOT NULL DEFAULT '0',
  `coppauser` tinyint(1) NOT NULL DEFAULT '0',
  `classicpostbit` tinyint(1) NOT NULL DEFAULT '0',
  `loginattempts` smallint(2) unsigned NOT NULL DEFAULT '1',
  `usernotes` text NOT NULL,
  `sourceeditor` tinyint(1) NOT NULL DEFAULT '0',
  `passwordconvert` text,
  `passwordconverttype` text,
  `passwordconvertsalt` text,
  `tyl_unumtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumrcvtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumptyls` int(100) NOT NULL DEFAULT '0',
  `newpoints` decimal(16,2) NOT NULL DEFAULT '0.00',
  `memberstatus` int(10) NOT NULL DEFAULT '0',
  `ts_uids` varchar(1024) NOT NULL DEFAULT '',
  `theme_h` int(3) DEFAULT '0',
  `theme_s` int(3) DEFAULT '100',
  `theme_b` int(3) DEFAULT '100',
  `vouches` int(10) NOT NULL DEFAULT '0',
  `sidebarinvisible` int(10) DEFAULT '1',
  `sidebarforums` varchar(200) DEFAULT '',
  `twostepauth_enabled` int(1) NOT NULL DEFAULT '0',
  `twostepauth_hide_hint` int(1) NOT NULL DEFAULT '0',
  `twostepauth_method` int(1) NOT NULL DEFAULT '1',
  `thx` int(10) NOT NULL DEFAULT '0',
  `thxcount` int(10) NOT NULL DEFAULT '0',
  `thxpost` int(10) NOT NULL DEFAULT '0',
  `thx_ammount` int(10) NOT NULL DEFAULT '0',
  `thx_antiflood` int(10) NOT NULL DEFAULT '0',
  `profilebg` varchar(255) DEFAULT NULL,
  `rep_alert` int(10) DEFAULT '1',
  `quote_alert` int(10) DEFAULT '1',
  `reply_alert` int(10) DEFAULT '1',
  `mention_alert` int(10) DEFAULT '1',
  `like_alert` int(10) DEFAULT '1',
  `rps_played` int(10) DEFAULT '0',
  `rps_profit` int(10) DEFAULT '0',
  `rps_totalwagered` int(10) DEFAULT '0',
  `rps_wins` int(10) DEFAULT '0',
  `rps_losses` int(10) DEFAULT '0',
  `rps_ties` int(10) NOT NULL DEFAULT '0',
  `passwordupdated` int(10) DEFAULT '0',
  `tooltipenabled` tinyint(1) NOT NULL DEFAULT '1',
  `changelocation` varchar(255) DEFAULT 'Secret',
  `2facode` varchar(200) DEFAULT NULL,
  `showawards` int(1) NOT NULL DEFAULT '1',
  `showsidebar` int(1) NOT NULL DEFAULT '1',
  `fixedheader` int(1) NOT NULL DEFAULT '1',
  `profile_visits` smallint(8) DEFAULT '0',
  `showvisitors` smallint(8) DEFAULT '1',
  `colour` varchar(255) DEFAULT NULL,
  `shadow` varchar(255) DEFAULT NULL,
  `myprofilecomments_num` int(10) DEFAULT '0',
  `rankid` int(10) DEFAULT '0',
  `nextrankid` int(10) DEFAULT '0',
  `postbitcover` varchar(1024) DEFAULT NULL,
  `theme_hexcolor` varchar(7) NOT NULL DEFAULT 'c84040',
  `ytvideoid` varchar(11) NOT NULL DEFAULT 'N/A',
  `secret` varchar(16) NOT NULL DEFAULT '',
  `themehex` varchar(7) DEFAULT '#c84040',
  `earlier_bans` varchar(1) DEFAULT '0',
  `postbit_background` varchar(200) DEFAULT NULL,
  `postbit_background_opacity` int(10) DEFAULT NULL,
  `forcepwchange` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`uid`),
  UNIQUE KEY `username` (`username`),
  KEY `usergroup` (`usergroup`),
  KEY `regip` (`regip`),
  KEY `lastip` (`lastip`)
) ENGINE=MyISAM AUTO_INCREMENT=52647 DEFAULT CHARSET=utf8mb4;
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('2','Prox','650541b63f97c8adb761a8608a7b7153','0fyXRH06','nHqhDrmc9gZGy1WsjVBM5p7LOk9hVrH1aGdSodnFPnEFArtXDe','Kezlohx@gmail.com','144','9','24','','','','21','11','0','Oldi','1445747496','1548480062','1546689173','1546303165','','0','','','','','1-1-','none','
[align=center][color=#ff3333]Knowledge is power[/color]. [/align]
\r\n
[align=center]You can\'t begin a career, for that matter even a relationship, unless you know everything there is to know about it.[/align]
\r\n','1','1','0','0','1','0','1','1','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','0','0','2','3','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','21','90','Z�$�','m�[x','','1218200','1','47','0','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'3','5','5','66.00','0','','226','96','100','1','1',NULL,'0','0','1','5','11','9','2','1482072511','','1','1','1','1','1','75','3800','7500','31','44','20','0','1','Location','0','1','1','1','334','0','','','0','6','7',NULL,'c84040','N/A','','#1393b8','0',NULL,NULL,'1');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('46108','fhgfhfhgfhgf','30b655d5b2a4941fe801409249468840','tjGuGGiI','Rhl5pjGTkxWDYnoAYcVoePJz62N82CCuVP4RbiXz1qDJkxvvfE','imloocid@gmail.com','0','0','0','','','','2','','0','','1534841308','1534842151','1534841308','0','','0','','','','','','all','','0','0','0','0','0','0','0','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','','0','0','','','84','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','0','0','d$��','d$��','','843','1','1','1','0','0','0','0','0','0','0','0','1','1','','0',NULL,NULL,NULL,'0','0','0','0.00','0','','0','100','100','0','1','','0','0','1','0','0','0','0','0',NULL,'1','1','1','1','1','0','0','0','0','0','0','0','1','Secret',NULL,'1','1','1','0','1',NULL,NULL,'0','0','0',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('3','Swift','dc3019cfe7a4f166222a16f344633ff6','WFR1cozp','oMLmZBIcGDElkyYIQqUCLHlCaog2dBOsNf8Q8y0TafS8GWhJ6k','swiftofficialx@gmail.com','1641','10','136','./uploads/avatars/avatar_3.jpg?dateline=1536701170','140|140','upload','4','','4','力','1445747747','1550669196','1550665394','1547402941','','0','','','','','','none','[url=https://demonforums.net/misc.php?action=help]Rules[/url]\r\n[url=https://demonforums.net/upgrade.php]Upgrade[/url]\r\n[url=https://demonforums.net/awards.php]Donate / Awards[/url]\r\n[url=https://demonforums.net/newpoints.php]Credits[/url]\r\n[url=https://demonforums.net/extras.php]Extras[/url]\r\n','1','1','0','0','1','0','1','0','0','0','linear','1','1','1','1','1','1','5','0','0','0','0','0','0','2','145,98,155,132,158,162,244,194,149,306,404,418,6,468,297,301,460,9476','','100','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','71','213','����','õ��','','22037550','1','8081','0','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'33','203','178','5034.00','0','','326','100','98','6','0','305,341','0','0','1','55','414','314','29','1514642911','','1','1','1','1','1','171','36153','112347','58','113','49','1550661702','1','doing things','','1','1','0','2632','0','','','0','15','16',NULL,'#7b5188','N/A','','#1393b8','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('22669','shakpablo','477eafc828b825aaa714b176347af628','iGOdqSo9','n9iWtFDaWYTs9mCbqZ9AHsPtbVF3ucMgoJdOAzCBdbv5CsBmuv','pepohf@gmail.com','8','0','0','./images/df/default_avatar.png','','','2','','0','','1501866399','1502141123','1502139549','1501876401','','0','','','','','','all','','0','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','','0','0','','','84','0','0','0','','','','0','0','0','�C�\Z','�C�\Z','','1129','1','0','0','0','0','0','0','0','0','0','0','1','5','','0',NULL,NULL,NULL,'0','0','0','8.00','0','','0','100','100','0','1','','0','0','1','0','0','0','0','0',NULL,'1','1','1','1','1','0','0','0','0','0','0','0','1','Secret',NULL,'1','1','1','8','1',NULL,NULL,'0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('4','Addicted','b5a1a1bfca375f4640095488adc3460a','vON2znIM','uCzb2g5xePhSooSQKNFERTMrYZc9e4Glf3LdrhOVwJwLEqvj1U','oaaron99@gmail.com','23','0','1','','','','2','','0','','1445795158','1537814754','1536476107','1447712745','','0','','','','','','all','','1','0','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','-4','0','2','1','','84','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','2','1','','aAg�','','144250','1','13','1','0','0','0','0','0','0','0','0','1','2','','0','','',NULL,'0','0','0','1016.00','0','','0','100','100','0','1',NULL,'0','0','1','0','2','2','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Faggot Town','0','1','1','0','61','1','','','0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('5','CobyLobbies','ad7a192cb9aa017112ab65c3bb90b2b4','8tp2tySF','V7j8xRiHLOXDluM7YXJBLvzhxcDxlESQUPfpWZLNASLi1nKINt','cobyrc15@gmail.com','5','0','3','./images/df/default_avatar.png','','','2','','0','','1445822312','1530457441','1525102608','1447200460','','0','','','','','','all','[color=#cccc66][b][i]$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$[img]http://thegaminglock.com/images/smilies/cool.png[/img][/i][/b][/color]','1','0','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','7','1','1','2','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','0','0','LH�l','&>�\0\0\0\0\0\0\0\0\0R�','','90855','1','2','1','0','0','0','0','0','0','0','0','1','3','','0','','',NULL,'0','0','0','928.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','26','1','','','0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('6','God','a2e0628fcb864ae427e26719c06d7838','cOnmIaFF','UYIYq2i2AOLutTBPZDl2llBm9SvSMxjE2C36XiipYJRjU1NA1q','anziri85@gmail.com','150','3','15','./uploads/avatars/avatar_6.jpg?dateline=1481352208','140|140','upload','11','','11','Why be a King, when you can be a God.','1445822494','1550329684','1550258754','1550250429','','0','Anziri85','','KarmaRgh','','','none','[img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img][img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img]\r\n\r\n','1','0','0','0','1','0','1','1','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','-5','1','2','3,349,1383,1972','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','20','6','C���','b�`','','1804596','1','67','0','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'5','12','11','1272.00','0','','0','100','100','0','1',NULL,'0','0','1','5','16','15','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','112','1','','','0','6','7',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'1');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('1000','Trology','0c9a4b56ad6bdc77daf11f63ec247b7c','srsaIzOT','da0fXiZ7AbdF4z4siTqR6oPfAaN20djMH1quNL1YBOCQKcCBkL','xextrology@gmail.com','0','0','0','./images/df/default_avatar.png','','','2','','0','','1452970703','1518369309','1452970706','0','','0','','','','','','all','','1','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','0','0','2','','','84','0','0','0','','','','982','0','0','�X�','Y�I','','3','1','0','0','0','0','0','0','0','0','0','0','1','1','','0',NULL,NULL,NULL,'0','0','0','1000.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','1','1','','','0','0','2',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('7','XeXetrim','27f9a6bbdc43aef3cfd181c19c050c55','Tev1T533','txq1WeixcKHhbKQcxwC0CZhXyycrY00RSGQWuyFgnM3CUfyZDa','ItzSprinklez@gmail.com','4','0','1','./images/df/default_avatar.png','','','2','','0','','1445822566','1524070001','1524070001','1461470748','','0','','','','','','all','','1','1','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','-6','0','2','2,1241','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','1','0','G�9','���b','','20745','1','7','1','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'0','0','0','834.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','21','1','','','0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('8','Envirsity','63506c572c194a9367bfc9e8fafa0d6d','s0mLbJFX','0Hdm7bqOZOKAtpLpjwbboGB66814KQswGxemZdjhLAnxFREscr','Gameclub9999@gmail.com','1','0','1','./images/df/default_avatar.png','','','2','','0','','1445824946','1446430205','1445825338','1446429802','','0','','','','','','all','','1','1','2','0','1','0','2','1','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','7','0','2','','','84','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','0','0','G���','G���','','2416','1','3','2','0','0','0','0','0','0','0','0','1','15','','0','','',NULL,'0','0','0','1000.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','12','1','','','0','2','3',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('9','WarHeadinc','5164659e29dafe8db7f6ded64646a941','UKchZ7p9','92UWTRAsl1d8VGOkzzJSoi0OGEzG9kR3hWHTRvECqQLoSIICSR','stmarysboy@yahoo.com','1','0','1','','','','2','','0','','1445830965','1547275772','1547275772','1451952118','','0','','','','','','all','','1','1','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','0','0','2','','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','0','0','b�4','��','','11471','1','2','1','0','0','0','0','0','0','0','0','1','2','','0','','',NULL,'0','0','0','872.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','10','1','','','0','2','3',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('10','Windows 10','85625bc1376d4c4fc3f0a287a2c670c4','J2Js6Z7u','Q2pi9QFnrYSdzd2Sk1oMHGGUNx5kdPfnoiGHH0gc4xOJCPXuzR','cfbzeus@gmail.com','22','0','2','./uploads/avatars/avatar_10.gif?dateline=1550193975','140|140','upload','2','','0','','1445833465','1550194870','1550194870','1550194849','','0','','','','','','all','
[align=center][img]https://vgy.me/Kp09dU.png[/img][/align]
sample(2016):
-- Table structure for table `mybb_users`
--

CREATE TABLE `mybb_users` (
  `uid` int(10) UNSIGNED NOT NULL,
  `username` varchar(120) NOT NULL DEFAULT '',
  `password` varchar(2048) NOT NULL DEFAULT '',
  `salt` varchar(2048) NOT NULL DEFAULT '',
  `loginkey` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(220) NOT NULL DEFAULT '',
  `postnum` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `awards` int(10) NOT NULL DEFAULT '0',
  `threadnum` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `avatar` varchar(200) NOT NULL DEFAULT '',
  `avatardimensions` varchar(10) NOT NULL DEFAULT '',
  `avatartype` varchar(10) NOT NULL DEFAULT '0',
  `usergroup` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
  `additionalgroups` varchar(200) NOT NULL DEFAULT '',
  `displaygroup` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
  `usertitle` varchar(250) NOT NULL DEFAULT '',
  `regdate` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lastactive` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lastvisit` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lastpost` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `website` varchar(200) NOT NULL DEFAULT '',
  `icq` varchar(10) NOT NULL DEFAULT '',
  `aim` varchar(50) NOT NULL DEFAULT '',
  `yahoo` varchar(50) NOT NULL DEFAULT '',
  `skype` varchar(75) NOT NULL DEFAULT '',
  `google` varchar(75) NOT NULL DEFAULT '',
  `birthday` varchar(15) NOT NULL DEFAULT '',
  `birthdayprivacy` varchar(4) NOT NULL DEFAULT 'all',
  `signature` text NOT NULL,
  `allownotices` tinyint(1) NOT NULL DEFAULT '0',
  `hideemail` tinyint(1) NOT NULL DEFAULT '0',
  `subscriptionmethod` tinyint(1) NOT NULL DEFAULT '0',
  `invisible` tinyint(1) NOT NULL DEFAULT '0',
  `receivepms` tinyint(1) NOT NULL DEFAULT '0',
  `receivefrombuddy` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotice` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotify` tinyint(1) NOT NULL DEFAULT '0',
  `buddyrequestspm` tinyint(1) NOT NULL DEFAULT '1',
  `buddyrequestsauto` tinyint(1) NOT NULL DEFAULT '0',
  `threadmode` varchar(8) NOT NULL DEFAULT '',
  `showimages` tinyint(1) NOT NULL DEFAULT '0',
  `showvideos` tinyint(1) NOT NULL DEFAULT '0',
  `showsigs` tinyint(1) NOT NULL DEFAULT '0',
  `showavatars` tinyint(1) NOT NULL DEFAULT '0',
  `showquickreply` tinyint(1) NOT NULL DEFAULT '0',
  `showredirect` tinyint(1) NOT NULL DEFAULT '0',
  `ppp` smallint(6) UNSIGNED NOT NULL DEFAULT '0',
  `tpp` smallint(6) UNSIGNED NOT NULL DEFAULT '0',
  `daysprune` smallint(6) UNSIGNED NOT NULL DEFAULT '0',
  `dateformat` varchar(4) NOT NULL DEFAULT '',
  `timeformat` varchar(4) NOT NULL DEFAULT '',
  `timezone` varchar(5) NOT NULL DEFAULT '',
  `dst` tinyint(1) NOT NULL DEFAULT '0',
  `dstcorrection` tinyint(1) NOT NULL DEFAULT '0',
  `buddylist` text NOT NULL,
  `ignorelist` text NOT NULL,
  `style` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
  `away` tinyint(1) NOT NULL DEFAULT '0',
  `awaydate` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `returndate` varchar(15) NOT NULL DEFAULT '',
  `awayreason` varchar(200) NOT NULL DEFAULT '',
  `pmfolders` text NOT NULL,
  `notepad` text NOT NULL,
  `referrer` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `referrals` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `reputation` int(11) NOT NULL DEFAULT '0',
  `regip` varbinary(16) NOT NULL DEFAULT '',
  `lastip` varbinary(16) NOT NULL DEFAULT '',
  `language` varchar(50) NOT NULL DEFAULT '',
  `timeonline` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `showcodebuttons` tinyint(1) NOT NULL DEFAULT '1',
  `totalpms` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unreadpms` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `warningpoints` int(3) UNSIGNED NOT NULL DEFAULT '0',
  `moderateposts` tinyint(1) NOT NULL DEFAULT '0',
  `moderationtime` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `suspendposting` tinyint(1) NOT NULL DEFAULT '0',
  `suspensiontime` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `suspendsignature` tinyint(1) NOT NULL DEFAULT '0',
  `suspendsigtime` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `coppauser` tinyint(1) NOT NULL DEFAULT '0',
  `classicpostbit` tinyint(1) NOT NULL DEFAULT '0',
  `loginattempts` smallint(2) UNSIGNED NOT NULL DEFAULT '1',
  `usernotes` text NOT NULL,
  `sourceeditor` tinyint(1) NOT NULL DEFAULT '0',
  `passwordconvert` text,
  `passwordconverttype` text,
  `passwordconvertsalt` text,
  `tyl_unumtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumrcvtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumptyls` int(100) NOT NULL DEFAULT '0',
  `myalerts_disabled_alert_types` text NOT NULL,
  `newpoints` decimal(16,2) NOT NULL DEFAULT '0.00',
  `newpoints_items` text NOT NULL,
  `changelocation` varchar(255) DEFAULT 'Secret',
  `memberstatus` int(10) NOT NULL DEFAULT '0',
  `ts_uids` varchar(1024) NOT NULL DEFAULT '',
  `theme` int(3) NOT NULL,
  `vouches` int(10) NOT NULL DEFAULT '0',
  `sidebarinvisible` int(10) DEFAULT '1',
  `sidebarforums` varchar(200) DEFAULT NULL,
  `twostepauth_secret` text NOT NULL,
  `twostepauth_enabled` int(1) NOT NULL DEFAULT '0',
  `twostepauth_hide_hint` int(1) NOT NULL DEFAULT '0',
  `twostepauth_method` int(1) NOT NULL DEFAULT '1',
  `last_useragent` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `mybb_users`
--

INSERT INTO `mybb_users` (`uid`, `username`, `password`, `salt`, `loginkey`, `email`, `postnum`, `awards`, `threadnum`, `avatar`, `avatardimensions`, `avatartype`, `usergroup`, `additionalgroups`, `displaygroup`, `usertitle`, `regdate`, `lastactive`, `lastvisit`, `lastpost`, `website`, `icq`, `aim`, `yahoo`, `skype`, `google`, `birthday`, `birthdayprivacy`, `signature`, `allownotices`, `hideemail`, `subscriptionmethod`, `invisible`, `receivepms`, `receivefrombuddy`, `pmnotice`, `pmnotify`, `buddyrequestspm`, `buddyrequestsauto`, `threadmode`, `showimages`, `showvideos`, `showsigs`, `showavatars`, `showquickreply`, `showredirect`, `ppp`, `tpp`, `daysprune`, `dateformat`, `timeformat`, `timezone`, `dst`, `dstcorrection`, `buddylist`, `ignorelist`, `style`, `away`, `awaydate`, `returndate`, `awayreason`, `pmfolders`, `notepad`, `referrer`, `referrals`, `reputation`, `regip`, `lastip`, `language`, `timeonline`, `showcodebuttons`, `totalpms`, `unreadpms`, `warningpoints`, `moderateposts`, `moderationtime`, `suspendposting`, `suspensiontime`, `suspendsignature`, `suspendsigtime`, `coppauser`, `classicpostbit`, `loginattempts`, `usernotes`, `sourceeditor`, `passwordconvert`, `passwordconverttype`, `passwordconvertsalt`, `tyl_unumtyls`, `tyl_unumrcvtyls`, `tyl_unumptyls`, `myalerts_disabled_alert_types`, `newpoints`, `newpoints_items`, `changelocation`, `memberstatus`, `ts_uids`, `theme`, `vouches`, `sidebarinvisible`, `sidebarforums`, `twostepauth_secret`, `twostepauth_enabled`, `twostepauth_hide_hint`, `twostepauth_method`, `last_useragent`) VALUES
(2, 'Kezloh', '6bab22826060981aedf32d22ace4019f', 'MbBBqm8B', '2DupOznMAj0bZhZyyoVOBIb3YTIrLOHTLScTJz0CL1zikIRKOq', 'Kezlohyt@gmail.com', 114, 4, 23, './uploads/avatars/avatar_2.png?dateline=1450892005', '100|100', 'upload', 2, '', 2, '', 1445747496, 1465800912, 1465763157, 1465800542, 'http://DemonForums.net', '0', '', '', '', '', '26-12-', 'none', '', 1, 1, 0, 0, 1, 0, 2, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '3', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 16, 18, 0x5ad924b5, 0xb95a3d4c, '', 501158, 1, 118, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, '', 0, '', '', NULL, 0, 3, 3, '', '215.00', 'a:1:{i:0;s:1:"2";}', 'Secret', 0, '', 224, 0, 1, NULL, 'Pp6glTVtGuG5AKpvgyuxOPS2mjfFMaiQtXAG989jTvg=', 0, 0, 1, NULL),
(3, 'Nova', 'e6aa7a4baf71cf618d2ec847dff15e66', 'XDTYb3Sd', 'Yp1TXX136NcEtab7T13TObbbPJglR8Ns3Ld9ZGD42dxUoLxNfS', 'novaenquires@gmail.com', 1521, 20, 119, './uploads/avatars/avatar_3.png?dateline=1476206917', '140|140', 'upload', 4, '', 0, 'Motivation is the key to success.', 1445747747, 1478109567, 1478105516, 1478106711, '', '0', '', '', '', '', '', 'none', '
[align=center]If you need help with anything or want to ask a question, PM me.[/align]
\r\n', 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '95,145,98,155,132,158,162,244,194,149,306,404,418,6,468,297,301,460,9476', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 48, 191, 0x97e1c3fd, 0x500201d1, '', 7832517, 1, 4457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 26, 191, 167, '', '25199.00', 'a:5:{i:0;s:1:"1";i:1;s:1:"2";i:2;s:1:"4";i:3;s:1:"5";i:4;s:1:"6";}', 'idk, look under the carpet?', 0, '', 24, 1, 1, '', '7FyrRw2etyWb1aCUPlezgRclknfxSO1h1vQIOIzpDpI=', 0, 0, 1, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(4, 'Addicted', 'b30cdc10f9e88c713ceb29a373b4d57e', 'olcRR99u', 'jh7UO455k2FpZN7lI89yBglAmr6mvSzELPxfATA8AAyW5Gi3Hl', 'oaaron99@gmail.com', 27, 0, 1, './uploads/avatars/avatar_4.png?dateline=1477200785', '140|140', 'upload', 2, '', 0, '', 1445795158, 1477228013, 1477201852, 1447712745, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-4', 1, 2, '1', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 2, 0, '', 0x423786cd, '', 133433, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1020.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'mGHlqKN1g8OCKysA1dX2kQTP5z4K44azAKRUUmp8s9w=', 0, 0, 1, NULL),
(5, 'CobyLobbies', 'ad7a192cb9aa017112ab65c3bb90b2b4', '8tp2tySF', 'Yrnzik83DRKn5wSp52bfmQJ2WPOrsQEmwXhMWmgxpXfb3tiy2s', 'cobyrc15@gmail.com', 5, 0, 3, '', '', '', 2, '', 0, '', 1445822312, 1447534772, 1447364278, 1447200460, '', '0', '', '', '', '', '', 'all', '[color=#cccc66][b][i]$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$[img]http://thegaminglock.com/images/smilies/cool.png[/img][/i][/b][/color]', 1, 0, 0, 0, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '7', 1, 1, '2', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x4c48bf6c, 0x4c48bf6c, '', 35811, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '4XPt7QHm+j1SRaCB0SIAlatPuznDbXcchZ2nJGwVtt0=', 0, 0, 1, NULL),
(6, 'God', 'eaac8a294f3191c2a600c63d727178a5', 'oYVaBHCf', 'JUQKLSSRGfSMHhrYYo9wiH8nAeTMEziyehuoywbbnOVMvLcYdP', 'anziri85@gmail.com', 227, 5, 24, './uploads/avatars/avatar_6.gif?dateline=1458247051', '140|81', 'upload', 11, '', 11, 'Why be a King, when you can be a God.', 1445822494, 1477965574, 1476852658, 1472971964, '', '0', 'Anziri85', '', 'KarmaRgh', '', '', 'none', '[img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img][img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img]', 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-5', 0, 2, '3,349,1383,1972', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 13, 11, 0x43b8a8de, 0x43b8a8de, '', 1349231, 1, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 5, 12, 11, '', '870.00', 'a:1:{i:0;s:1:"2";}', 'Secret', 0, '', 0, 0, 1, NULL, 'KzH2jcLgUizQHa504xgAWKDE7iq8aVzAiOy8OD284dw=', 0, 0, 1, NULL),
(1000, 'Trology', '0c9a4b56ad6bdc77daf11f63ec247b7c', 'srsaIzOT', '3CCOZEFIW9an8tsD4Mt0DwCHezzaa0004lISrDFFIJck33zTib', 'xextrology@gmail.com', 0, 0, 0, '', '', '', 2, '', 0, '', 1452970703, 1452970706, 1452970706, 0, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 982, 0, 0, 0x18b158fa, 0x18b158fa, '', 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, NULL, NULL, NULL, 0, 0, 0, '[]', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'R5SvwEQz8102tXMAS+ggSoKcNjaYO6/OjGCO784gHoY=', 0, 0, 1, NULL),
(7, 'XeXetrim', '27f9a6bbdc43aef3cfd181c19c050c55', 'Tev1T533', '1dYQVMLrn2XperCgNM0gFCZSEi3y8oUZGhMmezM0VtsyxtiCbP', 'ItzSprinklez@gmail.com', 6, 0, 3, '', '', '', 2, '', 0, '', 1445822566, 1465623541, 1465544203, 1461470748, '', '0', '', '', '', '', '', 'all', '', 1, 1, 0, 0, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '-6', 1, 2, '2,1241', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x478e3913, 0x478e3fef, '', 18604, 1, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '820.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'ecumZDIRt/K0+XCiz8saUpZ/q2xTpf9LAKLdDAobPhM=', 0, 0, 1, NULL),
(8, 'Envirsity', '63506c572c194a9367bfc9e8fafa0d6d', 's0mLbJFX', 'gODbNN3PajaDjfxQ7tVCsWg1Bjd3sMSYVFm0VMqDSCWNWRR2HG', 'Gameclub9999@gmail.com', 1, 0, 1, '', '', '', 2, '', 0, '', 1445824946, 1446430205, 1445825338, 1446429802, '', '0', '', '', '', '', '', 'all', '', 1, 1, 2, 0, 1, 0, 1, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '7', 0, 2, '', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 0, 0, 0x47feabb6, 0x47feabb6, '', 2416, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '+HhtknrAqAW/TvCMy48Fj2uG9IDbfd9bq8w7IrbY0Vw=', 0, 0, 1, NULL),
(9, 'WarHeadinc', '5164659e29dafe8db7f6ded64646a941', 'UKchZ7p9', '2E0U4cLOlE1Gd6lIZHa98qglAoDvRB3pIUn3V8bPw5t19QH49v', 'stmarysboy@yahoo.com', 2, 0, 1, './uploads/avatars/avatar_9.jpg?dateline=1448249330', '100|100', 'upload', 2, '', 0, '', 1445830965, 1454979016, 1454977681, 1451952118, '', '0', '', '', '', '', '', 'all', '', 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x62e03417, 0x62e03417, '', 3268, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '80yjX4TTIbdQfeuJtmPGlKx0xK8AZqiTVkEENQwpjAw=', 0, 0, 1, NULL),
(10, 'Windows 10', '57cd16bed43c8033636146dbe7d607d8', 'DhUgpoKn', 'apQcMFWhwL17Lx4Vq5s6wdOw9HAIoc8DvMdWZHjTXbEk80Xo4C', 'cfbzeus@gmail.com', 1, 0, 1, './uploads/avatars/avatar_10.jpg?dateline=1448249338', '100|66', 'upload', 2, '', 0, '', 1445833465, 1445914935, 1445833807, 1445833797, '', '0', '', '', '', '', '', 'all', '', 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 1, 0, 0xadd93ec3, 0xadd93ec3, '', 722, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1020.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'eQBoEA+76+a+MX1ejM36mj+1liYqifhCjlqRTrlfPFo=', 0, 0, 1, NULL),
(11, 'Wolffy', '3683bf485d2038eb678b2b139f292019', 'Male0jlL', 'MqF8IeMqAj2mWH0xtAuyU1HreMa6yOGhzNidoe0Hfa4NJu3mp8', 'hockeypro24@live.ca', 1, 0, 1, './uploads/avatars/avatar_11.jpg?dateline=1448249345', '100|100', 'upload', 2, '', 0, '', 1445834378, 1445996562, 1445836174, 1445996501, '', '0', '', '', '', '', '', 'all', '', 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-6', 0, 2, '2', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 0, 0, 0xadb7a530, 0xadb7a530, '', 2241, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'tan7oXREglre9/9EBhQTuPje7cDtRbKNuy0uIrLCr5c=', 0, 0, 1, NULL),
(12, 'Aznboy', 'f1ae1ec6ca0c267b3530381d90a9cd04', 'S1BhTSIN', 'RybrsMnIkmP6if1nai4z5pDJJyGdIfv2QiTHHwe7iDpunMBZIV', 'my_world182@yahoo.com', 7, 0, 0, '', '', '', 7, '', 0, '', 1445858626, 1449131224, 1449019592, 1449131174, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x5c149700, 0x5c149aba, '', 4795, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'tEVpKF6PqLgZHjFUEZ7hovfSWI4MIm7zxxCVX+VzWFQ=', 0, 0, 1, NULL),
(13, 'dduff21', 'ee9c9afe185e8b0dc971845f7d634569', 'LpF1vec3', 'QGwqM2fq4YaTfA3x1D0XJCOiF0peWamDSelUYaL50748PPu2ce', 'dduff21@hotmail.co.uk', 2, 0, 1, '', '', '', 2, '', 0, '', 1445867178, 1445877390, 1445867730, 1445867683, '', '0', '', '', '', '', '', 'all', '', 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x560be366, 0x560be366, '', 799, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '5aUHZJMTEQ5KF94vntiga//gux8v3wgaoXDYTLF144E=', 0, 0, 1, NULL),
(14, 'PhobicaL', '5d212ebf4c424bf2846cd63f94d28e28', 'mCw5qs3K', 'y71AQUeJwrGbrtd7o3FNLGybXmnTwIq5XKLmzUJUBx2NStv70v', 'KeeganRobinson2002@outlook.com', 0, 0, 0, '', '', '', 2, '', 0, '', 1445867670, 1445867670, 1445867670, 0, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 0, 0, 0xb0fa0cd6, 0xb0fa0cd6, '', 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'witk3Ozkdl95NvqkZylVNqO50z63t9ss0KKeOvWRJZw=', 0, 0, 1, NULL),
(15, 'Dumble', '06e3a0793290bb83aa3c3d8390ff8b20', 'gVqexjzZ', 'jZhe1rgqSvcFzZQAfIzV6o0MWSh3xhFEEWKXJmKjpHqKkepGJZ', 'dumbleworld@gmail.com', 3, 0, 0, '', '', '', 2, '', 0, '', 1445891084, 1467350559, 1467350559, 1445892661, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x568ca2aa, 0x5d735fca, '', 4648, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '984.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'fuGeYl9Q1AFngpPy+hgP24yMzaVFgVf8ROzNLWrIL8E=', 0, 0, 1, NULL),
(16, 'Frostyboiii', 'c9a6756c67afd84b1a80d93410b9d14c', 'RU7OE2dG', 'CxtdjgeO8FEj1x2oe7cafwgt5T02hdIyDYSOOc7Mh3afCvzmeo', 'hammonds.boston@gmail.com', 0, 0, 0, '', '', '', 2, '', 0, '', 1445892540, 1445896207, 1445892541, 0, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 0, 0, 0xa2f80e96, 0x9f763715, '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '/ZKWm7Ioof33p56+auKgM+EpNzAC7ZGOwh7Zzoi/lZE=', 0, 0, 1, NULL),
(17, 'XeSky', '31e05b7765e34d0113f965fe4e5457a9', 'rFH1ZtLA', 'ctiUuyzleq35c399aAnmXGWjTFBG2aOWMGyTJ63o296qkVZNm2', 'hoodtrinity@gmail.com', 11, 0, 0, './uploads/avatars/avatar_17.png?dateline=1448249374', '100|100', 'upload', 2, '', 0, '', 1445895273, 1455037456, 1455032981, 1455032957, '', '0', '', '', '', '', '', 'all', '', 1, 1, 0, 1, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 1, 0, 0x26846965, 0x6c1c9428, '', 3868, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, '', 0, '', '', NULL, 0, 1, 1, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'GL9J5asrUKmrBg83I2dNCyBg5aD0bg1dvyKokFUV9X8=', 0, 0, 1, NULL),
(18, 'XeXNovaBlack', '3aa04dd6153bcd14c314044b70a5d3fc', 'fZaMEXx1', 'FfkwwWKwuJXHocZYUhZnqhOptuSLjIVZ9UFJv8XNZHz0hb0d8B', 'XeXNovaBlack@yahoo.com', 57, 0, 29, './uploads/avatars/avatar_18.jpg?dateline=1448249381', '100|60', 'upload', 2, '', 0, '', 1445899916, 1450168983, 1450165709, 1447993076, '', '0', '', '', '', '', '', 'all', ' :heart: NOVABLACK :heart: ', 0, 0, 0, 0, 1, 0, 2, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-7', 1, 2, '', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 1, 0, 0x44681ed6, 0x44681ed6, '', 84169, 1, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, '', 0, '', '', NULL, 0, 6, 5, '', '1200.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'DwUcSjq0UPug1+JydzytnC4QWf4qjVl3Ba8j8ozl3Kw=', 0, 0, 1, NULL),
(19, 'ImAtlas', '42a28dfe65f930acc9aafa68ee1f0ce9', 'yzVDGfwO', 'c5bnifLwxPEOe2Kj7kngZHapfBq8HRcVQmgpxQJezNlFxP6SSN', 'flipatlas@gmail.com', 1, 0, 1, './uploads/avatars/avatar_19.jpg?dateline=1448249211', '100|100', 'upload', 2, '', 0, '', 1445959098, 1446317284, 1446314648, 1445959145, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-4', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 0, 0, 0x4a696318, 0x4a696318, '', 751, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'jBHR/hDAaC70E4gK+aFQw4OM4oQY0bERHFp23N+nNJI=', 0, 0, 1, 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
thanks for sharing bro

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
#4
(Jun 22, 2023, 06:12 PM)Addka72424 Wrote:
(Jun 08, 2023, 07:04 PM)dedale Wrote:
Hello BreachForums Community,
Today I have uploaded the Demon Forums Database for you to download, thanks for reading and enjoy!


In February 2019, the hacking forum Demon Forums suffered a data breach. The compromise of the vBulletin forum exposed 52k unique email addresses alongside usernames and passwords stored as salted MD5 hashes. Demon Forums was also breached in 2016 (Nov 02, 2016), and that file has also been included in the download here.

Compromised data: Email addresses,  Passwords,  Usernames


sample(2019):
-- MyBB Database Backup
-- Generated: 20th February 2019 at 13:30
-- -------------------------------------

CREATE TABLE `mybb_users` (
  `uid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `username` varchar(120) NOT NULL DEFAULT '',
  `password` varchar(2048) NOT NULL DEFAULT '',
  `salt` varchar(2048) NOT NULL DEFAULT '',
  `loginkey` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(220) NOT NULL DEFAULT '',
  `postnum` int(10) unsigned NOT NULL DEFAULT '0',
  `awards` int(10) NOT NULL DEFAULT '0',
  `threadnum` int(10) unsigned NOT NULL DEFAULT '0',
  `avatar` varchar(200) NOT NULL DEFAULT '',
  `avatardimensions` varchar(10) NOT NULL DEFAULT '',
  `avatartype` varchar(10) NOT NULL DEFAULT '0',
  `usergroup` smallint(5) unsigned NOT NULL DEFAULT '0',
  `additionalgroups` varchar(200) NOT NULL DEFAULT '',
  `displaygroup` smallint(5) unsigned NOT NULL DEFAULT '0',
  `usertitle` varchar(250) NOT NULL DEFAULT '',
  `regdate` int(10) unsigned NOT NULL DEFAULT '0',
  `lastactive` int(10) unsigned NOT NULL DEFAULT '0',
  `lastvisit` int(10) unsigned NOT NULL DEFAULT '0',
  `lastpost` int(10) unsigned NOT NULL DEFAULT '0',
  `website` varchar(200) NOT NULL DEFAULT '',
  `icq` varchar(10) NOT NULL DEFAULT '',
  `aim` varchar(50) NOT NULL DEFAULT '',
  `yahoo` varchar(50) NOT NULL DEFAULT '',
  `skype` varchar(75) NOT NULL DEFAULT '',
  `google` varchar(75) NOT NULL DEFAULT '',
  `birthday` varchar(15) NOT NULL DEFAULT '',
  `birthdayprivacy` varchar(4) NOT NULL DEFAULT 'all',
  `signature` text NOT NULL,
  `allownotices` tinyint(1) NOT NULL DEFAULT '0',
  `hideemail` tinyint(1) NOT NULL DEFAULT '0',
  `subscriptionmethod` tinyint(1) NOT NULL DEFAULT '0',
  `invisible` tinyint(1) NOT NULL DEFAULT '0',
  `receivepms` tinyint(1) NOT NULL DEFAULT '0',
  `receivefrombuddy` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotice` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotify` tinyint(1) NOT NULL DEFAULT '0',
  `buddyrequestspm` tinyint(1) NOT NULL DEFAULT '1',
  `buddyrequestsauto` tinyint(1) NOT NULL DEFAULT '0',
  `threadmode` varchar(8) NOT NULL DEFAULT '',
  `showimages` tinyint(1) NOT NULL DEFAULT '0',
  `showvideos` tinyint(1) NOT NULL DEFAULT '0',
  `showsigs` tinyint(1) NOT NULL DEFAULT '0',
  `showavatars` tinyint(1) NOT NULL DEFAULT '0',
  `showquickreply` tinyint(1) NOT NULL DEFAULT '0',
  `showredirect` tinyint(1) NOT NULL DEFAULT '0',
  `ppp` smallint(6) unsigned NOT NULL DEFAULT '0',
  `tpp` smallint(6) unsigned NOT NULL DEFAULT '0',
  `daysprune` smallint(6) unsigned NOT NULL DEFAULT '0',
  `dateformat` varchar(4) NOT NULL DEFAULT '',
  `timeformat` varchar(4) NOT NULL DEFAULT '',
  `timezone` varchar(5) NOT NULL DEFAULT '',
  `dst` tinyint(1) NOT NULL DEFAULT '0',
  `dstcorrection` tinyint(1) NOT NULL DEFAULT '0',
  `buddylist` text NOT NULL,
  `ignorelist` text NOT NULL,
  `style` smallint(5) unsigned NOT NULL DEFAULT '0',
  `away` tinyint(1) NOT NULL DEFAULT '0',
  `awaydate` int(10) unsigned NOT NULL DEFAULT '0',
  `returndate` varchar(15) NOT NULL DEFAULT '',
  `awayreason` varchar(200) NOT NULL DEFAULT '',
  `pmfolders` text NOT NULL,
  `notepad` text NOT NULL,
  `referrer` int(10) unsigned NOT NULL DEFAULT '0',
  `referrals` int(10) unsigned NOT NULL DEFAULT '0',
  `reputation` int(11) NOT NULL DEFAULT '0',
  `regip` varbinary(16) NOT NULL DEFAULT '',
  `lastip` varbinary(16) NOT NULL DEFAULT '',
  `language` varchar(50) NOT NULL DEFAULT '',
  `timeonline` int(10) unsigned NOT NULL DEFAULT '0',
  `showcodebuttons` tinyint(1) NOT NULL DEFAULT '1',
  `totalpms` int(10) unsigned NOT NULL DEFAULT '0',
  `unreadpms` int(10) unsigned NOT NULL DEFAULT '0',
  `warningpoints` int(3) unsigned NOT NULL DEFAULT '0',
  `moderateposts` tinyint(1) NOT NULL DEFAULT '0',
  `moderationtime` int(10) unsigned NOT NULL DEFAULT '0',
  `suspendposting` tinyint(1) NOT NULL DEFAULT '0',
  `suspensiontime` int(10) unsigned NOT NULL DEFAULT '0',
  `suspendsignature` tinyint(1) NOT NULL DEFAULT '0',
  `suspendsigtime` int(10) unsigned NOT NULL DEFAULT '0',
  `coppauser` tinyint(1) NOT NULL DEFAULT '0',
  `classicpostbit` tinyint(1) NOT NULL DEFAULT '0',
  `loginattempts` smallint(2) unsigned NOT NULL DEFAULT '1',
  `usernotes` text NOT NULL,
  `sourceeditor` tinyint(1) NOT NULL DEFAULT '0',
  `passwordconvert` text,
  `passwordconverttype` text,
  `passwordconvertsalt` text,
  `tyl_unumtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumrcvtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumptyls` int(100) NOT NULL DEFAULT '0',
  `newpoints` decimal(16,2) NOT NULL DEFAULT '0.00',
  `memberstatus` int(10) NOT NULL DEFAULT '0',
  `ts_uids` varchar(1024) NOT NULL DEFAULT '',
  `theme_h` int(3) DEFAULT '0',
  `theme_s` int(3) DEFAULT '100',
  `theme_b` int(3) DEFAULT '100',
  `vouches` int(10) NOT NULL DEFAULT '0',
  `sidebarinvisible` int(10) DEFAULT '1',
  `sidebarforums` varchar(200) DEFAULT '',
  `twostepauth_enabled` int(1) NOT NULL DEFAULT '0',
  `twostepauth_hide_hint` int(1) NOT NULL DEFAULT '0',
  `twostepauth_method` int(1) NOT NULL DEFAULT '1',
  `thx` int(10) NOT NULL DEFAULT '0',
  `thxcount` int(10) NOT NULL DEFAULT '0',
  `thxpost` int(10) NOT NULL DEFAULT '0',
  `thx_ammount` int(10) NOT NULL DEFAULT '0',
  `thx_antiflood` int(10) NOT NULL DEFAULT '0',
  `profilebg` varchar(255) DEFAULT NULL,
  `rep_alert` int(10) DEFAULT '1',
  `quote_alert` int(10) DEFAULT '1',
  `reply_alert` int(10) DEFAULT '1',
  `mention_alert` int(10) DEFAULT '1',
  `like_alert` int(10) DEFAULT '1',
  `rps_played` int(10) DEFAULT '0',
  `rps_profit` int(10) DEFAULT '0',
  `rps_totalwagered` int(10) DEFAULT '0',
  `rps_wins` int(10) DEFAULT '0',
  `rps_losses` int(10) DEFAULT '0',
  `rps_ties` int(10) NOT NULL DEFAULT '0',
  `passwordupdated` int(10) DEFAULT '0',
  `tooltipenabled` tinyint(1) NOT NULL DEFAULT '1',
  `changelocation` varchar(255) DEFAULT 'Secret',
  `2facode` varchar(200) DEFAULT NULL,
  `showawards` int(1) NOT NULL DEFAULT '1',
  `showsidebar` int(1) NOT NULL DEFAULT '1',
  `fixedheader` int(1) NOT NULL DEFAULT '1',
  `profile_visits` smallint(8) DEFAULT '0',
  `showvisitors` smallint(8) DEFAULT '1',
  `colour` varchar(255) DEFAULT NULL,
  `shadow` varchar(255) DEFAULT NULL,
  `myprofilecomments_num` int(10) DEFAULT '0',
  `rankid` int(10) DEFAULT '0',
  `nextrankid` int(10) DEFAULT '0',
  `postbitcover` varchar(1024) DEFAULT NULL,
  `theme_hexcolor` varchar(7) NOT NULL DEFAULT 'c84040',
  `ytvideoid` varchar(11) NOT NULL DEFAULT 'N/A',
  `secret` varchar(16) NOT NULL DEFAULT '',
  `themehex` varchar(7) DEFAULT '#c84040',
  `earlier_bans` varchar(1) DEFAULT '0',
  `postbit_background` varchar(200) DEFAULT NULL,
  `postbit_background_opacity` int(10) DEFAULT NULL,
  `forcepwchange` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`uid`),
  UNIQUE KEY `username` (`username`),
  KEY `usergroup` (`usergroup`),
  KEY `regip` (`regip`),
  KEY `lastip` (`lastip`)
) ENGINE=MyISAM AUTO_INCREMENT=52647 DEFAULT CHARSET=utf8mb4;
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('2','Prox','650541b63f97c8adb761a8608a7b7153','0fyXRH06','nHqhDrmc9gZGy1WsjVBM5p7LOk9hVrH1aGdSodnFPnEFArtXDe','Kezlohx@gmail.com','144','9','24','','','','21','11','0','Oldi','1445747496','1548480062','1546689173','1546303165','','0','','','','','1-1-','none','
[align=center][color=#ff3333]Knowledge is power[/color]. [/align]
\r\n
[align=center]You can\'t begin a career, for that matter even a relationship, unless you know everything there is to know about it.[/align]
\r\n','1','1','0','0','1','0','1','1','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','0','0','2','3','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','21','90','Z�$�','m�[x','','1218200','1','47','0','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'3','5','5','66.00','0','','226','96','100','1','1',NULL,'0','0','1','5','11','9','2','1482072511','','1','1','1','1','1','75','3800','7500','31','44','20','0','1','Location','0','1','1','1','334','0','','','0','6','7',NULL,'c84040','N/A','','#1393b8','0',NULL,NULL,'1');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('46108','fhgfhfhgfhgf','30b655d5b2a4941fe801409249468840','tjGuGGiI','Rhl5pjGTkxWDYnoAYcVoePJz62N82CCuVP4RbiXz1qDJkxvvfE','imloocid@gmail.com','0','0','0','','','','2','','0','','1534841308','1534842151','1534841308','0','','0','','','','','','all','','0','0','0','0','0','0','0','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','','0','0','','','84','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','0','0','d$��','d$��','','843','1','1','1','0','0','0','0','0','0','0','0','1','1','','0',NULL,NULL,NULL,'0','0','0','0.00','0','','0','100','100','0','1','','0','0','1','0','0','0','0','0',NULL,'1','1','1','1','1','0','0','0','0','0','0','0','1','Secret',NULL,'1','1','1','0','1',NULL,NULL,'0','0','0',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('3','Swift','dc3019cfe7a4f166222a16f344633ff6','WFR1cozp','oMLmZBIcGDElkyYIQqUCLHlCaog2dBOsNf8Q8y0TafS8GWhJ6k','swiftofficialx@gmail.com','1641','10','136','./uploads/avatars/avatar_3.jpg?dateline=1536701170','140|140','upload','4','','4','力','1445747747','1550669196','1550665394','1547402941','','0','','','','','','none','[url=https://demonforums.net/misc.php?action=help]Rules[/url]\r\n[url=https://demonforums.net/upgrade.php]Upgrade[/url]\r\n[url=https://demonforums.net/awards.php]Donate / Awards[/url]\r\n[url=https://demonforums.net/newpoints.php]Credits[/url]\r\n[url=https://demonforums.net/extras.php]Extras[/url]\r\n','1','1','0','0','1','0','1','0','0','0','linear','1','1','1','1','1','1','5','0','0','0','0','0','0','2','145,98,155,132,158,162,244,194,149,306,404,418,6,468,297,301,460,9476','','100','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','71','213','����','õ��','','22037550','1','8081','0','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'33','203','178','5034.00','0','','326','100','98','6','0','305,341','0','0','1','55','414','314','29','1514642911','','1','1','1','1','1','171','36153','112347','58','113','49','1550661702','1','doing things','','1','1','0','2632','0','','','0','15','16',NULL,'#7b5188','N/A','','#1393b8','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('22669','shakpablo','477eafc828b825aaa714b176347af628','iGOdqSo9','n9iWtFDaWYTs9mCbqZ9AHsPtbVF3ucMgoJdOAzCBdbv5CsBmuv','pepohf@gmail.com','8','0','0','./images/df/default_avatar.png','','','2','','0','','1501866399','1502141123','1502139549','1501876401','','0','','','','','','all','','0','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','','0','0','','','84','0','0','0','','','','0','0','0','�C�\Z','�C�\Z','','1129','1','0','0','0','0','0','0','0','0','0','0','1','5','','0',NULL,NULL,NULL,'0','0','0','8.00','0','','0','100','100','0','1','','0','0','1','0','0','0','0','0',NULL,'1','1','1','1','1','0','0','0','0','0','0','0','1','Secret',NULL,'1','1','1','8','1',NULL,NULL,'0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('4','Addicted','b5a1a1bfca375f4640095488adc3460a','vON2znIM','uCzb2g5xePhSooSQKNFERTMrYZc9e4Glf3LdrhOVwJwLEqvj1U','oaaron99@gmail.com','23','0','1','','','','2','','0','','1445795158','1537814754','1536476107','1447712745','','0','','','','','','all','','1','0','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','-4','0','2','1','','84','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','2','1','','aAg�','','144250','1','13','1','0','0','0','0','0','0','0','0','1','2','','0','','',NULL,'0','0','0','1016.00','0','','0','100','100','0','1',NULL,'0','0','1','0','2','2','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Faggot Town','0','1','1','0','61','1','','','0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('5','CobyLobbies','ad7a192cb9aa017112ab65c3bb90b2b4','8tp2tySF','V7j8xRiHLOXDluM7YXJBLvzhxcDxlESQUPfpWZLNASLi1nKINt','cobyrc15@gmail.com','5','0','3','./images/df/default_avatar.png','','','2','','0','','1445822312','1530457441','1525102608','1447200460','','0','','','','','','all','[color=#cccc66][b][i]$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$[img]http://thegaminglock.com/images/smilies/cool.png[/img][/i][/b][/color]','1','0','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','7','1','1','2','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','0','0','LH�l','&>�\0\0\0\0\0\0\0\0\0R�','','90855','1','2','1','0','0','0','0','0','0','0','0','1','3','','0','','',NULL,'0','0','0','928.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','26','1','','','0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('6','God','a2e0628fcb864ae427e26719c06d7838','cOnmIaFF','UYIYq2i2AOLutTBPZDl2llBm9SvSMxjE2C36XiipYJRjU1NA1q','anziri85@gmail.com','150','3','15','./uploads/avatars/avatar_6.jpg?dateline=1481352208','140|140','upload','11','','11','Why be a King, when you can be a God.','1445822494','1550329684','1550258754','1550250429','','0','Anziri85','','KarmaRgh','','','none','[img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img][img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img]\r\n\r\n','1','0','0','0','1','0','1','1','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','-5','1','2','3,349,1383,1972','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','20','6','C���','b�`','','1804596','1','67','0','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'5','12','11','1272.00','0','','0','100','100','0','1',NULL,'0','0','1','5','16','15','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','112','1','','','0','6','7',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'1');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('1000','Trology','0c9a4b56ad6bdc77daf11f63ec247b7c','srsaIzOT','da0fXiZ7AbdF4z4siTqR6oPfAaN20djMH1quNL1YBOCQKcCBkL','xextrology@gmail.com','0','0','0','./images/df/default_avatar.png','','','2','','0','','1452970703','1518369309','1452970706','0','','0','','','','','','all','','1','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','0','0','2','','','84','0','0','0','','','','982','0','0','�X�','Y�I','','3','1','0','0','0','0','0','0','0','0','0','0','1','1','','0',NULL,NULL,NULL,'0','0','0','1000.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','1','1','','','0','0','2',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('7','XeXetrim','27f9a6bbdc43aef3cfd181c19c050c55','Tev1T533','txq1WeixcKHhbKQcxwC0CZhXyycrY00RSGQWuyFgnM3CUfyZDa','ItzSprinklez@gmail.com','4','0','1','./images/df/default_avatar.png','','','2','','0','','1445822566','1524070001','1524070001','1461470748','','0','','','','','','all','','1','1','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','-6','0','2','2,1241','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','1','0','G�9','���b','','20745','1','7','1','0','0','0','0','0','0','0','0','1','1','','0','','',NULL,'0','0','0','834.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','21','1','','','0','3','4',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('8','Envirsity','63506c572c194a9367bfc9e8fafa0d6d','s0mLbJFX','0Hdm7bqOZOKAtpLpjwbboGB66814KQswGxemZdjhLAnxFREscr','Gameclub9999@gmail.com','1','0','1','./images/df/default_avatar.png','','','2','','0','','1445824946','1446430205','1445825338','1446429802','','0','','','','','','all','','1','1','2','0','1','0','2','1','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','7','0','2','','','84','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','0','0','G���','G���','','2416','1','3','2','0','0','0','0','0','0','0','0','1','15','','0','','',NULL,'0','0','0','1000.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','12','1','','','0','2','3',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('9','WarHeadinc','5164659e29dafe8db7f6ded64646a941','UKchZ7p9','92UWTRAsl1d8VGOkzzJSoi0OGEzG9kR3hWHTRvECqQLoSIICSR','stmarysboy@yahoo.com','1','0','1','','','','2','','0','','1445830965','1547275772','1547275772','1451952118','','0','','','','','','all','','1','1','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','0','0','2','','','84','0','0','0','','1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can','','0','0','0','b�4','��','','11471','1','2','1','0','0','0','0','0','0','0','0','1','2','','0','','',NULL,'0','0','0','872.00','0','','0','100','100','0','1',NULL,'0','0','1','0','0','0','0','0','','1','1','1','1','1','0','0','0','0','0','0','0','1','Secret','0','1','1','1','10','1','','','0','2','3',NULL,'c84040','N/A','','#c84040','0',NULL,NULL,'0');
INSERT INTO mybb_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`awards`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`aim`,`yahoo`,`skype`,`google`,`birthday`,`birthdayprivacy`,`signature`,`allownotices`,`hideemail`,`subscriptionmethod`,`invisible`,`receivepms`,`receivefrombuddy`,`pmnotice`,`pmnotify`,`buddyrequestspm`,`buddyrequestsauto`,`threadmode`,`showimages`,`showvideos`,`showsigs`,`showavatars`,`showquickreply`,`showredirect`,`ppp`,`tpp`,`daysprune`,`dateformat`,`timeformat`,`timezone`,`dst`,`dstcorrection`,`buddylist`,`ignorelist`,`style`,`away`,`awaydate`,`returndate`,`awayreason`,`pmfolders`,`notepad`,`referrer`,`referrals`,`reputation`,`regip`,`lastip`,`language`,`timeonline`,`showcodebuttons`,`totalpms`,`unreadpms`,`warningpoints`,`moderateposts`,`moderationtime`,`suspendposting`,`suspensiontime`,`suspendsignature`,`suspendsigtime`,`coppauser`,`classicpostbit`,`loginattempts`,`usernotes`,`sourceeditor`,`passwordconvert`,`passwordconverttype`,`passwordconvertsalt`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`newpoints`,`memberstatus`,`ts_uids`,`theme_h`,`theme_s`,`theme_b`,`vouches`,`sidebarinvisible`,`sidebarforums`,`twostepauth_enabled`,`twostepauth_hide_hint`,`twostepauth_method`,`thx`,`thxcount`,`thxpost`,`thx_ammount`,`thx_antiflood`,`profilebg`,`rep_alert`,`quote_alert`,`reply_alert`,`mention_alert`,`like_alert`,`rps_played`,`rps_profit`,`rps_totalwagered`,`rps_wins`,`rps_losses`,`rps_ties`,`passwordupdated`,`tooltipenabled`,`changelocation`,`2facode`,`showawards`,`showsidebar`,`fixedheader`,`profile_visits`,`showvisitors`,`colour`,`shadow`,`myprofilecomments_num`,`rankid`,`nextrankid`,`postbitcover`,`theme_hexcolor`,`ytvideoid`,`secret`,`themehex`,`earlier_bans`,`postbit_background`,`postbit_background_opacity`,`forcepwchange`) VALUES ('10','Windows 10','85625bc1376d4c4fc3f0a287a2c670c4','J2Js6Z7u','Q2pi9QFnrYSdzd2Sk1oMHGGUNx5kdPfnoiGHH0gc4xOJCPXuzR','cfbzeus@gmail.com','22','0','2','./uploads/avatars/avatar_10.gif?dateline=1550193975','140|140','upload','2','','0','','1445833465','1550194870','1550194870','1550194849','','0','','','','','','all','
[align=center][img]https://vgy.me/Kp09dU.png[/img][/align]
sample(2016):
-- Table structure for table `mybb_users`
--

CREATE TABLE `mybb_users` (
  `uid` int(10) UNSIGNED NOT NULL,
  `username` varchar(120) NOT NULL DEFAULT '',
  `password` varchar(2048) NOT NULL DEFAULT '',
  `salt` varchar(2048) NOT NULL DEFAULT '',
  `loginkey` varchar(50) NOT NULL DEFAULT '',
  `email` varchar(220) NOT NULL DEFAULT '',
  `postnum` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `awards` int(10) NOT NULL DEFAULT '0',
  `threadnum` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `avatar` varchar(200) NOT NULL DEFAULT '',
  `avatardimensions` varchar(10) NOT NULL DEFAULT '',
  `avatartype` varchar(10) NOT NULL DEFAULT '0',
  `usergroup` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
  `additionalgroups` varchar(200) NOT NULL DEFAULT '',
  `displaygroup` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
  `usertitle` varchar(250) NOT NULL DEFAULT '',
  `regdate` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lastactive` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lastvisit` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lastpost` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `website` varchar(200) NOT NULL DEFAULT '',
  `icq` varchar(10) NOT NULL DEFAULT '',
  `aim` varchar(50) NOT NULL DEFAULT '',
  `yahoo` varchar(50) NOT NULL DEFAULT '',
  `skype` varchar(75) NOT NULL DEFAULT '',
  `google` varchar(75) NOT NULL DEFAULT '',
  `birthday` varchar(15) NOT NULL DEFAULT '',
  `birthdayprivacy` varchar(4) NOT NULL DEFAULT 'all',
  `signature` text NOT NULL,
  `allownotices` tinyint(1) NOT NULL DEFAULT '0',
  `hideemail` tinyint(1) NOT NULL DEFAULT '0',
  `subscriptionmethod` tinyint(1) NOT NULL DEFAULT '0',
  `invisible` tinyint(1) NOT NULL DEFAULT '0',
  `receivepms` tinyint(1) NOT NULL DEFAULT '0',
  `receivefrombuddy` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotice` tinyint(1) NOT NULL DEFAULT '0',
  `pmnotify` tinyint(1) NOT NULL DEFAULT '0',
  `buddyrequestspm` tinyint(1) NOT NULL DEFAULT '1',
  `buddyrequestsauto` tinyint(1) NOT NULL DEFAULT '0',
  `threadmode` varchar(8) NOT NULL DEFAULT '',
  `showimages` tinyint(1) NOT NULL DEFAULT '0',
  `showvideos` tinyint(1) NOT NULL DEFAULT '0',
  `showsigs` tinyint(1) NOT NULL DEFAULT '0',
  `showavatars` tinyint(1) NOT NULL DEFAULT '0',
  `showquickreply` tinyint(1) NOT NULL DEFAULT '0',
  `showredirect` tinyint(1) NOT NULL DEFAULT '0',
  `ppp` smallint(6) UNSIGNED NOT NULL DEFAULT '0',
  `tpp` smallint(6) UNSIGNED NOT NULL DEFAULT '0',
  `daysprune` smallint(6) UNSIGNED NOT NULL DEFAULT '0',
  `dateformat` varchar(4) NOT NULL DEFAULT '',
  `timeformat` varchar(4) NOT NULL DEFAULT '',
  `timezone` varchar(5) NOT NULL DEFAULT '',
  `dst` tinyint(1) NOT NULL DEFAULT '0',
  `dstcorrection` tinyint(1) NOT NULL DEFAULT '0',
  `buddylist` text NOT NULL,
  `ignorelist` text NOT NULL,
  `style` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
  `away` tinyint(1) NOT NULL DEFAULT '0',
  `awaydate` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `returndate` varchar(15) NOT NULL DEFAULT '',
  `awayreason` varchar(200) NOT NULL DEFAULT '',
  `pmfolders` text NOT NULL,
  `notepad` text NOT NULL,
  `referrer` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `referrals` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `reputation` int(11) NOT NULL DEFAULT '0',
  `regip` varbinary(16) NOT NULL DEFAULT '',
  `lastip` varbinary(16) NOT NULL DEFAULT '',
  `language` varchar(50) NOT NULL DEFAULT '',
  `timeonline` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `showcodebuttons` tinyint(1) NOT NULL DEFAULT '1',
  `totalpms` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unreadpms` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `warningpoints` int(3) UNSIGNED NOT NULL DEFAULT '0',
  `moderateposts` tinyint(1) NOT NULL DEFAULT '0',
  `moderationtime` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `suspendposting` tinyint(1) NOT NULL DEFAULT '0',
  `suspensiontime` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `suspendsignature` tinyint(1) NOT NULL DEFAULT '0',
  `suspendsigtime` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `coppauser` tinyint(1) NOT NULL DEFAULT '0',
  `classicpostbit` tinyint(1) NOT NULL DEFAULT '0',
  `loginattempts` smallint(2) UNSIGNED NOT NULL DEFAULT '1',
  `usernotes` text NOT NULL,
  `sourceeditor` tinyint(1) NOT NULL DEFAULT '0',
  `passwordconvert` text,
  `passwordconverttype` text,
  `passwordconvertsalt` text,
  `tyl_unumtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumrcvtyls` int(100) NOT NULL DEFAULT '0',
  `tyl_unumptyls` int(100) NOT NULL DEFAULT '0',
  `myalerts_disabled_alert_types` text NOT NULL,
  `newpoints` decimal(16,2) NOT NULL DEFAULT '0.00',
  `newpoints_items` text NOT NULL,
  `changelocation` varchar(255) DEFAULT 'Secret',
  `memberstatus` int(10) NOT NULL DEFAULT '0',
  `ts_uids` varchar(1024) NOT NULL DEFAULT '',
  `theme` int(3) NOT NULL,
  `vouches` int(10) NOT NULL DEFAULT '0',
  `sidebarinvisible` int(10) DEFAULT '1',
  `sidebarforums` varchar(200) DEFAULT NULL,
  `twostepauth_secret` text NOT NULL,
  `twostepauth_enabled` int(1) NOT NULL DEFAULT '0',
  `twostepauth_hide_hint` int(1) NOT NULL DEFAULT '0',
  `twostepauth_method` int(1) NOT NULL DEFAULT '1',
  `last_useragent` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `mybb_users`
--

INSERT INTO `mybb_users` (`uid`, `username`, `password`, `salt`, `loginkey`, `email`, `postnum`, `awards`, `threadnum`, `avatar`, `avatardimensions`, `avatartype`, `usergroup`, `additionalgroups`, `displaygroup`, `usertitle`, `regdate`, `lastactive`, `lastvisit`, `lastpost`, `website`, `icq`, `aim`, `yahoo`, `skype`, `google`, `birthday`, `birthdayprivacy`, `signature`, `allownotices`, `hideemail`, `subscriptionmethod`, `invisible`, `receivepms`, `receivefrombuddy`, `pmnotice`, `pmnotify`, `buddyrequestspm`, `buddyrequestsauto`, `threadmode`, `showimages`, `showvideos`, `showsigs`, `showavatars`, `showquickreply`, `showredirect`, `ppp`, `tpp`, `daysprune`, `dateformat`, `timeformat`, `timezone`, `dst`, `dstcorrection`, `buddylist`, `ignorelist`, `style`, `away`, `awaydate`, `returndate`, `awayreason`, `pmfolders`, `notepad`, `referrer`, `referrals`, `reputation`, `regip`, `lastip`, `language`, `timeonline`, `showcodebuttons`, `totalpms`, `unreadpms`, `warningpoints`, `moderateposts`, `moderationtime`, `suspendposting`, `suspensiontime`, `suspendsignature`, `suspendsigtime`, `coppauser`, `classicpostbit`, `loginattempts`, `usernotes`, `sourceeditor`, `passwordconvert`, `passwordconverttype`, `passwordconvertsalt`, `tyl_unumtyls`, `tyl_unumrcvtyls`, `tyl_unumptyls`, `myalerts_disabled_alert_types`, `newpoints`, `newpoints_items`, `changelocation`, `memberstatus`, `ts_uids`, `theme`, `vouches`, `sidebarinvisible`, `sidebarforums`, `twostepauth_secret`, `twostepauth_enabled`, `twostepauth_hide_hint`, `twostepauth_method`, `last_useragent`) VALUES
(2, 'Kezloh', '6bab22826060981aedf32d22ace4019f', 'MbBBqm8B', '2DupOznMAj0bZhZyyoVOBIb3YTIrLOHTLScTJz0CL1zikIRKOq', 'Kezlohyt@gmail.com', 114, 4, 23, './uploads/avatars/avatar_2.png?dateline=1450892005', '100|100', 'upload', 2, '', 2, '', 1445747496, 1465800912, 1465763157, 1465800542, 'http://DemonForums.net', '0', '', '', '', '', '26-12-', 'none', '', 1, 1, 0, 0, 1, 0, 2, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '3', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 16, 18, 0x5ad924b5, 0xb95a3d4c, '', 501158, 1, 118, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, '', 0, '', '', NULL, 0, 3, 3, '', '215.00', 'a:1:{i:0;s:1:"2";}', 'Secret', 0, '', 224, 0, 1, NULL, 'Pp6glTVtGuG5AKpvgyuxOPS2mjfFMaiQtXAG989jTvg=', 0, 0, 1, NULL),
(3, 'Nova', 'e6aa7a4baf71cf618d2ec847dff15e66', 'XDTYb3Sd', 'Yp1TXX136NcEtab7T13TObbbPJglR8Ns3Ld9ZGD42dxUoLxNfS', 'novaenquires@gmail.com', 1521, 20, 119, './uploads/avatars/avatar_3.png?dateline=1476206917', '140|140', 'upload', 4, '', 0, 'Motivation is the key to success.', 1445747747, 1478109567, 1478105516, 1478106711, '', '0', '', '', '', '', '', 'none', '
[align=center]If you need help with anything or want to ask a question, PM me.[/align]
\r\n', 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '95,145,98,155,132,158,162,244,194,149,306,404,418,6,468,297,301,460,9476', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 48, 191, 0x97e1c3fd, 0x500201d1, '', 7832517, 1, 4457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 26, 191, 167, '', '25199.00', 'a:5:{i:0;s:1:"1";i:1;s:1:"2";i:2;s:1:"4";i:3;s:1:"5";i:4;s:1:"6";}', 'idk, look under the carpet?', 0, '', 24, 1, 1, '', '7FyrRw2etyWb1aCUPlezgRclknfxSO1h1vQIOIzpDpI=', 0, 0, 1, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(4, 'Addicted', 'b30cdc10f9e88c713ceb29a373b4d57e', 'olcRR99u', 'jh7UO455k2FpZN7lI89yBglAmr6mvSzELPxfATA8AAyW5Gi3Hl', 'oaaron99@gmail.com', 27, 0, 1, './uploads/avatars/avatar_4.png?dateline=1477200785', '140|140', 'upload', 2, '', 0, '', 1445795158, 1477228013, 1477201852, 1447712745, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-4', 1, 2, '1', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 2, 0, '', 0x423786cd, '', 133433, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1020.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'mGHlqKN1g8OCKysA1dX2kQTP5z4K44azAKRUUmp8s9w=', 0, 0, 1, NULL),
(5, 'CobyLobbies', 'ad7a192cb9aa017112ab65c3bb90b2b4', '8tp2tySF', 'Yrnzik83DRKn5wSp52bfmQJ2WPOrsQEmwXhMWmgxpXfb3tiy2s', 'cobyrc15@gmail.com', 5, 0, 3, '', '', '', 2, '', 0, '', 1445822312, 1447534772, 1447364278, 1447200460, '', '0', '', '', '', '', '', 'all', '[color=#cccc66][b][i]$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$[img]http://thegaminglock.com/images/smilies/cool.png[/img][/i][/b][/color]', 1, 0, 0, 0, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '7', 1, 1, '2', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x4c48bf6c, 0x4c48bf6c, '', 35811, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '4XPt7QHm+j1SRaCB0SIAlatPuznDbXcchZ2nJGwVtt0=', 0, 0, 1, NULL),
(6, 'God', 'eaac8a294f3191c2a600c63d727178a5', 'oYVaBHCf', 'JUQKLSSRGfSMHhrYYo9wiH8nAeTMEziyehuoywbbnOVMvLcYdP', 'anziri85@gmail.com', 227, 5, 24, './uploads/avatars/avatar_6.gif?dateline=1458247051', '140|81', 'upload', 11, '', 11, 'Why be a King, when you can be a God.', 1445822494, 1477965574, 1476852658, 1472971964, '', '0', 'Anziri85', '', 'KarmaRgh', '', '', 'none', '[img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img][img]http://33.media.tumblr.com/0acbba8f568fa34d7b097bda8a268f8a/tumblr_nq7al8dlRP1u0bbtlo1_250.gif[/img]', 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-5', 0, 2, '3,349,1383,1972', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 13, 11, 0x43b8a8de, 0x43b8a8de, '', 1349231, 1, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 5, 12, 11, '', '870.00', 'a:1:{i:0;s:1:"2";}', 'Secret', 0, '', 0, 0, 1, NULL, 'KzH2jcLgUizQHa504xgAWKDE7iq8aVzAiOy8OD284dw=', 0, 0, 1, NULL),
(1000, 'Trology', '0c9a4b56ad6bdc77daf11f63ec247b7c', 'srsaIzOT', '3CCOZEFIW9an8tsD4Mt0DwCHezzaa0004lISrDFFIJck33zTib', 'xextrology@gmail.com', 0, 0, 0, '', '', '', 2, '', 0, '', 1452970703, 1452970706, 1452970706, 0, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 982, 0, 0, 0x18b158fa, 0x18b158fa, '', 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, NULL, NULL, NULL, 0, 0, 0, '[]', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'R5SvwEQz8102tXMAS+ggSoKcNjaYO6/OjGCO784gHoY=', 0, 0, 1, NULL),
(7, 'XeXetrim', '27f9a6bbdc43aef3cfd181c19c050c55', 'Tev1T533', '1dYQVMLrn2XperCgNM0gFCZSEi3y8oUZGhMmezM0VtsyxtiCbP', 'ItzSprinklez@gmail.com', 6, 0, 3, '', '', '', 2, '', 0, '', 1445822566, 1465623541, 1465544203, 1461470748, '', '0', '', '', '', '', '', 'all', '', 1, 1, 0, 0, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '-6', 1, 2, '2,1241', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x478e3913, 0x478e3fef, '', 18604, 1, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '820.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'ecumZDIRt/K0+XCiz8saUpZ/q2xTpf9LAKLdDAobPhM=', 0, 0, 1, NULL),
(8, 'Envirsity', '63506c572c194a9367bfc9e8fafa0d6d', 's0mLbJFX', 'gODbNN3PajaDjfxQ7tVCsWg1Bjd3sMSYVFm0VMqDSCWNWRR2HG', 'Gameclub9999@gmail.com', 1, 0, 1, '', '', '', 2, '', 0, '', 1445824946, 1446430205, 1445825338, 1446429802, '', '0', '', '', '', '', '', 'all', '', 1, 1, 2, 0, 1, 0, 1, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '7', 0, 2, '', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 0, 0, 0x47feabb6, 0x47feabb6, '', 2416, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '+HhtknrAqAW/TvCMy48Fj2uG9IDbfd9bq8w7IrbY0Vw=', 0, 0, 1, NULL),
(9, 'WarHeadinc', '5164659e29dafe8db7f6ded64646a941', 'UKchZ7p9', '2E0U4cLOlE1Gd6lIZHa98qglAoDvRB3pIUn3V8bPw5t19QH49v', 'stmarysboy@yahoo.com', 2, 0, 1, './uploads/avatars/avatar_9.jpg?dateline=1448249330', '100|100', 'upload', 2, '', 0, '', 1445830965, 1454979016, 1454977681, 1451952118, '', '0', '', '', '', '', '', 'all', '', 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x62e03417, 0x62e03417, '', 3268, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '80yjX4TTIbdQfeuJtmPGlKx0xK8AZqiTVkEENQwpjAw=', 0, 0, 1, NULL),
(10, 'Windows 10', '57cd16bed43c8033636146dbe7d607d8', 'DhUgpoKn', 'apQcMFWhwL17Lx4Vq5s6wdOw9HAIoc8DvMdWZHjTXbEk80Xo4C', 'cfbzeus@gmail.com', 1, 0, 1, './uploads/avatars/avatar_10.jpg?dateline=1448249338', '100|66', 'upload', 2, '', 0, '', 1445833465, 1445914935, 1445833807, 1445833797, '', '0', '', '', '', '', '', 'all', '', 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 1, 0, 0xadd93ec3, 0xadd93ec3, '', 722, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1020.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'eQBoEA+76+a+MX1ejM36mj+1liYqifhCjlqRTrlfPFo=', 0, 0, 1, NULL),
(11, 'Wolffy', '3683bf485d2038eb678b2b139f292019', 'Male0jlL', 'MqF8IeMqAj2mWH0xtAuyU1HreMa6yOGhzNidoe0Hfa4NJu3mp8', 'hockeypro24@live.ca', 1, 0, 1, './uploads/avatars/avatar_11.jpg?dateline=1448249345', '100|100', 'upload', 2, '', 0, '', 1445834378, 1445996562, 1445836174, 1445996501, '', '0', '', '', '', '', '', 'all', '', 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-6', 0, 2, '2', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 0, 0, 0xadb7a530, 0xadb7a530, '', 2241, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'tan7oXREglre9/9EBhQTuPje7cDtRbKNuy0uIrLCr5c=', 0, 0, 1, NULL),
(12, 'Aznboy', 'f1ae1ec6ca0c267b3530381d90a9cd04', 'S1BhTSIN', 'RybrsMnIkmP6if1nai4z5pDJJyGdIfv2QiTHHwe7iDpunMBZIV', 'my_world182@yahoo.com', 7, 0, 0, '', '', '', 7, '', 0, '', 1445858626, 1449131224, 1449019592, 1449131174, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x5c149700, 0x5c149aba, '', 4795, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'tEVpKF6PqLgZHjFUEZ7hovfSWI4MIm7zxxCVX+VzWFQ=', 0, 0, 1, NULL),
(13, 'dduff21', 'ee9c9afe185e8b0dc971845f7d634569', 'LpF1vec3', 'QGwqM2fq4YaTfA3x1D0XJCOiF0peWamDSelUYaL50748PPu2ce', 'dduff21@hotmail.co.uk', 2, 0, 1, '', '', '', 2, '', 0, '', 1445867178, 1445877390, 1445867730, 1445867683, '', '0', '', '', '', '', '', 'all', '', 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x560be366, 0x560be366, '', 799, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '5aUHZJMTEQ5KF94vntiga//gux8v3wgaoXDYTLF144E=', 0, 0, 1, NULL),
(14, 'PhobicaL', '5d212ebf4c424bf2846cd63f94d28e28', 'mCw5qs3K', 'y71AQUeJwrGbrtd7o3FNLGybXmnTwIq5XKLmzUJUBx2NStv70v', 'KeeganRobinson2002@outlook.com', 0, 0, 0, '', '', '', 2, '', 0, '', 1445867670, 1445867670, 1445867670, 0, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 0, 0, 0xb0fa0cd6, 0xb0fa0cd6, '', 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'witk3Ozkdl95NvqkZylVNqO50z63t9ss0KKeOvWRJZw=', 0, 0, 1, NULL),
(15, 'Dumble', '06e3a0793290bb83aa3c3d8390ff8b20', 'gVqexjzZ', 'jZhe1rgqSvcFzZQAfIzV6o0MWSh3xhFEEWKXJmKjpHqKkepGJZ', 'dumbleworld@gmail.com', 3, 0, 0, '', '', '', 2, '', 0, '', 1445891084, 1467350559, 1467350559, 1445892661, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '', '', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 0, 0, 0x568ca2aa, 0x5d735fca, '', 4648, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '984.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'fuGeYl9Q1AFngpPy+hgP24yMzaVFgVf8ROzNLWrIL8E=', 0, 0, 1, NULL),
(16, 'Frostyboiii', 'c9a6756c67afd84b1a80d93410b9d14c', 'RU7OE2dG', 'CxtdjgeO8FEj1x2oe7cafwgt5T02hdIyDYSOOc7Mh3afCvzmeo', 'hammonds.boston@gmail.com', 0, 0, 0, '', '', '', 2, '', 0, '', 1445892540, 1445896207, 1445892541, 0, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 0, 0, 0xa2f80e96, 0x9f763715, '', 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, '/ZKWm7Ioof33p56+auKgM+EpNzAC7ZGOwh7Zzoi/lZE=', 0, 0, 1, NULL),
(17, 'XeSky', '31e05b7765e34d0113f965fe4e5457a9', 'rFH1ZtLA', 'ctiUuyzleq35c399aAnmXGWjTFBG2aOWMGyTJ63o296qkVZNm2', 'hoodtrinity@gmail.com', 11, 0, 0, './uploads/avatars/avatar_17.png?dateline=1448249374', '100|100', 'upload', 2, '', 0, '', 1445895273, 1455037456, 1455032981, 1455032957, '', '0', '', '', '', '', '', 'all', '', 1, 1, 0, 1, 1, 0, 2, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '0', 0, 2, '', '', 23, 0, 0, '0', '', '1**Inbox$%%$2**Sent Items$%%$3**Drafts$%%$4**Trash Can', '', 0, 1, 0, 0x26846965, 0x6c1c9428, '', 3868, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, '', 0, '', '', NULL, 0, 1, 1, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'GL9J5asrUKmrBg83I2dNCyBg5aD0bg1dvyKokFUV9X8=', 0, 0, 1, NULL),
(18, 'XeXNovaBlack', '3aa04dd6153bcd14c314044b70a5d3fc', 'fZaMEXx1', 'FfkwwWKwuJXHocZYUhZnqhOptuSLjIVZ9UFJv8XNZHz0hb0d8B', 'XeXNovaBlack@yahoo.com', 57, 0, 29, './uploads/avatars/avatar_18.jpg?dateline=1448249381', '100|60', 'upload', 2, '', 0, '', 1445899916, 1450168983, 1450165709, 1447993076, '', '0', '', '', '', '', '', 'all', ' :heart: NOVABLACK :heart: ', 0, 0, 0, 0, 1, 0, 2, 1, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-7', 1, 2, '', '', 23, 0, 0, '0', '', '1**$%%$2**$%%$3**$%%$4**', '', 0, 1, 0, 0x44681ed6, 0x44681ed6, '', 84169, 1, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, '', 0, '', '', NULL, 0, 6, 5, '', '1200.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'DwUcSjq0UPug1+JydzytnC4QWf4qjVl3Ba8j8ozl3Kw=', 0, 0, 1, NULL),
(19, 'ImAtlas', '42a28dfe65f930acc9aafa68ee1f0ce9', 'yzVDGfwO', 'c5bnifLwxPEOe2Kj7kngZHapfBq8HRcVQmgpxQJezNlFxP6SSN', 'flipatlas@gmail.com', 1, 0, 1, './uploads/avatars/avatar_19.jpg?dateline=1448249211', '100|100', 'upload', 2, '', 0, '', 1445959098, 1446317284, 1446314648, 1445959145, '', '0', '', '', '', '', '', 'all', '', 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 'linear', 1, 1, 1, 1, 1, 1, 0, 0, 0, '0', '0', '-4', 0, 2, '', '', 23, 0, 0, '0', '', '', '', 0, 0, 0, 0x4a696318, 0x4a696318, '', 751, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, '', 0, '', '', NULL, 0, 0, 0, '', '1000.00', '', 'Secret', 0, '', 0, 0, 1, NULL, 'jBHR/hDAaC70E4gK+aFQw4OM4oQY0bERHFp23N+nNJI=', 0, 0, 1, NULL),

this is good leak bro good job
Reply
#5
cooooooooooooooooooooooooooooo!

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Contact Administration.
Reply
#6
A good one. Let’s go!
Reply
#7
this is good leak bro good job . Thanks a lot of!

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Contact Administration.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Vietnam Airlines Database - Leaked, Download! Sphere 87 2,328 Yesterday, 10:43 AM
Last Post: fool45
  WHMCS Database - Leaked, Download! Automation 49 13,191 Apr 28, 2026, 08:47 AM
Last Post: zekeriyacem06
  8fit Database - Leaked, Download! Automation 46 9,403 Apr 27, 2026, 10:29 PM
Last Post: advicee
  Free.fr Scrape - Leaked, Download! near 102 6,740 Apr 27, 2026, 05:18 PM
Last Post: orkidd
  Unspecified French leak aka "ANTS" Database - Leaked, Download! Angel_Batista 142 10,545 Apr 27, 2026, 10:30 AM
Last Post: weakrainbow234

Forum Jump:


 Users browsing this forum: 1 Guest(s)