Sample:
SQL:
CREATE TABLE `user` (
`userid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`usergroupid` smallint(5) unsigned NOT NULL DEFAULT '0',
`membergroupids` char(250) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`displaygroupid` smallint(5) unsigned NOT NULL DEFAULT '0',
`username` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`password` char(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`passworddate` date NOT NULL DEFAULT '0000-00-00',
`email` char(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`styleid` smallint(5) unsigned NOT NULL DEFAULT '0',
`parentemail` char(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`homepage` char(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`icq` char(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`aim` char(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`yahoo` char(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`msn` char(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`skype` char(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`showvbcode` smallint(5) unsigned NOT NULL DEFAULT '0',
`showbirthday` smallint(5) unsigned NOT NULL DEFAULT '2',
`usertitle` char(250) COLLATE utf8_unicode_ci 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',
`lastpostid` 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` char(4) COLLATE utf8_unicode_ci 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',
`profilepicrevision` int(10) unsigned NOT NULL DEFAULT '0',
`sigpicrevision` int(10) unsigned NOT NULL DEFAULT '0',
`options` int(10) unsigned NOT NULL DEFAULT '15',
`akvbghsfs_optionsfield` int(10) unsigned NOT NULL DEFAULT '0',
`birthday` char(10) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`birthday_search` date NOT NULL DEFAULT '0000-00-00',
`maxposts` smallint(6) NOT NULL DEFAULT '-1',
`startofweek` smallint(6) NOT NULL DEFAULT '1',
`ipaddress` char(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`referrerid` int(10) unsigned NOT NULL DEFAULT '0',
`languageid` smallint(5) unsigned NOT NULL DEFAULT '0',
`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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`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) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`infractiongroupid` smallint(5) unsigned NOT NULL DEFAULT '0',
`adminoptions` int(10) unsigned NOT NULL DEFAULT '0',
`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',
`ncode_imageresizer_mode` enum('none','enlarge','samewindow','newwindow') COLLATE utf8_unicode_ci DEFAULT NULL,
`ncode_imageresizer_maxwidth` smallint(5) unsigned DEFAULT NULL,
`ncode_imageresizer_maxheight` smallint(5) unsigned DEFAULT NULL,
`showcybstats` tinyint(1) NOT NULL DEFAULT '1',
`lastrepcheck` int(10) unsigned NOT NULL,
`itrader_total` smallint(5) NOT NULL DEFAULT '0',
`itrader_pcnt` tinyint(3) NOT NULL DEFAULT '0',
`itrader_buy` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`itrader_sell` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
`gptfunds` double(6,2) DEFAULT '0.00',
`gptfundslifetime` double(6,2) DEFAULT '0.00',
`post_thanks_user_amount` int(10) unsigned NOT NULL DEFAULT '0',
`post_thanks_thanked_posts` int(10) unsigned NOT NULL DEFAULT '0',
`post_thanks_thanked_times` int(10) unsigned NOT NULL DEFAULT '0',
`mgc_cb_evo_params` mediumtext COLLATE utf8_unicode_ci,
`mgc_cb_evo_channel_activities` text COLLATE utf8_unicode_ci,
`mgc_cb_evo_ignored` mediumtext COLLATE utf8_unicode_ci,
`mgc_cb_evo_banned` tinyint(3) DEFAULT '0',
`mgc_cb_evo_bantime` int(10) unsigned NOT NULL DEFAULT '0',
`mgc_cb_evo_nbchats` int(10) unsigned NOT NULL DEFAULT '0',
`mgc_cb_evo_revalidate` tinyint(1) unsigned NOT NULL DEFAULT '1',
`mgc_cb_evo_lastchat` int(10) unsigned NOT NULL DEFAULT '0',
`arcadeoptions` int(10) unsigned NOT NULL DEFAULT '379',
`challengecache` int(10) unsigned NOT NULL,
`favcache` text COLLATE utf8_unicode_ci NOT NULL,
`tournamentid_playing` int(10) unsigned NOT NULL,
`raffletickets` int(10) NOT NULL DEFAULT '0',
`dbtech_usertag_excluded` tinyint(1) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_mentioncount` int(10) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_tagcount` int(10) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_mentions` int(10) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_tags` int(10) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_settings` int(10) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_quotecount` int(10) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_hashcount` int(10) unsigned NOT NULL DEFAULT '0',
`dbtech_usertag_quotes` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`userid`),
KEY `usergroupid` (`usergroupid`),
KEY `username` (`username`),
KEY `birthday` (`birthday`,`showbirthday`),
KEY `birthday_search` (`birthday_search`),
KEY `referrerid` (`referrerid`),
KEY `lastactivity` (`lastactivity`),
KEY `posts` (`posts`)
) ENGINE=MyISAM AUTO_INCREMENT=97109 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
INSERT INTO `user` (`userid`, `usergroupid`, `membergroupids`, `displaygroupid`, `username`, `password`, `passworddate`, `email`, `styleid`, `parentemail`, `homepage`, `icq`, `aim`, `yahoo`, `msn`, `skype`, `showvbcode`, `showbirthday`, `usertitle`, `customtitle`, `joindate`, `daysprune`, `lastvisit`, `lastactivity`, `lastpost`, `lastpostid`, `posts`, `reputation`, `reputationlevelid`, `timezoneoffset`, `pmpopup`, `avatarid`, `avatarrevision`, `profilepicrevision`, `sigpicrevision`, `options`, `akvbghsfs_optionsfield`, `birthday`, `birthday_search`, `maxposts`, `startofweek`, `ipaddress`, `referrerid`, `languageid`, `emailstamp`, `threadedmode`, `autosubscribe`, `pmtotal`, `pmunread`, `salt`, `ipoints`, `infractions`, `warnings`, `infractiongroupids`, `infractiongroupid`, `adminoptions`, `profilevisits`, `friendcount`, `friendreqcount`, `vmunreadcount`, `vmmoderatedcount`, `socgroupinvitecount`, `socgroupreqcount`, `pcunreadcount`, `pcmoderatedcount`, `gmmoderatedcount`, `ncode_imageresizer_mode`, `ncode_imageresizer_maxwidth`, `ncode_imageresizer_maxheight`, `showcybstats`, `lastrepcheck`, `itrader_total`, `itrader_pcnt`, `itrader_buy`, `itrader_sell`, `gptfunds`, `gptfundslifetime`, `post_thanks_user_amount`, `post_thanks_thanked_posts`, `post_thanks_thanked_times`, `mgc_cb_evo_params`, `mgc_cb_evo_channel_activities`, `mgc_cb_evo_ignored`, `mgc_cb_evo_banned`, `mgc_cb_evo_bantime`, `mgc_cb_evo_nbchats`, `mgc_cb_evo_revalidate`, `mgc_cb_evo_lastchat`, `arcadeoptions`, `challengecache`, `favcache`, `tournamentid_playing`, `raffletickets`, `dbtech_usertag_excluded`, `dbtech_usertag_mentioncount`, `dbtech_usertag_tagcount`, `dbtech_usertag_mentions`, `dbtech_usertag_tags`, `dbtech_usertag_settings`, `dbtech_usertag_quotecount`, `dbtech_usertag_hashcount`, `dbtech_usertag_quotes`) VALUES
(1, 6, '12,13,18,27', 13, 'Curt', 'c9ccb9b5dbf40b02619caaca0d1d4e7e', '2012-08-16', 'curt@itscurt.com', 19, NULL, 'http://itscurt.com', NULL, 'tinkleondabeach', NULL, 'curt@itscurt.com', NULL, 2, 2, 'Founder of theBOTNET.com', 1, 1231116360, 0, 1345271782, 1345320071, 1345262797, 1398729, 3943, 369, 0, -8, 0, 0, 2, 1, 0, 45620439, 0, NULL, '0000-00-00', -1, 1, NULL, 0, 0, 0, 0, -1, 2945, 0, 'kUc7L:cMMm(^KSg-{gh~idNT#uD;O', 0, 0, 0, NULL, 0, 0, 1122, 53, 31, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1344536264, 28, 100, NULL, NULL, 90.00, 105.00, 239, 407, 1255, 'a:9:{s:15:\"mgc_cb_evo_font\";s:0:\"\";s:15:\"mgc_cb_evo_size\";i:0;s:16:\"mgc_cb_evo_color\";b:0;s:12:\"mgc_cb_evo_b\";i:0;s:12:\"mgc_cb_evo_u\";i:0;s:12:\"mgc_cb_evo_i\";i:0;s:15:\"mgc_cb_evo_show\";i:1;s:18:\"mgc_cb_evo_uchanid\";N;s:24:\"mgc_cb_evo_sound_disable\";N;}', 'a:1:{i:0;i:1291460630;}', NULL, 0, 0, 0, 0, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 13)
,(2, 14, 12, 14, 'FreebieFinder', '522f83643f190806cf6f8719dac4904c', '2010-10-11', 'RSS.BOT@thebotnet.com', 10, NULL, 'http://thebotnet.com', NULL, NULL, NULL, NULL, NULL, 1, 0, 'is Awesome', 1, 0, -1, 1231119960, 1286853060, 1345000632, 0, 4861, 17, 17, 0, 0, 0, 2, 0, 0, 45094999, 0, NULL, '0000-00-00', -1, -1, NULL, 0, 0, 0, 0, -1, 3, 3, 'g$`\'\"L\',{}7]+|p(?o1$G:7T=1a8l9', 0, 0, 0, NULL, 0, 0, 260, 0, 7, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1286852830, 0, 0, NULL, NULL, 0.00, 0.00, 0, 120, 145, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(3, 21, '18,26', 0, 'Deacon Frost', '6c57c7484197647ea4f4bd84c93dc490', '2012-07-01', 'chrys.collier@gmail.com', 10, NULL, NULL, NULL, NULL, NULL, 'dfsubmissions@hotmail.com', NULL, 2, 2, 'Stowaway', 0, 1231123140, 0, 1345145630, 1345154561, 1344262885, 1368018, 843, 49, 0, -5, 1, 0, 2, 2, 0, 43519175, 0, '01-17-1990', '1990-01-17', -1, 1, '98.222.168.223', 1, 0, 1343000260, 0, -1, 79, 0, 'qKXecO.lf\\Vw>ppf,n=APd;M]c>X6*', 0, 0, 0, NULL, 0, 0, 347, 13, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1343262118, 0, 0, NULL, NULL, 2.82, 2.82, 3, 18, 45, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)
,(4, 21, 18, 0, 'wlindy27', '8b87773b05ebef9a67a09d13f359a5cb', '2009-01-30', 'wlindy27@live.com', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 'On The Rise', 0, 1231123260, 0, 1319741823, 1335719762, 1273003597, 179348, 239, 35, 17, 0, 0, 0, 2, 0, 0, 45620311, 0, NULL, '0000-00-00', -1, -1, '67.53.132.162', 0, 1, 1257381453, 0, -1, 24, 0, 'TEI', 0, 0, 0, NULL, 0, 0, 373, 7, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1297805518, 0, 0, NULL, NULL, 0.00, 0.00, 0, 1, 2, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(5, 13, NULL, 0, 'grapplinghook', '9b0bd2958498b1953ef759cdd948adaa', '2010-06-29', 'grapplinghook28@gmail.com', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 2, 'Administrator/Noob Helper', 1, 1231123380, 0, 1338771107, 1339882247, 1305321423, 452952, 540, 64, 17, -5, 0, 0, 0, 0, 0, 45096919, 0, '02-24-1991', '1991-02-24', -1, 1, '76.235.54.133', 0, 0, 0, 0, -1, 413, 0, '.ukF}s`jBPG,dENfT1k9.xOLA1b]V$', 0, 0, 0, NULL, 0, 0, 805, 19, 0, 1, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1322671816, 1, 100, NULL, NULL, 0.00, 0.00, 0, 9, 32, 'a:9:{s:15:\"mgc_cb_evo_font\";s:0:\"\";s:15:\"mgc_cb_evo_size\";i:0;s:16:\"mgc_cb_evo_color\";b:0;s:12:\"mgc_cb_evo_b\";i:0;s:12:\"mgc_cb_evo_u\";i:0;s:12:\"mgc_cb_evo_i\";i:0;s:15:\"mgc_cb_evo_show\";i:1;s:18:\"mgc_cb_evo_uchanid\";N;s:24:\"mgc_cb_evo_sound_disable\";N;}', 'a:1:{i:0;i:1290369682;}', NULL, 0, 0, 0, 0, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(6, 2, NULL, 0, 'Subscriber', '19da27bb3f64e5b2c7445872da710a3d', '2009-02-23', 'Subscriber@thebotnet.com', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 'They See Me Lurking', 0, 1231651200, -1, 1243235016, 1243234980, 0, 0, 0, 0, 17, -8, 0, 0, 0, 0, 0, 45096023, 0, NULL, '0000-00-00', -1, -1, NULL, 0, 0, 0, 0, -1, 1, 1, '2RY', 0, 0, 0, NULL, 0, 0, 96, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1243235016, 0, 0, NULL, NULL, 0.00, 0.00, 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(7, 2, 18, 0, 'DopestKidEva', 'ce2c76eb7a58c9557e7d2ca410ad6ad0', '2009-01-11', 'DopestKidEva@live.com', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 'Fresh Off The Boat', 0, 1231724559, 0, 1247526701, 1248483448, 1233194245, 3088, 13, 0, 17, -8, 0, 0, 0, 0, 0, 45096023, 0, NULL, '0000-00-00', -1, 1, '98.109.174.23', 0, 0, 0, 0, -1, 1, 0, '}L0', 0, 0, 0, NULL, 0, 1, 98, 1, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1239903383, 0, 0, NULL, NULL, 0.00, 0.00, 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(8, 21, 18, 0, 'Ben', '7b93b7a0cae4e325aeb4ff31b36235aa', '2011-11-06', 'bentheben123@hotmail.com', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 'Been Around', 0, 1231728240, 0, 1320634322, 1344457388, 1304647413, 444713, 271, 6, 17, -5, 0, 0, 0, 0, 0, 45096023, 0, NULL, '0000-00-00', -1, 1, '99.139.245.238', 1, 0, 1241643489, 0, -1, 49, 2, 'i9]v18_*8qtOMKbMCg%w=fvwso==.W', 0, 0, 0, NULL, 0, 0, 388, 3, 1, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1320633846, 1, 100, NULL, NULL, 0.00, 0.00, 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0)
,(9, 21, 18, 0, 'MONOXiDE', 'b2eafe5c7f95a3455b27efd138bdff0e', '2009-01-11', 'riotcontrol101@live.com', 10, NULL, 'http://www.thebotnet.com', NULL, 'Sfiuplayersean', NULL, 'riotcontrol101@live.com', NULL, 1, 0, 'Ninja Member', 0, 1231730520, 0, 1287194935, 1294780850, 1283360489, 251758, 644, 55, 17, -6, 1, 0, 0, 0, 0, 11541847, 0, '12-25-1993', '1993-12-25', -1, 1, '65.31.91.95', 5, 0, 0, 0, -1, 11, 0, '!$.', 0, 0, 0, NULL, 0, 1, 869, 8, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1283394671, 0, 0, NULL, NULL, 0.00, 0.00, 0, 2, 3, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(3546, 2, 18, 0, 'd30f2n', '6ddedecae684f828436cefadb880840e', '2009-07-22', 'd30f2n@trash2009.com', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 0, 'Fresh Off The Boat', 0, 1248306995, 0, 1249803117, 1250759338, 1250759155, 60127, 10, 0, 17, -8, 0, 0, 0, 0, 0, 11541719, 0, NULL, '0000-00-00', -1, -1, '24.5.40.54', 0, 1, 0, 0, -1, 1, 1, 'O?p', 0, 0, 0, NULL, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 0, 0, 0, NULL, NULL, 0.00, 0.00, 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, 1, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(10, 18, NULL, 0, 'Tengauge12', '4a98d795ca715f26a6434ef9639f955a', '2009-02-14', 'Tengauge12@hotmail.com', 10, NULL, NULL, NULL, 'Tengauge12', 'Tengauge12@yahoo.com', 'Tengauge12@hotmail.com', 'Tengauge12', 1, 2, 'I Leech Bots', 0, 1231747800, 0, 1277857298, 1277859000, 1263810793, 0, 5, 0, 17, -6, 0, 0, 0, 2, 0, 11541719, 0, '10-29-1987', '1987-10-29', -1, -1, '75.129.241.111', 0, 1, 0, 0, -1, 0, 0, ']#g', 0, 0, 0, NULL, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1234671093, 0, 0, NULL, NULL, 0.00, 0.00, 0, 0, 0, 'a:9:{s:15:\"mgc_cb_evo_font\";s:0:\"\";s:15:\"mgc_cb_evo_size\";i:0;s:16:\"mgc_cb_evo_color\";b:0;s:12:\"mgc_cb_evo_b\";i:0;s:12:\"mgc_cb_evo_u\";i:0;s:12:\"mgc_cb_evo_i\";i:0;s:15:\"mgc_cb_evo_show\";i:1;s:18:\"mgc_cb_evo_uchanid\";N;s:24:\"mgc_cb_evo_sound_disable\";N;}', NULL, NULL, 0, 0, 0, 0, 0, 1, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
,(88401, 2, NULL, 0, 'portalz', '415e8f43afad4290245817f7fa3d0c24', '2012-06-22', 'portal.24@hotmail.com', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 0, 'I Leech Bots', 0, 1340376730, 0, 1340803547, 1341340453, 1340798587, 1261326, 2, 0, 17, -6, 0, 0, 0, 0, 0, 11541591, 0, NULL, '0000-00-00', -1, -1, NULL, 0, 1, 0, 0, -1, 0, 0, '`8jB_TcE+#8!4h6~7k,l_;m3vEby\\*', 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, 1, 1340473858, 0, 0, NULL, NULL, 0.00, 0.00, 0, 0, 0, NULL, NULL, NULL, 0, 0, 0, 1, 0, 379, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)