Cannabis.com Database - Leaks, Download!
by ReBreached - 07-02-2023, 02:30 PM
#1
Hello ReBreached Community,
Today I have uploaded the Cannabis.com Database for you to download, thanks for reading and enjoy!


In February 2014, the vBulletin forum for the Marijuana site cannabis.com was breached and leaked publicly. Whilst there has been no public attribution of the breach, the leaked data included over 227k accounts and nearly 10k private messages between users of the forum.

Compromised data: Dates of birth, Email addresses, Geographic locations, Historical passwords, Instant messenger identities, IP addresses, Passwords, Private messages, Usernames, Website activity

Hidden Content
You must register or login to view this content.
Reply
#2
thxxxxxxxxxxxxxxxx
Reply
#3
they are the link?
Reply
#4
(07-03-2023, 11:57 AM)skid12 Wrote: they are the link?

link added
Reply
#5
Sample:
 
Code:
DROP TABLE IF EXISTS `vb4_user`;
/*!40101 SET @saved_cs_client    = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `vb4_user` (
  `userid` int(10) unsigned NOT NULL auto_increment,
  `usergroupid` smallint(5) unsigned NOT NULL default '0',
  `membergroupids` varchar(250) NOT NULL default '',
  `displaygroupid` smallint(5) unsigned NOT NULL default '0',
  `username` varchar(100) NOT NULL default '',
  `password` varchar(32) NOT NULL default '',
  `passworddate` date NOT NULL default '0000-00-00',
  `email` varchar(100) NOT NULL default '',
  `styleid` smallint(5) unsigned NOT NULL default '0',
  `parentemail` varchar(50) NOT NULL default '',
  `homepage` varchar(100) NOT NULL default '',
  `icq` varchar(20) NOT NULL default '',
  `aim` varchar(20) NOT NULL default '',
  `yahoo` varchar(32) NOT NULL default '',
  `showvbcode` smallint(5) unsigned NOT NULL default '0',
  `usertitle` varchar(250) NOT NULL default '',
  `customtitle` smallint(6) NOT NULL default '0',
  `joindate` int(10) unsigned NOT NULL default '0',
  `daysprune` smallint(6) NOT NULL default '0',
  `lastvisit` int(10) unsigned NOT NULL default '0',
  `lastactivity` int(10) unsigned NOT NULL default '0',
  `lastpost` int(10) unsigned NOT NULL default '0',
  `posts` int(10) unsigned NOT NULL default '0',
  `reputation` int(11) NOT NULL default '10',
  `reputationlevelid` int(10) unsigned NOT NULL default '1',
  `timezoneoffset` varchar(4) NOT NULL default '',
  `pmpopup` smallint(6) NOT NULL default '0',
  `avatarid` smallint(6) NOT NULL default '0',
  `avatarrevision` int(10) unsigned NOT NULL default '0',
  `options` int(10) unsigned NOT NULL default '33570831',
  `birthday` varchar(10) NOT NULL default '',
  `maxposts` smallint(6) NOT NULL default '-1',
  `startofweek` smallint(6) NOT NULL default '1',
  `ipaddress` varchar(15) NOT NULL default '',
  `referrerid` int(10) unsigned NOT NULL default '0',
  `languageid` smallint(5) unsigned NOT NULL default '0',
  `msn` varchar(100) NOT NULL default '',
  `emailstamp` int(10) unsigned NOT NULL default '0',
  `threadedmode` smallint(5) unsigned NOT NULL default '0',
  `autosubscribe` smallint(6) NOT NULL default '-1',
  `pmtotal` smallint(5) unsigned NOT NULL default '0',
  `pmunread` smallint(5) unsigned NOT NULL default '0',
  `salt` char(30) NOT NULL default '',
  `birthday_search` date NOT NULL default '0000-00-00',
  `profilepicrevision` int(10) unsigned NOT NULL default '0',
  `showbirthday` smallint(5) unsigned NOT NULL default '2',
  `skype` varchar(32) NOT NULL default '',
  `favcache` text NOT NULL,
  `adminoptions` int(10) unsigned NOT NULL default '0',
  `lastpostid` int(10) unsigned NOT NULL default '0',
  `sigpicrevision` int(10) unsigned NOT NULL default '0',
  `ipoints` int(10) unsigned NOT NULL default '0',
  `infractions` int(10) unsigned NOT NULL default '0',
  `warnings` int(10) unsigned NOT NULL default '0',
  `infractiongroupids` varchar(255) NOT NULL default '',
  `infractiongroupid` smallint(5) unsigned NOT NULL default '0',
  `nr_thread_threshold` int(11) NOT NULL default '-2000',
  `nr_post_threshold` int(11) NOT NULL default '-2000',
  `nr_votes` int(10) unsigned NOT NULL default '0',
  `nr_rating` int(11) NOT NULL default '0',
  `nr_posts_votes` int(10) unsigned NOT NULL default '0',
  `nr_posts_rating` int(11) NOT NULL default '0',
  `nr_threads_votes` int(10) unsigned NOT NULL default '0',
  `nr_threads_rating` int(11) NOT NULL default '0',
  `ppicount` int(10) NOT NULL,
  `pppcount` int(10) NOT NULL,
  `profilevisits` int(10) unsigned NOT NULL default '0',
  `friendcount` int(10) unsigned NOT NULL default '0',
  `friendreqcount` int(10) unsigned NOT NULL default '0',
  `vmunreadcount` int(10) unsigned NOT NULL default '0',
  `vmmoderatedcount` int(10) unsigned NOT NULL default '0',
  `socgroupinvitecount` int(10) unsigned NOT NULL default '0',
  `socgroupreqcount` int(10) unsigned NOT NULL default '0',
  `pcunreadcount` int(10) unsigned NOT NULL default '0',
  `pcmoderatedcount` int(10) unsigned NOT NULL default '0',
  `gmmoderatedcount` int(10) unsigned NOT NULL default '0',
  `assetposthash` varchar(32) NOT NULL default '',
  `fbuserid` varchar(255) NOT NULL,
  `fbjoindate` int(10) unsigned NOT NULL default '0',
  `fbname` varchar(255) NOT NULL,
  `logintype` enum('vb','fb') NOT NULL default 'vb',
  `fbaccesstoken` varchar(255) NOT NULL,
  `bloggroupreqcount` int(10) unsigned NOT NULL default '0',
  `showblogcss` int(11) NOT NULL default '1',
  `vbseo_likes_in` int(10) unsigned NOT NULL default '0',
  `vbseo_likes_out` int(10) unsigned NOT NULL default '0',
  `vbseo_likes_unread` int(10) unsigned NOT NULL default '0',
  `newrepcount` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`userid`),
  KEY `usergroupid` (`usergroupid`),
  KEY `username` (`username`),
  KEY `birthday_search` (`birthday_search`),
  KEY `birthday` (`birthday`,`showbirthday`),
  KEY `posts` (`posts`),
  KEY `nr_user_rating` (`nr_rating`),
  KEY `referrerid` (`referrerid`),
  KEY `fbuserid` (`fbuserid`),
  KEY `email` (`email`),
  KEY `lastactivity` (`lastactivity`)
) ENGINE=MyISAM AUTO_INCREMENT=247310 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `vb4_user`
--

LOCK TABLES `vb4_user` WRITE;
/*!40000 ALTER TABLE `vb4_user` DISABLE KEYS */;
INSERT INTO `vb4_user` VALUES (1,6,'',6,'Cannabis.com','b3ddcf56733279fe1102efb0b92974ff','2011-07-18','sysop@cannamedia.com',0,'','http://www.cannabis.com/','','','',2,'Administrator',2,1074186000,0,1391656736,1391656751,1201434360,620,-44,2,'-8',1,0,5,45107415,'07-14-1920',-1,1,'',0,0,'',0,0,-1,6,0,'6iMI4b-?1b*~z)<agartl,I:2%k%K{','1920-07-14',0,2,'','',1,1915510,0,0,0,0,'',0,-2000,-2000,0,0,0,0,67,-29,0,0,213,0,0,1,0,0,0,0,0,0,'','',0,'','vb','',0,1,14,0,1,0),(54121,12,'',0,'psycho','55e0b3ddaf40a1e17117d28b72f4aa0f','2007-07-10','karenpsycho@yahoo.co.uk',0,'','','','','',1,'Registered+',0,1155476820,0,1184108492,1184108755,1163101487,81,10,4,'0',0,0,4,45105367,'10-16-1968',-1,-1,'82.38.120.211',0,1,'',0,0,-1,0,0,'/nA','1968-10-16',2,0,'','',3,1077150,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(4,6,'',0,'sundance.','af0e4107570ee12403f400cce44fb4f0','2007-11-30','media@cannamedia.com',0,'','','','','',2,'Cannabis.com',2,1146499200,-1,1391659966,1391659966,1391653611,592,1096,10,'-5',1,0,9,45107799,'04-20-1988',-1,1,'68.82.101.182',0,0,'',0,0,-1,121,0,'ng!','1988-04-20',0,0,'','',1,2264686,0,0,0,0,'',0,-1000,-1000,0,0,5,5,25,-23,0,0,443,2,0,0,0,0,0,0,0,0,'3e2935cdf23a9093bd39fe77f77f3a8d','',0,'','vb','',0,1,58,137,0,0),(5,2,'',0,'higi','649c40a67d4ec1c345f9fe0d933bff7e','2004-01-18','blaaaaaaaaaargh@hotmail.com',0,'','','','','',1,'Registered',0,1074475701,-1,1088171448,1088198485,1087566558,39,10,4,'-5',0,0,5,45105367,'03-07-1986',-1,1,'24.141.255.61',0,0,'blaaaaaaaaaargh@hotmail.com',0,0,-1,0,0,'u4%','1986-03-07',1,2,'','',3,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(6,2,'',0,'Hashling','207f42a65f81b67108bbafd94ecc5d77','2004-01-18','webmaster@faeriejuana.com',0,'','','','','',1,'Registered',0,1074476447,-1,1074553821,1086054735,1074489465,1,10,4,'-5',0,0,0,45105367,'',-1,1,'64.0.113.62',0,0,'',0,0,-1,0,0,'5\'Q','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(8,2,'',0,'ahuumm','b46422f441fadc9e5acd59ed33215a16','2004-01-18','ahuumm@hush.com',0,'','','','','',1,'Registered',0,1074480031,-1,1074480031,1074480220,0,0,10,4,'-6',0,0,0,45105239,'',-1,1,'66.143.116.241',0,0,'',0,0,-1,0,0,'>pA','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(9,2,'',0,'kindbuddies','4e3faab43202e6363c97bcf787f9175b','2006-03-15','kindbuddies@hotmail.com',0,'','','','','',1,'Registered',0,1074480375,-1,1143085541,1143665458,0,0,10,4,'-6',0,0,0,45105239,'',-1,1,'68.89.239.43',0,0,'',0,0,-1,0,0,']:L','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(10,2,'',0,'koopatrooper','f22e321634d89139220624b99b098779','2004-01-18','koopatrooper@hush.com',0,'','','','','',1,'Registered',0,1074483605,-1,1087402741,1087442822,1087402659,2,10,4,'-5',0,0,5,45105223,'',-1,1,'68.37.152.11',0,0,'',0,0,-1,0,0,'.#@','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(11,12,'',0,'NowhereMan','b0758affc704f2b9ef6e690cc0e04c49','2004-12-01','invaliduser@example.com',0,'invaliduser@example.com','','','','rustyrockswv',1,'Registered+',0,1074445200,30,1131102660,1131102660,1131058801,2267,10,4,'-5',1,0,3,45108311,'',25,1,'172.155.120.33',0,0,'',0,0,-1,0,0,'F=L','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,9,0,1,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(33152,9,'',0,'Madam X','244a9e96d80de27bd43517fe61793b43','2005-10-04','suzyqobx@yahoo.com',0,'','','','','',1,'Banned',0,1128450076,0,1128978144,1128983483,1128976929,0,10,4,'-5',0,0,0,45105367,'',-1,1,'65.41.168.210',0,0,'',0,0,-1,0,0,'`NL','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(12,12,'',0,'C.R.','9c4325f771f0f8c6de102275450aa56e','2004-01-19','humantorpedo@hotmail.com',0,'humantorpedo@hotmail.com','','','','',1,'Registered+',0,1074531600,-1,1130933218,1140671400,0,0,10,4,'-5',1,0,0,45107287,'',-1,1,'209.240.205.60',0,0,'',0,0,-1,1,0,'vME','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(13,2,'',0,'Syncro','52e2a8ac2b180e2357850af5b662451f','2004-01-19','tweakybeak@yahoo.com',0,'','','','','',1,'Registered',0,1074531600,-1,1224215499,1224217299,0,0,10,4,'-8',1,0,0,45107415,'07-07-1949',-1,1,'209.240.205.60',0,0,'',0,0,-1,1,0,'rg\"','1949-07-07',0,0,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(14,12,'',0,'Nugs4Me','cce217ea1d997c52465dc8993076bc73','2004-01-19','bloodydonkeypoo@shooshtime.com',0,'','','','','',1,'Registered+',0,1074508148,-1,1174375739,1178190728,1149243698,165,10,4,'-5',0,0,7,45105239,'02-27-1987',-1,1,'68.66.81.83',0,0,'',0,0,-1,0,0,'aW0','1987-02-27',1,2,'','',3,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(67220,2,'',0,'uncletom','451384d8d04270ba77e87fb1030ee63e','2007-03-21','tomyvp68@yahoo.com',0,'','','','','',1,'Registered',0,1174453970,0,1174480682,1174487349,0,0,10,4,'4',0,0,0,45105239,'12-07-1968',-1,-1,'86.62.225.3',0,1,'',0,0,-1,0,0,'|x\'','1968-12-07',0,0,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(15,2,'',0,'dRiVeN420','5deefeae4767a4ba3aeb2a9c11210ade','2013-08-03','john.palmour@hotmail.com',0,'','','','','',1,'Registered',0,1074519736,-1,1209491073,1375534326,1113857040,4,10,4,'-5',0,0,0,45105367,'02-23-1977',-1,1,'216.199.72.226',0,0,'',0,0,-1,0,0,'7/\'.UJ[Un7^FRYDxEI^J2JUh7|4eRF','1977-02-23',0,1,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(16,2,'',0,'purist','123083d035896473fe3dca6f44b643b2','2010-04-27','puristt@yahoo.com',0,'','','','','',1,'Registered',0,1074520068,-1,1277305087,1283969778,0,0,10,4,'-5',0,0,0,45105367,'12-28-1950',-1,1,'12.18.36.220',0,0,'',0,0,-1,0,0,'8=h','1950-12-28',0,0,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(17,2,'',0,'mal123','c7ef55cd433f6660c42af4e132c525d7','2004-01-19','bobs0651@hushmail.com',0,'','','','','',1,'Registered',0,1074521499,-1,1113866001,1121787156,1082906415,3,10,4,'-5',0,0,0,45105367,'',-1,1,'152.163.253.102',0,0,'',0,0,-1,0,0,'za\\','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(18,12,'',0,'Boojum','352d495594d12c96ebaaaf7ae3a08e78','2004-01-19','originalboojum@hotmail.com',0,'','','','','',1,'Registered+',0,1074526069,-1,1087573223,1286201407,1087573118,63,10,4,'0',0,0,5,45105367,'08-02-1973',-1,2,'81.152.216.247',0,0,'',0,0,-1,0,0,'-0]','1973-08-02',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(19,12,'',0,'del...','37dd45e5ed04edde4c1eee7a717ce174','2013-07-27','canmon@yahoo.com',0,'','','','','',1,'Registered+',0,1074531600,-1,1374949241,1377065716,1374948363,1691,579,9,'-8',1,0,5,45108311,'',-1,1,'206.159.191.208',0,0,'',0,0,-1,29,0,'d*u$`.Bh2o90CZub1js+y^ez4k-p0}','0000-00-00',1,2,'','',3,2251400,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,3,0,3,1),(20,12,'',0,'friendwithweed','73942b071a8d0efc8dcbab2fca9f0af3','2004-06-01','completly_retarded@hotmail.com',0,'','','','','',1,'Registered+',0,1074549312,-1,1086732153,1086748750,1086627430,48,10,4,'-3.5',0,0,0,45105239,'',40,2,'24.102.216.14',0,0,'',0,0,-1,0,0,'\"Y,','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(21,9,'',0,'hunny','b4c7851c2bbec94e863055f6f46813eb','2006-01-14','ganjaprincess4202000@yahoo.com',0,'','','','','ganjaprincess4202000@yahoo.com',1,'Banned',0,1074531600,-1,1161456095,1161724933,1161456034,437,10,4,'0',1,0,30,45108439,'',-1,2,'82.41.144.231',0,0,'',0,0,-1,2,0,'GEy','0000-00-00',0,2,'','',1,1044083,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(22,12,'',0,'wildy','10e8d6e8c53c34635fb0c3d8343f300c','2005-10-02','wildy6784@yahoo.com',0,'','','','','',1,'Registered+',0,1074553989,-1,1189014277,1191346712,1119777724,100,10,4,'0',0,0,8,45105367,'01-01-1983',-1,1,'81.153.11.162',0,0,'',0,0,-1,0,0,'Q\"y','1983-01-01',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(23,2,'',3,'coney is hungry','3399b5cb0f6706442377016db2d32a33','2006-03-19','coneysprings@yahoo.co.uk',0,'coneysprings@yahoo.co.uk','','','','',1,'',0,1074531600,-1,1075413300,1142768957,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'62.252.32.4',0,0,'',0,0,-1,0,0,'CJH','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(24,2,'',0,'nursie','17762d3549632995b1454cd30aced0e5','2004-07-14','MrSpliffy420@hotmail.com',0,'','','','','',1,'Registered',0,1074554401,-1,1200690598,1200690598,1200690236,1,10,4,'-5',0,0,0,45105239,'04-12-1961',-1,1,'82.44.2.165',0,0,'',0,0,-1,0,0,'5dU','1961-04-12',0,0,'','',0,1788866,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(25,2,'',0,'ganjawarrior','ecac28b2aa13b9b1f5269e60f74c4585','2004-01-19','downwiththeclowns420@hotmail.com',0,'','','','','',1,'Registered',0,1074556250,-1,1077821908,1078119451,1077821709,0,10,4,'-7',0,0,0,45105367,'',-1,1,'65.26.120.180',0,0,'',0,0,-1,0,0,'4qd','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(26,12,'',0,'HigHAnneXities','c72f4dc414103639529215f0529f868d','2010-06-01','hldmbn@hotmail.com',0,'','','','','',1,'Registered+',0,1074561557,-1,1277388536,1348694978,1276890378,82,10,4,'-6',0,0,32,45105367,'08-07-1953',-1,1,'205.188.209.172',0,0,'',0,0,-1,0,0,'c#,','1953-08-07',0,0,'','',1,2113181,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,5,0,1,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(1107,2,'',0,'13laze','4597d1e173f36db835426394694a5f32','2004-02-18','whitebishop@sbcglobal.net',0,'','','','','',1,'Registered',0,1077083936,-1,1094752377,1094752377,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'68.250.107.226',0,0,'',0,0,-1,0,0,'xUi','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(1106,2,'',0,'chuck','b0b5c4652134063db5ec76f8f5ae024f','2005-07-29','chuck220800@lycos.com',0,'','','','','',1,'Registered',0,1077080767,-1,1077080816,1122614718,1122614657,2,10,4,'-5',0,0,0,45105239,'',-1,1,'24.61.245.136',0,0,'',0,0,-1,0,0,'M(\'','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(29,2,'',0,'jibarish','39b8a35476d0e92bf497c4784c119f88','2004-01-25','jibarish@msn.com',0,'','','','dig it dumbass','',1,'Registered',0,1074568323,-1,1077668576,1077839838,1077150500,4,10,4,'-5',0,0,5,45105223,'07-10-1988',-1,1,'141.157.81.196',0,0,'',0,0,-1,0,0,'Gsl','1988-07-10',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(30,2,'',0,'matchu','23805d533c70db2005fc5c7b44b6ca00','2004-02-06','m.a.seibel@att.net',0,'','','','','',1,'Registered',0,1074575943,-1,1074575943,1074576004,0,0,10,4,'-6',0,0,0,45105239,'',-1,1,'12.73.146.176',0,0,'',0,0,-1,0,0,'R7<','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(31,2,'',0,'Higherminded','da6d5eef013ca33cd72f9b9e78882d22','2004-01-20','highminded1@hotmail.com',0,'','','','','',1,'Registered',0,1074604908,-1,1075211783,1075211783,1075211585,0,10,4,'-7',0,0,5,45107287,'',-1,1,'171.75.12.185',0,0,'',0,0,-1,0,0,'n=9','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(32,2,'',0,'Teresa','0b6e0cb4e6494e1413bb98a4d84ded36','2004-01-20','tgirl_29@hotmail.com',0,'','','','','',1,'Registered',0,1074611819,-1,1206538623,1270326598,0,0,10,4,'-5',0,0,0,45105239,'04-02-1962',-1,1,'207.179.134.236',0,0,'',0,0,-1,0,0,'J?m','1962-04-02',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(33,2,'',0,'spud','4d4be3d6cd48f2ddd13fb7cdac75f2b4','2004-01-20','spud8735@ziplip.com',0,'','','','','',1,'Registered',0,1074620567,-1,1153155888,1173824901,1147366364,0,10,4,'-5',0,0,5,45105239,'',-1,1,'192.135.122.2',0,0,'',0,0,-1,0,0,'LiR','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(34,2,'',0,'shyjka','1ef650a569ff13c57c31bf6b5ca2b865','2004-01-20','arcip@ziplip.com',0,'','','','','',1,'Registered',0,1074622886,-1,1074622886,1074623065,0,0,10,4,'0',0,0,0,45105239,'',-1,1,'195.23.218.241',0,0,'',0,0,-1,0,0,'}QP','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(35,2,'',0,'dis1','c289e29d1b9164190fab60a207634f77','2004-01-20','posttime@ziplip.com',0,'','','','','',1,'Registered',0,1074634838,-1,1089049519,1090156275,1082811872,1,10,4,'-5',0,0,0,45105239,'',-1,1,'199.183.207.37',0,0,'',0,0,-1,0,0,'55u','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(399,2,'',0,'BassHeadz','f87d438429ce853a40c092c2198f2637','2004-02-04','Bass_Headz@hotmail.com',0,'','','','','',1,'Registered',0,1075935705,-1,1075935705,1075937412,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'151.197.11.88',0,0,'',0,0,-1,0,0,'_#f','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(37,2,'',0,'goku3','be08fb6fc769b5e4ef40f21c7f5b4819','2004-01-20','mjtooley23@yahoo.com',0,'','','','','',1,'Registered',0,1074657133,-1,1154902962,1155141820,1123094968,11,10,4,'-5',0,0,6,45105367,'',-1,1,'69.40.18.132',0,0,'',0,0,-1,0,0,'KGH','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(39,2,'',0,'arredu','b67cdf82421586e2753ee4256a2cb3af','2004-01-21','ernieorange@aol.com',0,'','','','','',1,'Registered',0,1074691149,-1,1074691149,1074691149,0,0,10,4,'0',0,0,0,45105223,'',-1,1,'195.93.34.14',0,0,'',0,0,-1,0,0,'IQ','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(40,12,'',0,'heartsurgerysurviver','ba0e0d928d0bcf7e8e8b01f4fb5daabb','2004-01-21','philmccracin@hushmail.com',0,'','','','','heartguy420',1,'Registered+',0,1074693728,-1,1133619688,1133619688,1126373024,146,10,4,'-5',0,0,5,45106263,'',-1,1,'68.212.99.141',0,0,'',0,0,-1,0,0,'TC&','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,2,0,2,0),(1198,2,'',0,'SuperAlly','0e3b803f32f8347d8cca1790c49d3db6','2004-02-19','rancidspirit@hotmail.com',0,'','http://www.darkcrisis.com','','primal LaRa','supergal_ally',1,'Registered',0,1077199320,-1,1077199320,1077199856,0,0,10,4,'0',0,0,0,45105239,'07-20-1986',-1,1,'62.252.32.4',0,0,'',0,0,-1,0,0,'vAG','1986-07-20',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(42,12,'',12,'G man','0679782a3ef5f9e6c8a70ca469194d0c','2005-05-20','imaginary285@hotmail.com',0,'','','','','',1,'Registered+',0,1074704400,-1,1157494972,1157540706,1156806875,83,10,4,'0',0,0,18,45105367,'08-27-1974',-1,2,'195.92.67.67',0,0,'',0,0,2,0,0,'})y','1974-08-27',0,2,'','',1,949227,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(201,2,'',0,'nunyer','cbd497ba32782c82a38286ea84dd130a','2004-02-01','pooldude67@yahoo.com',0,'','','','','',2,'Registered',0,1075623131,-1,1075625411,1075657492,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'208.28.186.79',0,0,'',0,0,-1,0,0,'D 8','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(44,2,'',0,'nevertoomuch','9185d6d117a4453e5ca35ab8524fd1fd','2004-01-21','zenkarate@yahoo.com',0,'','http://www.theanimalrescuesite.com','','','',1,'Registered',0,1074730265,-1,1112037897,1112037897,1112037715,29,10,4,'-5',0,0,8,45105367,'',-1,1,'68.10.94.9',0,0,'',0,0,-1,0,0,'od~','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(45,2,'',0,'biskit','b207009c06b558c4c9aca8faa08a45f1','2004-07-23','biskit13@hotmail.com',0,'','','','','',1,'Registered',0,1074776361,-1,1169132757,1275418325,1128501313,6,10,4,'0',0,0,6,45105367,'',-1,1,'62.252.0.5',0,0,'',0,0,-1,0,0,'~^-','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(46,2,'',0,'bum','58564876879c7f73f5d1da773fa96da2','2004-01-23','bum@ziplip.com',0,'','','','','',1,'Registered',0,1074835520,-1,1258332801,1265398470,1265398431,6,10,4,'-5',0,0,0,45105239,'02-03-1974',-1,1,'67.8.203.204',0,0,'',0,0,-1,0,0,'xqG','1974-02-03',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(1104,2,'',0,'mytzl','8a7b82204322c56a2639985afe352f95','2004-02-17','mytzl@aol.com',0,'','','','','',1,'Registered',0,1077079088,-1,1077079315,1077079315,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'24.97.113.2',0,0,'',0,0,-1,0,0,'[tr','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(48,2,'',0,'amber','7caaa94d41a7626289fa50625e62fcf3','2004-01-23','mkchris@ziplip.com',0,'','','','','',1,'Registered',0,1074860317,-1,1074860317,1074860317,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'152.163.253.102',0,0,'',0,0,-1,0,0,'!B/','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(49,12,'',0,'something','d2b39d1157a1b0e1f010251de9242ad6','2004-01-23','bluetrane27@yahoo.com',0,'','','','','',1,'Registered+',0,1074878019,-1,1248539320,1350785965,1248539143,107,366,7,'-6',0,0,5,45106391,'12-14-1982',-1,1,'24.15.19.215',0,0,'',0,0,-1,0,0,'64A','1982-12-14',0,0,'','',1,2009422,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(50,2,'',0,'kakster2','999060cd9e214c47485b4ac980561511','2004-01-24','kakster@ziplip.com',0,'','','','','',1,'Registered',0,1074950456,-1,1186739075,1194224736,1131756642,4,10,4,'0',0,0,0,45105239,'07-11-1975',-1,1,'82.33.168.13',0,0,'',0,0,-1,0,0,'zs%','1975-07-11',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(51,2,'',0,'nix','27d70714a2ec4cfba068f02d01a7dc38','2004-01-25','nix825@hotmail.com',0,'','','','','',1,'Registered',0,1075045131,-1,1178405512,1178405512,1080155548,7,10,4,'0',0,0,0,45105367,'',-1,1,'81.111.116.17',0,0,'',0,0,-1,0,0,'/>m','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(203,2,'',0,'billybongboye','0c9263173dd4ad2fc4dd40fc6eedcb55','2004-02-02','william_the_bloody123@yahoo.co.uk',0,'','','','','billy_bongboy',1,'Registered',0,1075632810,-1,1075717176,1075718713,0,0,10,4,'-5',0,0,0,45105239,'07-04-1980',-1,1,'62.254.0.38',0,0,'',0,0,-1,0,0,'ZxM','1980-07-04',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(54,2,'',0,'ElchifLO','ab2ef18c8a612aece0c09d090a2c267c','2004-01-25','elchiflospinach187@yahoo.com',0,'','','','','',1,'Registered',0,1075065843,-1,1253913498,1257281907,1212357192,12,10,4,'-6',0,0,5,45105239,'11-14-1983',-1,1,'198.209.61.46',0,0,'',0,0,-1,0,0,'&-+','1983-11-14',0,0,'','',1,1863393,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(55,2,'',0,'Devon','784901b910d3ce5247b1b38093922e40','2005-08-02','Phoenix_Guitarist@yahoo.com',0,'','','','','Phoenix_Guitarist@yahoo.com',1,'Registered',0,1075084097,-1,1170217526,1170217705,1123811735,7,10,4,'-8',0,0,5,45105239,'04-24-1986',-1,1,'152.163.253.102',0,0,'',0,0,-1,0,0,'WW1','1986-04-24',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(56,2,'',0,'abiroach','63c9bd2a200050f03f4fe6f57eccdcdc','2004-01-26','abiroach@msn.com',0,'','','','','',1,'Registered',0,1075096568,-1,1075096571,1075593566,0,0,10,4,'-5',0,0,0,45105223,'',-1,1,'67.68.62.207',0,0,'',0,0,-1,0,0,'M2j','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(57,12,'',0,'EminEM1','51851fac48c2900f2adfcec43bfa57f4','2004-11-02','daymo84@hotmail.com',0,'','http://www.cannabis.com','Suck','My','Nuts',1,'Registered+',0,1075110893,-1,1279358675,1363102806,1279180762,190,10,4,'10',0,0,5,45106775,'05-10-1984',-1,1,'203.220.197.45',0,0,'daym6824@hotmail.com',0,0,-1,0,0,'|3{','1984-05-10',0,0,'','',1,2121869,0,0,0,0,'',0,-2000,-2000,0,0,0,0,1,1,0,0,9,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(58,2,'',0,'thai','cfdae41afe1947a77710ad867cafeb82','2004-01-26','why_me_thai@hotmail.com',0,'','','','','',1,'Registered',0,1075111976,-1,1130605679,1130755763,0,0,10,4,'0',0,0,0,45105175,'',-1,1,'62.252.0.7',0,0,'',0,0,-1,0,0,'I>j','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(59,2,'',0,'Wab','99d27f4b2688a0ad38a7350518a3f169','2004-04-21','bestystrashed@hotmail.com',0,'','','','','',1,'Registered',0,1075112071,-1,1185465239,1191941738,1162301320,1,10,4,'0',0,0,0,45105367,'',-1,1,'150.204.217.6',0,0,'',0,0,-1,0,0,'\\[Q','0000-00-00',0,0,'','',0,1061009,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(60,2,'',0,'smknjoe','b3707df527ac02166bc723f7ef0b52cc','2004-01-26','smknjoe123@yahoo.com.au',0,'','','','','',1,'Registered',0,1075115794,-1,1078623508,1080020018,1078552217,32,10,4,'-5',0,0,5,45105239,'09-15-1978',-1,1,'211.26.80.83',0,0,'',0,0,-1,0,0,'EV[','1978-09-15',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(61,2,'',0,'Tokin','e947e63051564b89f0505032b3389bf8','2004-01-26','tokinallday@hotmail.com',0,'','','','','',1,'Registered',0,1075122434,-1,1168633926,1171296953,1104322843,3,10,4,'-3.5',0,0,0,45105239,'',-1,1,'68.118.39.22',0,0,'',0,0,-1,0,0,'iwh','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(62,2,'',0,'CoffeyMate','66f830dbef8dd69af9e67c942b9c816e','2004-01-26','KCoffey@usa.com',0,'','','','','',1,'Registered',0,1075123507,-1,1082639194,1087565263,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'66.190.158.198',0,0,'',0,0,-1,0,0,'NVK','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(63,2,'',0,'daisy chain','f34a14beda182214933259fe63424dc2','2004-02-18','barbara@evans7168.fslife.co.uk',0,'','','','','',1,'Registered',0,1075123588,-1,1081787450,1081792528,1081792527,21,10,4,'-5',0,0,0,45105239,'',-1,1,'195.92.67.77',0,0,'',0,0,-1,0,0,'#cC','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(64,2,'',3,'Wake N Baker','5292971eafa9a6b3fdd4ef9f42abc37d','2004-01-26','princessgena73@aol.com',0,'princessgena73@aol.com','','','','',1,'',0,1075136400,-1,1076033056,1078994670,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'24.241.174.187',0,0,'',0,0,-1,0,0,'?Y!','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(65,2,'',0,'Guest444','26d00dc598909152d5483edb5fa6b1cd','2004-01-26','sshaw1@ntlworld.com',0,'','','','','',1,'Registered',0,1075127147,-1,1171839755,1172853350,1095541589,2,10,4,'11',0,0,0,45105239,'',-1,1,'62.252.64.5',0,0,'',0,0,-1,0,0,'`Io','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(66,2,'',0,'jewels','7df006370ff74185aa57d660ebe196eb','2004-01-26','jewels9742002@yahoo.com',0,'','','','','jewels9742002',1,'Registered',0,1075128295,-1,1075128295,1075128781,0,0,10,4,'-5',0,0,0,45105239,'08-18-1972',-1,1,'208.27.31.211',0,0,'',0,0,-1,0,0,'=7!','1972-08-18',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(67,2,'',2,'cannaibus 420','8eafc148325eb5f7faa8643497f529df','2004-01-26','lil_pimpstar_69@hotmail.com',0,'lil_pimpstar_69@hotmail.com','','','','',1,'Registered',0,1075136400,-1,1075136040,1075136040,0,0,10,4,'-5',0,0,0,45105239,'',-1,1,'207.235.226.2',0,0,'',0,0,-1,0,0,'.G{','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(68,2,'',2,'j j','4be512183431b440a49cd7aa41ac5a18','2004-01-26','preston986@preston986.karoo.co.uk',0,'preston986@preston986.karoo.co.uk','','','','',1,'Registered',0,1075136400,-1,1095710859,1095890877,1075556192,2,10,4,'-2',0,0,0,45105175,'',-1,1,'213.249.175.25',0,0,'',0,0,-1,0,0,'hgR','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(69,2,'',0,'tyrone','8b497915dc604bb8d11e411d69999876','2004-01-26','al014g0729@blueyonder.co.uk',0,'','','','','',1,'Registered',0,1075150728,-1,1090441532,1090441845,1076877716,2,10,4,'0',0,0,0,45105367,'',-1,1,'62.31.28.197',0,0,'',0,0,-1,0,0,')Gq','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(70,2,'',0,'BUDSBIG','508f84aaa596431b26c35ff20c350707','2004-01-26','dale3500@telus.net',0,'','','','','',1,'Registered',0,1075150859,-1,1078722569,1079595185,0,0,10,4,'-7',0,0,0,45105239,'',-1,1,'198.53.126.7',0,0,'',0,0,-1,0,0,'9=4','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(71,2,'',0,'Adz','7763bf99d130a4b84f48936c752a64ea','2004-01-26','adam-king@blueyonder.co.uk',0,'','','','','',1,'Registered',0,1075156810,-1,1087945859,1090030972,1087945706,5,10,4,'0',0,0,5,45105351,'',-1,1,'82.43.211.70',0,0,'',0,0,-1,0,0,'!d`','0000-00-00',0,2,'','',1,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(72,9,'',0,'flavour','5717687b47b18fdbbf9017c9154c21ac','2004-01-30','diatribe__@hotmail.com',0,'','','','','',1,'Banned',0,1075158321,-1,1180688743,1193284789,1139201512,12,10,4,'10',0,0,0,45105239,'',-1,1,'203.54.78.16',0,0,'',0,0,-1,0,0,'e7C','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(73,2,'',0,'Ashly','944c8e18157e41c90c5a6c4e78abf1ad','2004-01-26','happihashi@aol.com',0,'','','','','',1,'Registered',0,1075162202,-1,1076864110,1106871867,0,0,10,4,'-5',0,0,0,45105223,'',-1,1,'195.93.34.14',0,0,'',0,0,-1,0,0,'9=4','0000-00-00',0,2,'','',0,0,0,0,0,0,'',0,-2000,-2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','',0,'','vb','',0,1,0,0,0,0),(74,2,
Reply
#6
(07-02-2023, 02:30 PM)ReBreached Wrote:
Hello ReBreached Community,
Today I have uploaded the Cannabis.com Database for you to download, thanks for reading and enjoy!


In February 2014, the vBulletin forum for the Marijuana site cannabis.com was breached and leaked publicly. Whilst there has been no public attribution of the breach, the leaked data included over 227k accounts and nearly 10k private messages between users of the forum.

Compromised data: Dates of birth, Email addresses, Geographic locations, Historical passwords, Instant messenger identities, IP addresses, Passwords, Private messages, Usernames, Website activity
 
 

great drop. thanks
Reply
#7
I really want to see this
Reply
#8
Thred
Reply
#9
Appreciate your help. Grateful for your support. Many thanks!
Reply
#10
thankkk
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ClickASnap Database - Leaks, Download! Lord.hushu 35 19,436 09-17-2024, 11:51 PM
Last Post: mert17
  İleti Yönetim Sistemi Database - Leaks, Download! Lord.hushu 49 31,896 09-17-2024, 01:53 AM
Last Post: vemiveb.pacobe
  Abandonia Database - Leaks, Download! ReBreached 6 9,338 09-14-2024, 09:53 AM
Last Post: gtdhdb
  Black Hat World Database - Leaks, Download! ReBreached 10 10,086 09-14-2024, 09:52 AM
Last Post: gtdhdb

Forum Jump:


Users browsing this thread: 1 Guest(s)