(2020) sinfulsite.com (REPOST!)
by Addka72424 - Tuesday October 3, 2023 at 04:28 PM
#1
Hello everyone,today i re-uploaded sinfulsite.com database
Originally posted @kilob  here - https://raidforums.su/Thread-2020-sinful...-5-459-TSV but it was just parsing rows from the user table into a tsv file, I'm publishing the original sql.
lines:5.459
leak date:15.05.2020
sample:
CREATE TABLE `mybbhi_users` (   `uid` int(10) unsigned NOT NULL AUTO_INCREMENT,   `username` varchar(120) NOT NULL DEFAULT '',   `password` varchar(500) DEFAULT NULL,   `salt` varchar(10) NOT NULL DEFAULT '',   `loginkey` varchar(50) NOT NULL DEFAULT '',   `email` varchar(220) NOT NULL DEFAULT '',   `postnum` int(10) unsigned 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 '',   `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 '0',   `loginlockoutexpiry` int(10) unsigned NOT NULL DEFAULT '0',   `usernotes` text NOT NULL,   `sourceeditor` tinyint(1) NOT NULL DEFAULT '0',   `newpoints` decimal(16,2) NOT NULL DEFAULT '0.00',   `default_tab` text NOT NULL,   `hascustomperms` int(1) NOT NULL DEFAULT '0',   `myalerts_disabled_alert_types` text,   `show_profile_visitors` int(11) NOT NULL DEFAULT '1',   `profilepic` varchar(200) NOT NULL DEFAULT '',   `profilepicdimensions` varchar(10) NOT NULL DEFAULT '',   `profilepictype` varchar(10) NOT NULL DEFAULT '',   `profilepicdescription` varchar(255) NOT NULL DEFAULT '',   `ougc_awards` text NOT NULL,   `ougc_awards_owner` tinyint(1) NOT NULL DEFAULT '0',   `recentthread_show` int(11) NOT NULL DEFAULT '1',   `tyl_unumtyls` int(100) NOT NULL DEFAULT '0',   `tyl_unumrcvtyls` int(100) NOT NULL DEFAULT '0',   `tyl_unumptyls` int(100) NOT NULL DEFAULT '0',   `tyl_lastadddeldate` int(10) unsigned NOT NULL DEFAULT '0',   `leecherstatus` int(11) NOT NULL DEFAULT '0',   `authkey` varchar(255) DEFAULT NULL,   `authcount` int(10) NOT NULL DEFAULT '0',   `lastgendate` int(255) NOT NULL DEFAULT '0',   `password_algorithm` varchar(30) NOT NULL DEFAULT '',   `password_encryption` smallint(6) NOT NULL DEFAULT '0',   `password_downgraded` varchar(500) NOT NULL DEFAULT '',   PRIMARY KEY (`uid`),   UNIQUE KEY `username` (`username`),   KEY `usergroup` (`usergroup`),   KEY `regip` (`regip`),   KEY `lastip` (`lastip`) ) ENGINE=MyISAM AUTO_INCREMENT=6204 DEFAULT CHARSET=utf8; INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('1','YASAKA','$2y$12$xbiZrP4NUTipZjdfcY6V7u8mrCNcb.5Dk06HrX2XCzfISdhQbLi0i','cKDYPBLG','eQvYFOndnDPgg9d0m9qimLSMnS586RcbwxIW85F7JTeiboYYyk','demon@sinfulsite.com','2823','2261','./uploads/avatars/avatar_1.png?dateline=1581945115','150|149','upload','8','','0','八坂•やさか','1545815186','1589560493','1589560229','1589559855','https://sinfulsite.com','0','','','','14-5-1998','age',' [align=center][size=x-large][color=#7289da][foaw=fab fa-discord]YASAKA#1898[foaw=fab fa-discord][/color][/size]\r\n\r\n[url=https://sinfulsite.com/information.php?action=general]General Rules[/url] - [url=https://sinfulsite.com/newpoints.php?action=buycredits]Purchase Credits[/url] - [url=https://sinfulsite.com/upgrade.php]Upgrade Membership[/url] - [url=https://sinfulsite.com/market.php]Marketplace[/url][/align] ','1','0','0','0','1','0','0','1','1','0','linear','1','1','1','1','1','0','0','0','0','0','0','7','0','2','961,1158,3594','','0','0','0','0','','0**$%%$1**$%%$2**$%%$3**$%%$4**','BTC: 13kBGgjN6Eby8QqyQQDEmPAQyqqFaLSaLM\r\n\r\nPayPal: harkusman@gmail.com','0','24','141','(P','ґтЃ','','4111333','1','189','0','0','0','0','0','0','0','0','0','1','1','1557305160','','1','2720.67','8','1','[]','1','./uploads/profilepics/profilepic_1.png?dateline=1582627754','500|500','upload','','','0','1','37','2031','660','1589308057','1867','SINFUL-3ED22B25467587330FBB07D93F44A876-SITE','6','1585972039','sha512_bcrypt','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('1010','Anonymouset','e704d9050bd5f5d201112c34f074fa94','VepJX4Hf','IwkLpS3Inmwat43jByuqVNTCEBvEgDGxdxGO9MuEW86XpfVfUC','Eotrager@yahoo.com','0','0','./uploads/avatars/avatar_1010.jpg?dateline=1557335178','95|150','upload','9','','0','','1557333758','1561724629','1561714516','1557336398','','0','','','','14-8-1996','all','','1','0','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','0','0','2','838','','22','0','0','0','','0**$%%$1**$%%$2**$%%$3**$%%$4**','','0','1','0','џuїT','џuїT','','10908','1','4','1','0','0','0','0','0','0','0','0','1','1','0','','0','91.00','','0','[]','1','','','','','','0','1','0','0','0','0','0',NULL,'0','0','','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('4','RobloxGamer','$2y$12$/YYnAdzK84eTq2bzRT05pO0Grwf1YZSbjSx5EPdI7AXbabyLfx2RK','jtD137PY','UBIPLXjh1gMvUXTN9xVLnhxvOVAGnjDsAbYpzi2riBkI5cuPBD','fairizky2007@gmail.com','280','253','./uploads/avatars/avatar_4.jpg?dateline=1560538098','150|150','upload','14','','0','','1548150081','1589560507','1588513348','1588508541','','0','','','','15-11-2005','all',' [align=center][color=#ff3333][fas=heart][/fas][/color][/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','7','0','2','','','22','0','0','0','','0**$%%$1**$%%$2**$%%$3**$%%$4**','','0','0','0','-rvJ','№®њ','','87350','1','0','0','0','0','0','0','0','0','0','0','1','1','0','','0','201.05','','0',NULL,'1','','','','','','0','1','1','63','37','1582869962','198','SINFUL-C5E3B8D9981A6939C64735BE2B9463C6-SITE','1','1585985660','sha512_bcrypt','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('5','warren','31ccd11976e5cc6217a621c060e78c13','2rxNNFTW','YfQPugoYFM2nuBbYMblRD85BaG0bjRks0yuXzmjKyXmCwKo3ok','ozgur_berk@yahoo.com.tr','2','0','https://ui-avatars.com/api/?name=warren&size=150&background=50aad3&color=444&length=2&font-size=0.4','150|150','remote','2','','0','','1548264857','1548265005','1548264857','1551376412','','0','','','','2-6-1979','all','','1','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','7','0','2','','','22','0','0','0','','','','0','0','0','-rvJ','-rvJ','','148','1','0','0','0','0','0','0','0','0','0','0','1','0','0','','0','0.00','','0',NULL,'1','','','','','','0','1','0','0','0','0','0',NULL,'0','0','','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('6','raphaelrochasa','abd0bfaa52c7363b8e7d600f6ab59bfa','M36jvI24','hf7MB8QxCMVOWJr6wdJ9f3OGtZ0vQ27Q3T95Y4CrMKECDskl0w','raphaelamazonie@gmail.com','3','0','https://ui-avatars.com/api/?name=raphaelrochasa&size=150&background=add3f4&color=444&length=2&font-size=0.4','150|150','remote','2','','0','','1548700498','1548705885','1548702184','1551376412','','0','','','','5-8-1981','all','','1','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','7','0','2','','','22','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','0','0','-rvJ','-rvJ','','3026','1','0','0','0','0','0','0','0','0','0','0','1','1','0','','0','0.00','','0',NULL,'1','','','','','','0','1','0','0','0','0','0',NULL,'0','0','','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('7','SinfulBot','6972066a0f2b10fc0195d6e2012eb1b2','eNcnX3Ye','KREWJ3A2Csy5TJjFRiJ5G12d4gcJlO7983rLYw4eTOEa1sDr6W','faridazhar777@gmail.com','392','386','./uploads/avatars/avatar_7.png?dateline=1565008145','150|113','upload','8','','0','','1548751783','1563431775','1563431775','1568300617','','0','','','','','all','','1','0','0','0','1','0','2','1','1','0','linear','1','1','1','1','1','1','0','0','0','0','0','0','0','0','','','22','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','1','6','','С: 4','','14254','1','20','20','0','0','0','0','0','0','0','0','1','1','0','','0','42.00','','0',NULL,'1','','','','','','0','1','0','98','73','0','376',NULL,'0','0','','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('8','topasi7','d1494bd71dda6895447de16900b32777','HPTFogUM','HMknfmdnhXjT9NQ3YjkLxFDR61A3TzhOsJnEsuKT8a2F3q1r5q','topasi7@hotmail.com','2','0','https://ui-avatars.com/api/?name=topasi7&size=150&background=f9eb6b&color=444&length=2&font-size=0.4','150|150','remote','2','','0','','1548831318','1548832012','1548831318','1551376412','','0','','','','5-9-1990','all','','1','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','7','0','2','','','22','0','0','0','','','','0','1','0','-rvJ','-rvJ','','703','1','0','0','0','0','0','0','0','0','0','0','1','0','0','','0','5.00','','0',NULL,'1','','','','','','0','1','0','0','0','0','0',NULL,'0','0','','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('9','amp168e','d54bf1fe66577c2325e08693bc7b9f61','xzmiuyHS','Q6h7CL7KWobaFV02YkOQ2y3LPoL3XeWALVtqkxLZ37qUa3TE81','amp168e@gmail.com','4','0','https://ui-avatars.com/api/?name=amp168e&size=150&background=a1db6f&color=444&length=2&font-size=0.4','150|150','remote','2','','0','','1548961301','1548962735','1548961301','1551365794','','0','','','','28-1-1990','all','','1','0','0','0','1','0','2','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','7','0','2','','','22','0','0','0','','1**$%%$2**$%%$3**$%%$4**','','0','0','0','-rvJ','-rvJ','','1444','1','1','1','0','0','0','0','0','0','0','0','1','1','0','','0','0.00','','0',NULL,'1','','','','','','0','1','0','0','0','0','0',NULL,'0','0','','0',''); INSERT INTO mybbhi_users (`uid`,`username`,`password`,`salt`,`loginkey`,`email`,`postnum`,`threadnum`,`avatar`,`avatardimensions`,`avatartype`,`usergroup`,`additionalgroups`,`displaygroup`,`usertitle`,`regdate`,`lastactive`,`lastvisit`,`lastpost`,`website`,`icq`,`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`,`loginlockoutexpiry`,`usernotes`,`sourceeditor`,`newpoints`,`default_tab`,`hascustomperms`,`myalerts_disabled_alert_types`,`show_profile_visitors`,`profilepic`,`profilepicdimensions`,`profilepictype`,`profilepicdescription`,`ougc_awards`,`ougc_awards_owner`,`recentthread_show`,`tyl_unumtyls`,`tyl_unumrcvtyls`,`tyl_unumptyls`,`tyl_lastadddeldate`,`leecherstatus`,`authkey`,`authcount`,`lastgendate`,`password_algorithm`,`password_encryption`,`password_downgraded`) VALUES ('10','naard12','0e61888d4c17ba3dd9d3e4241bed9b30','9pfW15F7','w6veey81IvP2SXGdlS3XtDDnPW0uXKwANbmIlpU28CfJQeffpf','maynard.rivera12@gmail.com','4','0','https://ui-avatars.com/api/?name=naard12&size=150&background=1c7a7a&color=fff&length=2&font-size=0.4','150|150','remote','2','','0','','1549016417','1549016583','1549016417','1551365794','','0','','','','16-10-1996','all','','1','0','0','0','1','0','1','0','1','0','linear','1','1','1','1','1','1','0','0','0','','','7','1','2','','','22','0','0','0','','','','0','0','0','-rvJ','-rvJ','','166','1','0','0','0','0','0','0','0','0','0','0','1','0','0','','0','0.00','','0',NULL,'1','','','','','','0','1','0','0','0','0','0',NULL,'0','0','','0','');
full leak - 
Hidden Content
You must register or login to view this content.
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
#2
Nice database thank you
Ban reason: Leecher | https://raidforums.su/Forum-Ban-Appeals if you feel this is incorrect. (Permanent)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  DATABASE LEAK LIVERPOOL MEXICO (REPOST!) Addka72424 13 5,158 4 hours ago
Last Post: juancortina
  DATABASE [REPOST] [FREE] - CHRONOPOST.FR PICKUP ldopanda2 110 2,518 9 hours ago
Last Post: Totole100
  Institute of Chartered Accountants of India - ICAI.org - Breach 2018 [REPOST] Tanaka 5 2,135 11 hours ago
Last Post: C7S6R5
  [REPOST] Indian Gambling RAJABETS.COM 20K Tanaka 2 2,177 Yesterday, 09:30 AM
Last Post: max987
  DATABASE Fivem.net 13.890.915 Unique Line 2020-25 CountySorter 31 4,162 07-02-2026, 12:24 PM
Last Post: MrDJ



 Users browsing this thread: 1 Guest(s)